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 / Filter gallery with ch...
Power Apps
Answered

Filter gallery with checkbox and dropdown

(0) ShareShare
ReportReport
Posted on by 421

Hi everyone.

 

I am currently filtering a gallery with this formula:

SortByColumns(Filter(NSOEAMLIST,Dropdown1.Selected.Value="All" || Category = Dropdown1.Selected.Value),"Task")

 

It is working correctly but I want to add a checkbox outside the gallery that will filter out items where the Sharepoint column "WhoChecked" is blank.  Im not sure where to place the additional formula or the correct syntax.

Thanks!!

 

Chris

Categories:
I have the same question (0)
  • Verified answer
    AnthonyD Profile Picture
    559 on at

    @ckserra33  Try Below

    Checkbox: OnCheck: Set(varShowWhoChecked,true)

    Checkbox: OnUnCheck: Set(varShowWhoChecked,Blank())

     

    SortByColumns(Filter(NSOEAMLIST,Dropdown1.Selected.Value="All" Or Category = Dropdown1.Selected.Value, IsBlank(WhoChecked) Or !IsBlank(varShowWhoChecked) = false),"Task")

  • ckserra33 Profile Picture
    421 on at

    Perfect, thank you very much for the help!!

     

    Chris

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 March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 490

#2
WarrenBelz Profile Picture

WarrenBelz 427 Most Valuable Professional

#3
Vish WR Profile Picture

Vish WR 381

Last 30 days Overall leaderboard