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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

A chart should display the content if only one value is selected in the field Customer. What property can be used to specify this?

Hi

   can any one please clarify this

3 Replies
Anonymous
Not applicable
Author

use getselectedcount(Customer)=1 as condition in layout tab for the chart to hide the chart itself or in the Conditional field for an expression to show/hide a single expression within the chart.

qlikmsg4u
Specialist
Specialist

Object properties ------> general ------->Calculate condition

=GetSelectedCount(Customer)=1

hope this  will help.

jagan
Partner - Champion III
Partner - Champion III

Hi,

Try like this

Chart Properties -> General -> Calculation Condition -> and give


=GetSelectedCount(CustomerDimensionName)=1

Note: Replace CustomerDimensionName with your actual field name.

Hope this helps you.

Regards,

Jagan.