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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to display expression legend on bars

Hi friends

how to display expression legend on bars.i have 3 dates fields in database.at a time i can able to show only one value on bar.but i want to  all the expressions on bar(Gantt chart using here).

1 Reply
swuehl
MVP
MVP

Could you describe your dimension(s) and expression(s) in your bar chart, and what you are expecting as result a bit more detailed?

It might be possible to achieve what you want, e.g. by using a separate expression with display option only 'values on data point' (i,e, 'bar' disabled) and an expression that concatenates the date values you want to show.

=Date1 &chr(10)

&Date2 & chr(10)

&Date3