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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
EGilbert
Contributor III
Contributor III

Data Labels

I would like to add data labels inside my chart columns.  Is this possible in QlikView?  I would like it to look like the below chart.  Thanks for the help.

  Sample Data Set.JPG

 
 
Labels (1)
1 Solution

Accepted Solutions
bharathadde
Creator II
Creator II

Use this in your expression

=Dual([Product Name Field] & chr(10) & Sum(Sales) ,Sum(Sales))

and make sure you checkbox Plot Values inside segment on Presentation tab

View solution in original post

1 Reply
bharathadde
Creator II
Creator II

Use this in your expression

=Dual([Product Name Field] & chr(10) & Sum(Sales) ,Sum(Sales))

and make sure you checkbox Plot Values inside segment on Presentation tab