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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Hiding info

Can i do something to hide all info until i do a selection?

Regards.

Vinny.

Labels (1)
1 Solution

Accepted Solutions
olivierrobin
Specialist III
Specialist III

hello,

on all objects you want to hide, you can code a conditionnal formula to show/hide the object depending on a formula based on getselectioncount() :

for example

getselectioncount(Column Name)>=1

View solution in original post

2 Replies
olivierrobin
Specialist III
Specialist III

hello,

on all objects you want to hide, you can code a conditionnal formula to show/hide the object depending on a formula based on getselectioncount() :

for example

getselectioncount(Column Name)>=1

Anonymous
Not applicable
Author

Txh a lot!!