Hi guys,
I have a list that users can filter through a drop down menu.
However i want there to be a view all option whereby they can view all off the items under the filtered category on a separate page.
Now i have to ways i think i can do it.
there is a fixed item on the list that when clicked it takes them there
Or there is a button on the page which takes them to the view all page.
The problem with this is i assume i have to create multiple buttons and make them appear visible when different industries are selected.
filter this list so that Category → Name is equal to Dropdown → Category → Name
Result: single-item list with the same category which is selected in the dropdown.
Then:
add an action for the button to link to a new page
there you will have a Current Category and you can add list of Items and filter it
Also:
convert this list to a Group
make this Group visible only if Dropdown → Name is NOT equal to empty
Result: the button will appear only if something is selected in the dropdown. Grouping is necessary to avoid “loading” circle in place of this list when dropdown is empty.