Remember the users filter selection

Hello verbaldancing,
Thank you for your help. I tried your code but I’m afraid it still dosen’t seem to remember the filter options set by the user via dropdowns.

I changed the code to match the ID of the dataset and I also made sure that the dataset has event handlers for onReady and CurrentIndexChanged but still no luck.

What I need it to do is basically this: When a dropdown is changed (user selects an option) it should store the current Dataset filter in the memory. Once the user comes back to the page I want the dataset to set it’s filter to be what’s in the storage when the page and dataset are ready. Maybe there is a different solution to this? I checked the documentation but couldn’t find anything that makes the memory store the current dataset filter. Any further ideas?

Many thanks!