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 criteria
Power Apps
Unanswered

Multiple Filter criteria

(0) ShareShare
ReportReport
Posted on by

I'm brand new to power apps. Below is the data selected from the BrowseGallery1:

SortByColumns(Filter([@Tracking], StartsWith(JobNumber, TextSearchBox1.Text)), "Title", If(SortDescending1, Descending, Ascending))

I'd like to add a filter that shows initially only shows Jobs with a "Release to Construction" date field > "0" and further filter on the "JobNumber" once it's entered into the search box. 

I've tried:

SortByColumns(Filter([@Tracking], StartsWith(JobNumber, TextSearchBox1.Text) && ('Release to Construction'.Value>0), "Title", If(SortDescending1, Descending, Ascending))

(The red is how what i added) But I keep getting errors, and it won't work.

Any help would be appreciated. 

Brett

 

 

Categories:
  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @Bmartin20 

    What does the error say?

  • jorge.daniel Profile Picture
    1,430 Super User 2024 Season 1 on at

    Hi,

     

    Release to construction is a date? If so, you can't test it against a number.

     

    Use a IsBlank to check if there is any data in the field. IsBlank('Release to Construction') = false means there is a date there.

     

    If you want to do some kind of comparision, you can do something like > Today()

     

    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

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 394 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 324 Most Valuable Professional

Last 30 days Overall leaderboard