I want to use radio button to filter my information, What should/ code I do
ex. I have many information of Date , Name , Type
and I create radio button to filter it , I mean when I select "Type" ,
it only show the data in "Type" catagory.
Solved! Go to Solution.
Hi @mae_be9292 ,
Could you tell me
1)what data source that you use?
2)what's the Type field's data type?
I've made a test for your reference:
1) Type field is choice
Radio Items: Choices(tablename.Type)
Items:Filter(tablename,Type.Value=Radio1.Selected.Value)
2)Type field is text
Items: tablename
Value: Type
Items: Filter(tablename,Type=Radio1.Selected.Type)
Best regards,
Community Support Team _ Phoebe Liu
Hi @mae_be9292 , you can use below formula in items of gallery Filter(collRadio,Type=Radio2.Selected.Value)
collRadio is collection/form
Radio2 is your radio button
It didn't work. They going error 😞
yes, it store in gallery
Hi @mae_be9292 ,
Could you tell me
1)what data source that you use?
2)what's the Type field's data type?
I've made a test for your reference:
1) Type field is choice
Radio Items: Choices(tablename.Type)
Items:Filter(tablename,Type.Value=Radio1.Selected.Value)
2)Type field is text
Items: tablename
Value: Type
Items: Filter(tablename,Type=Radio1.Selected.Type)
Best regards,
Community Support Team _ Phoebe Liu
Thank you. It work for me 🙂
Hi!
From your solution, I try and it work with choices but it doesn't work with text.
Could you please share the picture of power app code when you use it with text type.
Thank you
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 |
---|---|
203 | |
171 | |
63 | |
32 | |
31 |
User | Count |
---|---|
338 | |
271 | |
105 | |
71 | |
56 |