Announcements
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.
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
pavan Kumar Garlapati
@PavanKumar I went piece by piece and i was able to get it working. Thank you!
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Haque 85
WarrenBelz 76 Most Valuable Professional
Kalathiya 38 Super User 2026 Season 1