Forum Discussion
Delryin
Oct 25, 2021Copper Contributor
PowerApps - If Statement, if value ctry is blank, shows everything.
Good afternoon, I'm still leaning PowerApps so I apologise if this is so simple I could not see it. I have 5 value that I use for filtering a recordset (just counting the number of rows that mat...
- Oct 25, 2021Basically you want to include or statements in your filter for other possible values like isblank(value) or value = "--". Check out this article fir an example of how to do this:
http://powerappsguide.com/blog/post/filter-or-to-return-all-records-when-no-search-term-entered
BrendanE1535
Copper Contributor
Basically you want to include or statements in your filter for other possible values like isblank(value) or value = "--". Check out this article fir an example of how to do this:
http://powerappsguide.com/blog/post/filter-or-to-return-all-records-when-no-search-term-entered
http://powerappsguide.com/blog/post/filter-or-to-return-all-records-when-no-search-term-entered
Delryin
Oct 26, 2021Copper Contributor