Hello all,
So I have been trying to filter a gallery based on textbox. So it works for other filters,, but I do I show all the rows if I select All ?
Thank you for your time
Solved! Go to Solution.
Hello @nithishguptak ,
I am not sure if I am correctly understanding what you are looking for, but it looks like you want the gallery to default to showing all records if status doesn't equal StatusValue. in which case you will want something similar to the following:
If(!IsBlank(StatusValue),Filter('YourListName','ColumnName' = StatusValue), 'YourListName')
This will show records where StatusValue equals Status if StatusValue is not blank, otherwise it will show all the records.
-----------------------------------------------------------------------------------------------------------------------------
Please click "Accept as Solution" if this post answered your question so that it is helpful for people having similar questions. If you found this post helpful smack that Thumbs up button !!! Thanks !!
Hello @nithishguptak ,
I am not sure if I am correctly understanding what you are looking for, but it looks like you want the gallery to default to showing all records if status doesn't equal StatusValue. in which case you will want something similar to the following:
If(!IsBlank(StatusValue),Filter('YourListName','ColumnName' = StatusValue), 'YourListName')
This will show records where StatusValue equals Status if StatusValue is not blank, otherwise it will show all the records.
-----------------------------------------------------------------------------------------------------------------------------
Please click "Accept as Solution" if this post answered your question so that it is helpful for people having similar questions. If you found this post helpful smack that Thumbs up button !!! Thanks !!
User | Count |
---|---|
251 | |
101 | |
94 | |
47 | |
37 |