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

Announcements
Share your agentic AI experience, learn from others, and earn a new badge: Put Agentic AI to Work
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!!