Hello,
I have a dropdown control and a gallery on a screen and i need to filter by location, full time and part time. So far i have this formula on but i don't know how to add to filter the full time and part time to the current formula. Filter(datasource, Location=Dropdown1.Selected.Result). Any help will be much appreciated.
Solved! Go to Solution.
Hi @patty789 ,
Your formulae seems to be wrong Filter(datasource, Location=Dropdown1.Selected.Result,Duration="fulltime", Duration="parttime") with this you are saying get datasource data where Location is selected value, Duration is both part time and full time (which is not possible isn't it) try with correct columns and value. First start with second column alone and once you see the data try add another filter condition.
If this answers your question mark it as verified and give thumbs up
Regards,
pavan Kumar Garlapati
Hi @patty789
You can add as many conditions as you want to filter just with commas for instance
Filter(datasource, Location=Dropdown1.Selected.Result,Full Time="",Part Time="")
If this answers your question mark it as verified and give a thumbsup
Regards,
Pavan Kumar Garlapati
@PavanKumar thank you for your response but for whatever reason i am not getting anything to display the gallery is empty using the formula.
Filter(datasource, Location=Dropdown1.Selected.Result,Duration="fulltime", Duration="parttime")
Hi @patty789 ,
Your formulae seems to be wrong Filter(datasource, Location=Dropdown1.Selected.Result,Duration="fulltime", Duration="parttime") with this you are saying get datasource data where Location is selected value, Duration is both part time and full time (which is not possible isn't it) try with correct columns and value. First start with second column alone and once you see the data try add another filter condition.
If this answers your question mark it as verified and give thumbs up
Regards,
pavan Kumar Garlapati
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 |
---|---|
272 | |
254 | |
87 | |
38 | |
34 |
User | Count |
---|---|
349 | |
262 | |
130 | |
68 | |
48 |