Hello,
I am trying to write a slice that will allow me to filter my UX view to instances where a column is either blank or is “Pending”. The other options for this column are “Denied”,“Canceled”, and “Accepted”.
If someone has already answered this, can you please point me to the thread?
If not, I appreciate any help.
Thank you
Solved! Go to Solution.
OR ( ISBLANK([ColumnName]), [ColumnName] = “Pending” )
OR ( ISBLANK([ColumnName]), [ColumnName] = “Pending” )
Thank you! That worked perfectly. My problem before was putting ISBLANK first, then it was too many parenthesis!
Thank you again
User | Count |
---|---|
18 | |
11 | |
11 | |
8 | |
4 |