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 / How to show all ticket...
Power Apps
Answered

How to show all tickets when the filter is blank?

(0) ShareShare
ReportReport
Posted on by 96

Hello everyone,

I integrated a filter into my app and its working fine. But I would like to see all the tickets if the filter is blank. Does anybody have an idea? Thanks

User3048_0-1672910692371.png

 

Categories:
  • Verified answer
    v-xiaochen-msft Profile Picture
    Microsoft Employee on at

    Hi @User3048 ,

     

    Please try:

     

    Search(
     If(
     isAdmin;
     Sort(If(
     !IsBlank(DropDownStatus.Selected);
     Filter(AllTickets;TaskStatus.Value=DropDownStatus.Selected.Value);
     AllTickets);
     Erstellt;Descending);
     Sort(If(
     !IsBlank(DropDownStatus.Selected);
     Filter(AllTickets; 'Erstellt von'.Email=MyPorfile.Mail && TaskStatus.Value=DropDownStatus.Selected.Value || 'Erstellt von'.Claims=MyProfile.UserPrincipalName);
     Filter(AllTickets; 'Erstellt von'.Email=MyPorfile.Mail || 'Erstellt von'.Claims=MyProfile.UserPrincipalName));
     Erstellt;Descending)
     );
     Suchfeld.Text;"Text";"Description"
    )

     

     

    Best Regards,

    Wearsky

  • User3048 Profile Picture
    96 on at

    It works, 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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 411 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 338

#3
WarrenBelz Profile Picture

WarrenBelz 256 Most Valuable Professional

Last 30 days Overall leaderboard