Hi,
i would like to filter my Gallery by a dropdown and a searchbox. My searchbox work very well but my dropdown doesn't work.
Here is what I put in Gallery > Items :
Filter(CR_1; 'Nom du projet'.Value = Gallery1.Selected.Title; TextInput3.Text in 'Décision')
I can't take off the formula " 'Nom du projet'.Value = Gallery1.Selected.Title" because this gallery is linked to another Gallery.
Do you have an idea where can i put my formula for my dropdown ?
Thanks a lot!
Solved! Go to Solution.
Thank you for your advice I just made a test, and it worked :
Filter(CR_1; 'Nom du projet'.Value = Gallery1.Selected.Title; TextInput3.Text in Décision)
I think its the dropdown that bothers me.
Thank you for your help!
Hey!
Please have a look at the screenshot below:
Expression used:
Filter('[dbo].[employees]',first_name=Gallery1.Selected.first_name && last_name = Dropdown3.SelectedText.Value && first_name = TextInput2.Text)
Note:
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hello! Thank you very much for your answer but unfortunetely my gallery still doesn't work...here a screenshot.
Thank you for your help!
Hey Can you please post the error that you are getting in English?
Note: Ensure that the Gallery1.Selected.Title is getting mapped to the correct record of "Nom Du Projet.Value" attribute in cr_1. Verify that the data types of "Validation"and "Decision" are of type string (and if not, we will have to do a typecast to convert these values to strings).
Thanks,
yes in fact "Validation" is a yes or no type of data from a toglgle!
I haven't got a message error, just mine who said that "There is no data detected."
Thanks a lot!
Hi @ClemD ,
Thank you for your advice I just made a test, and it worked :
Filter(CR_1; 'Nom du projet'.Value = Gallery1.Selected.Title; TextInput3.Text in Décision)
I think its the dropdown that bothers me.
Thank you for your help!
Perfect!
Happy that it worked for you.
Thanks,
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 |
---|---|
210 | |
194 | |
82 | |
58 | |
38 |
User | Count |
---|---|
304 | |
251 | |
119 | |
84 | |
55 |