I have a data set being filtered by a drop-down. I would like the drop-down filter to have a default value as the page loads, which activates the filter. I have tried the code below however, while the default value is set, it does not activate the filter until you re-select the option. Any ideas?
However, while it fills in the drop down with the correct value, it does not update the filter. You have to reselect the filter from the drop down in order for it to work.
I have 4 repeaters, all linked to different datasets from the same collection. Each dataset has a filter applied to only show the category I want. Then I want the user input filter to further filter these results.
Thanks - that unfortunately didn’t work either.
I’ve managed to achieve the function with a single select tag. Do you possibly know how to code a default value for a tag though?