UX View based on column containing specific text

Hello All, I am trying to find a formula to create a UX filter that only contains specific text for specific usernames.

I know this is not correct but this is what I am looking for

Show data only when COLUMN=“Specific” and useremail()=“Specific email”.

This way only this specific UX will show data when a column has that specific text and only certain users can see this UX at all. If its blank when that specific data isnt showing then its ok.

0 5 415
  • UX
5 REPLIES 5

It sounds that you are looking for a slice with the condition rule AND(CONTAINS([Column],“TextA”),CONTAINS(USEREMAIL(),“TextB”))

I am getting an error saying unable to find column

You would need to use your own column names and string.

Yes I did do that and it did not work

What was your exact expression?

In what way did it not work? No result? Wrong result? Error?

Please provide screenshots.

Top Labels in this Space