Thanks for your help.
What I am trying to do is as follow:
- I have a (live) data cube with a few parameters
- I want to set all those parameters before firing a request (to not send multiple not needed queries to the DB)
- One of those parameters is a radio button list (or checkbox list - I don’t mind which one as long as it works
).
This is in short how the ‘header’ of my dashboard looks like:
The date filter is not an issue. The radio button list I cannot get handled by the button (I did manage to directly update the filter in the datacube).
If I can, Id’ rather use the radio button component (display controls are better for my use case - I can get all of them horizontal).
I think I get what you said and still need to test it regarding the solution to have delayed filter, but my concern (before testing) is that I am not sure if the update button and click action would act at the same time, or if it would still trigger 2 queries. I’ll dig deeper tomorrow.