Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hiding the Dashboard

Hi,

I have multitab dashboard like this

YrARScore
201016025
201014140


My requirement is if score<50 then dashboard should show blank otherwise it should show the records.

Thanks,

Labels (1)
1 Reply
Not applicable
Author

Hi Tim,

You can use set analysis:


Only({$<Score = {"> 50 "}>} Score)


Regards

Nadsky