Hi I am really new to the power apps. I was Make an app and now I come up to a problem a " horizontal scrollable menu " tried many way but no use!
Solved! Go to Solution.
It Works! I used the filter and search functions and put the second gallery condition in an if statement. Below is the working statement.
Filter(Search(FlooringEstimates,TextInput1.Text, "Name", "Category"),If(Gallery2.Selected.Value="All", true, Category = Gallery2.Selected.Value))
Watch this nice walk-through on making a good menu for navigation - https://www.youtube.com/watch?v=aXWJLf56rJo&ab_channel=DanielChristian
Please Accept as Solution if it solves your question. Or just give it a Thumbs Up if it is helpful because this can help others.
LinkedIn: https://www.linkedin.com/in/charlie-phipps-%F0%9F%91%A8%E2%80%8D%F0%9F%92%BB-91338715b/
YouTube: https://www.youtube.com/channel/UChmFBGU1YKIU91sNMQ7buGg
Twitter: https://twitter.com/phipps0218
What I need is to categories a gallery in with another gallery and display it according like dropdown menu works
It Works! I used the filter and search functions and put the second gallery condition in an if statement. Below is the working statement.
Filter(Search(FlooringEstimates,TextInput1.Text, "Name", "Category"),If(Gallery2.Selected.Value="All", true, Category = Gallery2.Selected.Value))