Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
Graph as an example
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.
May be this?
= Count({< Status = {'Completed'} >} Status)
Or
= Count(If(Status = 'Completed', 1))
Neither work. It is still a bar not a line
Did you uncheck the Bar and Checked the Line ?
Under display options, uncheck BAR for "Completed" expression and it will work...
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.