Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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