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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Display filtered galle...
Power Apps
Answered

Display filtered gallery AFTER criteria is submitted

(0) ShareShare
ReportReport
Posted on by

I have a screen that has a few filter fields, that results in the gallery items and when selected shows the details in the form. In order to avoid delegable issues, I would like the screen to appear, showing the filter fields, with the gallery/form hidden. Only after the user enters criteria to filter the dataset, will the gallery visible property get set to true, showing the records that meet the filter within the form. Filtered items are very specific such as the date from/to, or ticket # or location or receipt number. 

Any ideas?

Categories:
I have the same question (0)
  • Verified answer
    v-jefferni Profile Picture
    on at

    Hi @AnnetteM ,

     

    A simple approach is to use combined IsBlank functions for Visible of the Gallery and Form. 

     

    And(IsBlank(SearchTextBox.Text), IsBlank(criteriaDropdown1.Selected.Value), IsBlank(criteriaDropdown2.Selected.Value),...)

     

    It means if any of the criteria is not blank, show the Gallery and Form.

     

    Another method is to use variables OnSelect of buttons to include these criteria, and IsBlanks to check all of the variables on Visible of Gallery and Form. The two methods are basically the same, though.

     

    Best regards,

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 380 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 340

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 333 Super User 2025 Season 2

Last 30 days Overall leaderboard