Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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.

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!!