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 / Two filters, one gallery
Power Apps
Answered

Two filters, one gallery

(0) ShareShare
ReportReport
Posted on by 725

Hi all

I have learned a lot, but I don't know how to code in the second filter to show only records that are greater than 0 in the reorder qty column.

Any help would be much appreciated.

Screenshot 2019-12-17 19.38.44.pngScreenshot 2019-12-17 19.38.58.png

Categories:
I have the same question (0)
  • yashag2255 Profile Picture
    24,769 Super User 2024 Season 1 on at

    Hey @Corissandageri 

     

    You can update the expression as:

    FIlter(Table1,StartsWith(Supplier, Dropdown_Sup.Selected.Result) && CQuantity > 0)

     

    Hope this Helps!

     

    If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!

  • R Bakker Profile Picture
    725 on at

    Thank you, but for some reason, I am still getting the squiggles under CQuantity. Telling me it's an invalid argument, expecting a number value.

  • Verified answer
    v-xida-msft Profile Picture
    on at

    HI @Corissandageri ,

    Could you please share more details about the error message within your formula?

    Could you please show more details about the "CQuantity" column in your Table1? Is it a Number column or a Text type column?

     

    I have made a test on my side, please consider modify your formula as below:

    Filter(
     Table1, 
     StartsWith(Supplier, Dropdown_Sup.Selected.Result),
     Value(CQuantity) > 0
    )

     

    Please consider take a try with above solution, check if the issue is solved.

     

    Best regards,

  • R Bakker Profile Picture
    725 on at

    Thank you very much, this worked perfectly.

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

Kalathiya 408

#2
WarrenBelz Profile Picture

WarrenBelz 382 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 328 Super User 2025 Season 2

Last 30 days Overall leaderboard