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 / combobox - filter with...
Power Apps
Unanswered

combobox - filter with multiple value/row

(1) ShareShare
ReportReport
Posted on by 12

Hello,

 

I have a database with multiple columns. I use on of theses columns in a combobox to filter. My issue is that in the colunms there is sometimes more than one letter :

 

Test217_0-1720012999482.png

Instead of this I would like to have a list of  1Letter/row wich allows searching on my database and sorting the items with one and several letters.

To do this I tried to create a collection but it doesn't work :

 

OnStart :

 

ClearCollect(newletters;

Distinct(
    Split(
        Concat(table1; letters; ",");
        ",");
    Value)

)

 

Someone have an idea ? 

 

Thanks in advance, 

Categories:
I have the same question (0)
  • developingteal Profile Picture
    392 on at

    I would recommend just manually making your own collection of all the letter of the alphabet (or whatever) and then filtering by it. I think it will make it simpler for you and save you the headache of making something dynamic like you are trying.

  • Test217 Profile Picture
    12 on at

    Thanks for you answear, i understand but i use letters as an example. I will replace them with key words in my application, so it had to be dynamic.

  • developingteal Profile Picture
    392 on at

    Do you have a list of keywords, or will that list be dynamic and changing?

  • Test217 Profile Picture
    12 on at

    The database will not change often so I it is possible for me to make a list with single keywords for my comobox, that will fix my first issue. 

     

    But how can I sort my gallery after ? On one row of my columns there is often more than 1 keyword.

     

    Thanks in advance

  • developingteal Profile Picture
    392 on at

    Do you want to filter by more than one keyword, you can built multiple filters by keywords. Just use a Filter(), and you can make multiple statements:

     

    Ex:

    Filter(Table, This = this, other Boolean statement, ...)

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 103

#2
WarrenBelz Profile Picture

WarrenBelz 82 Most Valuable Professional

#3
wolenberg_ Profile Picture

wolenberg_ 67 Super User 2026 Season 1

Last 30 days Overall leaderboard