
Not applicable
2016-07-15
01:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
Graph as an example
2,369 Views
1 Solution
Accepted Solutions


Champion III
2016-07-15
02:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
2,253 Views
6 Replies


Champion III
2016-07-15
01:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May be this?
= Count({< Status = {'Completed'} >} Status)
2,253 Views


Champion III
2016-07-15
01:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Or
= Count(If(Status = 'Completed', 1))
2,253 Views

Not applicable
2016-07-15
01:59 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Neither work. It is still a bar not a line
2,253 Views


Champion III
2016-07-15
02:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did you uncheck the Bar and Checked the Line ?
2,253 Views

Master II
2016-07-15
02:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Under display options, uncheck BAR for "Completed" expression and it will work...
2,253 Views


Champion III
2016-07-15
02:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
2,254 Views
