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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
hobanwashburne
Creator
Creator

Only display the graph after a selection has been made

Where’s the “only display the graph after a selection has been made” trigger?

Thanks

1 Solution

Accepted Solutions
Not applicable

Hi hoban,

take a look into chart props --> Layout Tab --> check "Show Conditional"

and use functions like

Len(GetCurrentSelections()) > 0

or similar

HtH

Roland

View solution in original post

1 Reply
Not applicable

Hi hoban,

take a look into chart props --> Layout Tab --> check "Show Conditional"

and use functions like

Len(GetCurrentSelections()) > 0

or similar

HtH

Roland