web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Multiple filter with c...
Power Apps
Unanswered

Multiple filter with combobox and toggle

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi! I have some problem with modern combobox. I use the same formulae to classic combobox ,there is no error notification. The gallery is normally shown. But when I filter by the combobox, the gallery disappears. I don't know what's wrong 😭

neris_0-1699493054277.png

neris_1-1699493165602.png

And another problem is I want to filter Status that is text field by using toggle. When the toggle is checked, I want the gallery show only items have "Open" status. And when it is unchecked,the gallery show "Closed" status. I have tried the formulas from Mr. JimmyBecks but it does not work. I might lack of understanding the toggle.

neris_4-1699493864910.png

 

neris_2-1699493483835.png

neris_3-1699493597711.png

 

This is my data base from excel. I want to filter the status with other multiple filter

Any one can help or suggest,please?

 

Categories:
I have the same question (0)
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

     

    If(StatusToggle.Checked,
     SortByColumns(
     Search(
     Filter(
     OPL_EV6,'Status'="Open",
     'Person In Charge' = cbxPerson.Selected.Value || IsBlank(cbxPerson.SelectedItems.Value)|| IsEmpty(cbxPerson.SelectedItems),
     Station = cbxStation.Selected.Value || IsBlank(cbxStation.SelectedItems.Value)||IsEmpty(cbxStation.SelectedItems),
     And(
     Or(
     IsBlank(dpkStartDate.SelectedDate),
     'Issue Date' >= dpkStartDate.SelectedDate
     ),
     Or(
     IsBlank(dpkEndDate.SelectedDate),
     'Issue Date' <= dpkEndDate.SelectedDate
     )
    )),
     SearchInput.Value,
     "OPL Description",
     "Person In Charge",
     "Station"
     )),
     SortByColumns(
     Search(
     Filter(
     OPL_EV6,'Status'="Closed",
     'Person In Charge' = cbxPerson.Selected.Value || IsBlank(cbxPerson.SelectedItems.Value)|| IsEmpty(cbxPerson.SelectedItems),
     Station = cbxStation.Selected.Value || IsBlank(cbxStation.SelectedItems.Value)||IsEmpty(cbxStation.SelectedItems),
     And(
     Or(
     IsBlank(dpkStartDate.SelectedDate),
     'Issue Date' >= dpkStartDate.SelectedDate
     ),
     Or(
     IsBlank(dpkEndDate.SelectedDate),
     'Issue Date' <= dpkEndDate.SelectedDate
     )
    )),
     SearchInput.Value,
     "OPL Description",
     "Person In Charge",
     "Station"
     )))

    I have already fixed my combobox filter, I change " " to ' ' . But the toggle is not worked.

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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,033

#2
Valantis Profile Picture

Valantis 632

#3
11manish Profile Picture

11manish 607

Last 30 days Overall leaderboard