Filter Query

Saleh
New Member

I have a table called DB and with a column called Status.

The status values are typically:
‘In progress’,
‘Hide-not required’,
‘hide - completed’

I want to display all the rows where the Status column does not contain the word ‘hide’.

What code do I write in the 'Row filter condition;?

Many thanks

Solved Solved
0 5 543
1 ACCEPTED SOLUTION

@Saleh
I believe you are trying to create a slice. You can use below expression for that purpose:

NOT(CONTAINS([Status],"Hide"))

View solution in original post

5 REPLIES 5
Top Labels in this Space