Apply Button selection for multiple filters

I have a dashboard with multiple filters (using dataset parameters) that uses live queries. Since every filter change triggers a database query, I want to implement an ‘Apply’ button that will execute the query only after users have selected all their desired filter parameters. This will help reduce unnecessary database calls and improve performance. How can I implement this functionality?

Hi @akireddyraj,

Welcome back to the Quick Suite Community! Attached here is a similar example from a previous thread that showcases how to add an Apply button and then make it so the visual updates upon click after multiple parameter selections. Let me know if this is helps and is what you are looking for!