My app has few tabs and a gallery in homescreen, on the selection of tabs I want to sort the data in the gallery on the basis of certain condition
1 clicking on the first tab will display the entire data from sharepointlist in the gallery
* when clicking on the fourth tab , I want to filter the data in my sharepoint list , But it is showing some error,
SUPD is my sharepoint list , by clicking on the fourth tab i need to show all the data which contains the " Rejected"
4,Filter(SUPD,Contains.value="Rejected"))
Could anyone help me to fix this
No worries at all I am happy to help 🙂
and good luck with your app 🙂
Yeppp , that worked perfectly fine
Thanks man for your support
Why can we not mention the column names ?
would it not be simpler to do:
Filter(SUPD,Or('Column 1'.Value="Rejected",'Column 2'.Value="Rejected",'Column 3'.Value="Rejected",'Column 4'.Value="Rejected",'Column 5'.Value="Rejected")))
this way if any say rejected they appear?
HI,
Actually I've 5 choice column which have the options ""Rejected""
is it possible to show by clicking on the 4th Tab can the sharepoint list can be filtered with the word " rejected " without mentioning the column names
What is the name of the choice column is it 'Ticket Status'?
what rejected options are there for the choice is it just rejected if so we can use = or if its multiple options that contain the word rejected we can use contains.
its a choice column
Oh I misunderstood your question apologies.
what is the name of the column we are checking contains rejected?
and is it a text column or a choice column
HI ,
Thanks for the reply
But it is showing some error
try:
changing it to
Filter(SUPD,Contains.Value="Rejected"))
Try make the V a capital one
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2