Good Afternoon All,
Im trying to filter numbers from a gallery list in a text box please see below, iv tried lots of different codes but unable to get this to work?
Hope someone can help 🙂
Job Number: is Numbers
Solved! Go to Solution.
The Search function can only be used in textual columns, so if the Job Number column is numeric, it will not work. You can, however, use the Filter function, that can be used with more complex expressions. In your case, you can use an expression similar to the one below (which converts the job number to a text value using the Text function😞
Filter(Jobs, TextInput1.Text in Text(JobNumber))
The Search function can only be used in textual columns, so if the Job Number column is numeric, it will not work. You can, however, use the Filter function, that can be used with more complex expressions. In your case, you can use an expression similar to the one below (which converts the job number to a text value using the Text function😞
Filter(Jobs, TextInput1.Text in Text(JobNumber))
OMG Your amazing, it works perfect 🙂
Thank you so much 🙂 🙂 🙂 🙂
This is working Perfect, But would also like to filter via a dropdown? how could i add this in to the code?
I also cant see the new records in the list? is this because of it only looks at the first 500 records? is there a way around this
I also have this blue i?
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
198 | |
178 | |
64 | |
34 | |
32 |
User | Count |
---|---|
340 | |
273 | |
116 | |
73 | |
57 |