Is it possible to have a view with IF conditions like
Show all unprocessed tickets assigned to me Except IF (Type is Warranty AND Status is Pending) OR (Type is Returns AND Status is Pending) ?
I then have 2 other views called Warranty and Returns with Type is Warranty AND Status is Pending condition so these tickets are being shown there instead for my pending view.
What I am trying to do is filter out tickets in my view that has been processed or replied to so they don’t show in my view again. But if customer responds back to ticket, since it will then change status to Open it will re-appear in my view again. I could then decide to reply to it or just select Pending status again and it will not be shown in my view.