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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Display data on chart on condition

Hello Dear community,

I'm having a problem that although it's probably  very simple to solve,  I'm having trouble with.

I have a year table, and a chart table. What I want to do is that unless a year is selected, the chart table doesn't display any data.

Sin título.png

Hope you can help me, thank you very much

1 Solution

Accepted Solutions
alexandros17
Partner - Champion III
Partner - Champion III

In the first tab there is "Calculation condition" write:

getpossiblecount(Year) >1

View solution in original post

2 Replies
alexandros17
Partner - Champion III
Partner - Champion III

In the first tab there is "Calculation condition" write:

getpossiblecount(Year) >1

Anonymous
Not applicable
Author

thank you very much