cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Snazzybec
Frequent Visitor

multiple filters on a gallery

Hi I am trying to create multiple filters on a gallery and coming across some delegation issues

 

Using

Filter(TABLE,Manager.DisplayName = VarUserName  And StartsWith(Surname,TextSearchBox1.Text) And StartsWith('Case closed?',"No")

 

The last part 'Case closed?' is causing issues because I already have an = condition

 

I would also like to order by meeting date

 

any assistance gratefully received

Sam

1 ACCEPTED SOLUTION

Accepted Solutions
eka24
Community Champion
Community Champion

Try

Filter(TABLE,Manager.DisplayName = VarUserName  And StartsWith(Surname,TextSearchBox1.Text) And 'Case closed?'="No")

 

Or

Filter(TABLE,Manager.DisplayName = VarUserName  And StartsWith(Surname,TextSearchBox1.Text) And 'Case closed?'=false)

------------

If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

View solution in original post

3 REPLIES 3
eka24
Community Champion
Community Champion

Try

Filter(TABLE,Manager.DisplayName = VarUserName  And StartsWith(Surname,TextSearchBox1.Text) And 'Case closed?'="No")

 

Or

Filter(TABLE,Manager.DisplayName = VarUserName  And StartsWith(Surname,TextSearchBox1.Text) And 'Case closed?'=false)

------------

If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

thank you very much @eka24 

 

the false option worked a treat

 

much appreciated

Sam

eka24
Community Champion
Community Champion

Please mark as a solution since it's working..

------------

If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

Helpful resources

Announcements
Power Apps News & Annoucements carousel

Power Apps News & Announcements

Keep up to date with current events and community announcements in the Power Apps community.

Community Call Conversations

Introducing the Community Calls Conversations

A great place where you can stay up to date with community calls and interact with the speakers.

Power Apps Community Blog Carousel

Power Apps Community Blog

Check out the latest Community Blog from the community!

Top Solution Authors
Top Kudoed Authors
Users online (3,032)