I am trying to filter out certain entries in a gallery in my app. I can apply the filter using the below in Items on my gallery which works as expected.
Filter('POLIT App Dataset','FIB Action'="Sent to POLIT")My issue is that there is an existing Search function in the Items section which I cannot remove. I have tried to nest them as follows, but this is rejected.
Search(
Filter(
'POLIT App Dataset', 'FIB Action'="Sent to POLIT"),
'POLIT App Dataset',
'Search Bar'.Text,
"Name","Title","KIRATGrade"
)
Where am I going wrong?
Thanks

Report
All responses (
Answers (