Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Markbhai
Creator
Creator

Dashboard not populated until Filter Selected

I want to hide the contents of a dashboard until two filters are selected:

Filter 1: Standard Type

Filter 2: Standard Version

Once these are both selected the dashboard should display.  Is there a way to do this?

Thanks

Mark

Labels (1)
1 Solution

Accepted Solutions
Nicolae_Alecu
Creator
Creator

Hello,

You should use Calculation Condition (Add-Ons -> Data Handling)

=getSelectedCount(Filter1)  > 0 and getSelectedCount(Filter2) > 0

View solution in original post

2 Replies
Nicolae_Alecu
Creator
Creator

Hello,

You should use Calculation Condition (Add-Ons -> Data Handling)

=getSelectedCount(Filter1)  > 0 and getSelectedCount(Filter2) > 0

Markbhai
Creator
Creator
Author

Thanks for this.

I was trying to do something slightly different in that I wanted to hide the dashboard, but actually this will work fine.

Thanks

Mark.