Hi,
I am trying to use a Dropdown Search and filter a galery that has a list inside of it.
I already used normal searchs and its fine.
But it is the first time I am using a dropdown trying to filter a galery/list
Inside the list I have a container that has a picture and 2 expressions.
I just want that when I select something in the Dropdown Search, that filter it by the first expression and all the container would filtered.
So when I select something using the search dropdown The list below is filtered be the NAME but all the container should also be filtered together.
Any help? I am trying that for 2 days now. I am a beginner !
Thank you in advance.
Hi Pedro Boffa,
You can apply filter by name in aggregate -
If(SearchText="",True,Product.Name=SearchText)
and refresh data at onchange of dropdown search.
Please check attached oml.
Regards,
Rahul
Thank you very much for all the help.
It worked !!
Can you plz provide a sample oml?
Hello Pedro!
I recreated your issue using a REST API and was able to filter a gallery using a dropdown by filtering a local copy of my API list.
Selecting only the "Front".
I will leave the OML for you to take a look.
Hope it helps!
Paulo Rosário
Thank you very much Paulo.
But you used a dropdown. My issue is that I am using a Search Dropdown.. !!
I will look into it right now !!