I have a gallery filter with items = SortByColumns(Filter(Clients, StartsWith(Title,TextSearchBox1.Text)), "Title", If(SortDescending1, Descending, Ascending))
the above is working and it gives me all the projects but now I need to add a toggle filter so that from the above result I filter again if the projects are assigned.
can you help me on how to do it please ?
thanks
Solved! Go to Solution.
Hi RandyHayes,
I've attached screenshot of Sharepoint List, 00003 is there.
"Asset_x0020_number", If(SortDescending1,Descending,Ascending) - this bit should really make it work but not sure why it doesnt.
I assumed this should always be last command in Gallery.
Thanks
@Minde23 Agreed that what you have should work...and it probably is.
My questions would be this...
1) do you see 00003 anywhere in that Gallery? If so, then something must be wrong with the text value in SharePoint (i.e. extra non-displayed characters, etc.)
2) What does your Filter statement look like in its entirety now? Is that record getting filtered out for some reason.
Let's start there and see if you can discover a clue.
User | Count |
---|---|
187 | |
125 | |
91 | |
47 | |
42 |
User | Count |
---|---|
271 | |
161 | |
132 | |
83 | |
78 |