I would like to hide an item if there is any data in the column of a sharepoint list. The list name is 'TT' and the column name is 'project'.
Solved! Go to Solution.
Hi @aswin12345 !
You could try filter out blank values in the Gallery:s Items property like:
Filter(TT,project <> "")
BR
Pontus
Hi @aswin12345 !
You could try filter out blank values in the Gallery:s Items property like:
Filter(TT,project <> "")
BR
Pontus
On the Visible of what you want to hide, put;
IsBlank(ThisItem.TT)
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
User | Count |
---|---|
197 | |
124 | |
86 | |
49 | |
42 |
User | Count |
---|---|
284 | |
159 | |
138 | |
75 | |
72 |