Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
sgg_gaikwad
Partner - Contributor II
Partner - Contributor II

How to disable dashboard before any filter selection..?

I am expecting whole dashboard should be display when i do select any Filter other wise it should be Disable..

5 Replies
tresesco
MVP
MVP

You can use getcurrentselections()/ getfieldselections() to identify if something is selected or not. Use it for visibility control of qv objects. And your whole application visibility logic doesn't hold good, because, if the application is not visible, you can't make users allow to select.

sgg_gaikwad
Partner - Contributor II
Partner - Contributor II
Author

Hey Hi Tresesco,

Thanks for response do you have any example for the same that will help me...?

Not applicable

Right Klik on the dashboard, and pick detach will make the dashboard not calculating form any filtering.

Not applicable

Hello Swapnil,

You can try a workaround for this like, Create a Text box with zero transparency and keep that over the whole dashboard area except the filter area.

And on selecting any filter, Hide that text box.

This will initially not allow users to select anything other than the Filters.

Hope this was helpful.

Thanks,

Singh

tresesco
MVP
MVP

If you are trying this to avoid 'big application taking long to open' sort of issue, you could possibly consider another option - Select a value On Open of the application. Application->Settings->Document Properties->Trigger