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 without a part?
Power Apps
Answered

Filter without a part?

(0) ShareShare
ReportReport
Posted on by 997

Hello,

I was wondering how i can filter without showing a status
But only collect the rest?

I like to filter all records without the status "HOLD"
But no idea how to manage it
I get the status from field_15 but no idea what to add
By the way field_15 is a list in our SharePoint list

 

SortByColumns(
 If(StatusHideHold=true;
 Filter(
 colMyList2; field_3="GET" && field_15=;
 
 Dropdown1_21.SelectedText.Value & " " &Dropdown1_22.SelectedText.Value in MonthValue

 )
 ;
 Filter(
 colMyList2; field_3="GET";
 
 Dropdown1_21.SelectedText.Value & " " &Dropdown1_22.SelectedText.Value in MonthValue

 )
 ); 
 "ENDDATE"; 
)

 

Categories:
I have the same question (0)
  • TimmyBoy Profile Picture
    997 on at

    I tried

    SortByColumns(
     If(StatusHideHold=true;
     Filter(
     colMyList2; field_3="GET" & Concat(field_15;Value) <> "HOLD";
     
     Dropdown1_21.SelectedText.Value & " " &Dropdown1_22.SelectedText.Value in MonthValue
    
     )
     ;
     Filter(
     colMyList2; field_3="GET";
     
     Dropdown1_21.SelectedText.Value & " " &Dropdown1_22.SelectedText.Value in MonthValue
    
     )
     ); 
     "ENDDATE"; 
    )

    But didn't work

  • Verified answer
    TimmyBoy Profile Picture
    997 on at

    Got it solved,

    Thanks

    Solution:

    SortByColumns(
     If(StatusHideHold=true;
     Filter(
     colMyList2; field_3="GET" & && If(
     Not(Concat(field_15;Value) exactin "HOLD");
     false; true 
    )&&
     Dropdown1_21.SelectedText.Value & " " &Dropdown1_22.SelectedText.Value in MonthValue
    
     )
     ;
     Filter(
     colMyList2; field_3="GET";
     
     Dropdown1_21.SelectedText.Value & " " &Dropdown1_22.SelectedText.Value in MonthValue
    
     )
     ); 
     "ENDDATE"; 
    )

     

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
WarrenBelz Profile Picture

WarrenBelz 345 Most Valuable Professional

#2
11manish Profile Picture

11manish 207 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 177

Last 30 days Overall leaderboard