I would like to filter the primary gallery in my app based on another column called lifecycle.
The current filter is as follows:
SortByColumns(Filter(Parts, StartsWith(PartName, TextSearchBox1.Text)), "Title", If(SortDescending1, Descending, Ascending))
I have tried the following:
Parts, StartsWith(PartName, TextSearchBox1.Text), lifecycle <> "Dead"), ....
Any ideas?
Solved! Go to Solution.
(Parts, StartsWith(PartName, TextSearchBox1.Text) && lifecycle <> "Dead"), ....
(Parts, StartsWith(PartName, TextSearchBox1.Text) && lifecycle <> "Dead"), ....
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
278 | |
236 | |
84 | |
37 | |
36 |
User | Count |
---|---|
356 | |
240 | |
130 | |
72 | |
50 |