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: 
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

 
 
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