Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Displaying values inside segments of bar chart

Colleagues, good day!

Is there any way in QV to set displaying values inside segments of bar chart with some condition? (for default, values are shown depend chart size)

For example, i want to show all values >1000 000 

Thanks.


2 Replies
swuehl
MVP
MVP

Having display option 'values on data points' disabled, create a 'Show value' attribute expression for your bar expression (open the attributes by clicking on the small plus sign):

=If(Sum(Value)>1000000,1,0)

Anonymous
Not applicable
Author

here?

strangely, it's not working..