Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Add a line over Bar Chart

I have a bar chart and I would like to add a line over the bar to show the T-shirt size Status completed. Thanks for your help!

pic1.jpg

pic2.jpg

Graph  as an example

pic3.jpg

1 Solution

Accepted Solutions
vishsaggi
Champion III
Champion III

In the General tab you have to use Combo Chart rather than a Bar chart and then for the second expression uncheck bar and check line.

View solution in original post

6 Replies
vishsaggi
Champion III
Champion III

May be this?

= Count({< Status = {'Completed'} >} Status)

vishsaggi
Champion III
Champion III

Or

= Count(If(Status = 'Completed', 1))

Not applicable
Author

Neither work. It is still a bar not a line

pic4.jpg

vishsaggi
Champion III
Champion III

Did you uncheck the Bar and Checked the Line ?

trdandamudi
Master II
Master II

Under display options, uncheck BAR for "Completed" expression and it will work...

vishsaggi
Champion III
Champion III

In the General tab you have to use Combo Chart rather than a Bar chart and then for the second expression uncheck bar and check line.