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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
aaronnayan
Creator III
Creator III

user selects a value for chart to load

     Hi guys

I have a line chart but i only want it to load when the user selects a value from the field [GroupCatergory]

I think this is the calculated condition part

So i only want the chart to load dpepending on the data selected from that field

Any help guys?

1 Solution

Accepted Solutions
sunny_talwar

You can use Calculation Condition on the General tab of chart properties

=GetSelectedCount(GroupCatergory) > 0

Capture.PNG

View solution in original post

2 Replies
sunny_talwar

You can use Calculation Condition on the General tab of chart properties

=GetSelectedCount(GroupCatergory) > 0

Capture.PNG

niclaz79
Partner - Creator III
Partner - Creator III

Hi Aaron,

Look into the function GetSelectedCount() where you can set up a condition such as GetSelectedCount(GroupCatergory) > 0 which would be considered true whenever one or more things are selected in GroupCatergory.

You can just put this value in the Conditional Show section in the Layout tab.