Slice Row Filter Conditions

Is it possible to have 2 separate Row filter conditions in one slice?

I don’t want to show rows that are older than 1 day for [Status] = “Canceled” OR “Closed”.

The 2 filters are:

  1. NOT (AND (([Status] = “Closed”), ([Drop Off Date/Time] < (NOW() - “024:00:00”))))

  2. NOT (AND (([Status] = “Canceled”), ([Canceled Date/Time] < (NOW() - “024:00:00”))))

The slice and filter work when there is just one statement in the row filter.
But I want to show the view with both of these conditions present.

Can I have more than 1 filter condition in a slice row filter (it seems not.)?
Is there another way I can have both filters active on a View - I tried having a slice call a slice but that didn’t work.

0 12 412
12 REPLIES 12
Top Labels in this Space