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 / Fresh out of Basic Tra...
Power Apps
Unanswered

Fresh out of Basic Training

(0) ShareShare
ReportReport
Posted on by

Greetings and sorry for the newbie question in advance

 

I have managed to set up a filter based on slider with a SharePoint list with a column containing a number - 1 visible 2 not visible.

The reason for the 2 was to make the filter blank when the slider was returning a 0.

 

My working filter code is 

Filter('TestFATProcedureDocList', DOL = DataCardValue11.Value)

I have multiple columns to apply his to and when I try add the Or it doesn't work

 

Filter('TestFATProcedureDocList', MM6 = DataCardValue5.Value Or DOL = DataCardValue11.Value)

 

am I formatting the Or correctly here?

 

Many thanks

Categories:
  • NandiniBhagya20 Profile Picture
    4,667 Super User 2024 Season 1 on at

    Hi,

    Are your datacards 5 and 11 of type choice. If yes then you should use DataCardValue5.Selected.Value

    if it is of type text then you can use DataCardValue5.Text

     

    Filter('TestFATProcedureDocList', MM6 = DataCardValue5.Selected.Value || DOL = DataCardValue11.Selected.Value)

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

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 296 Most Valuable Professional

Last 30 days Overall leaderboard