Forum Discussion
Area chart - only specific values
- 8 years ago
Hi Anonymous,
You just add the sum(violation) as value, and date as x-axis level. Please see the following screenshot.
You can download the attachment to check more details.
Best Regards,
Angelia
Hi,
thanks for your answer, maybe I was a bit unclear.
If there was an SLA violation the table gets a 1, otherwise (no violation) will get an 0.
But there could be more dan 1 violation per day (if there are 5 tickets, maybe 3 gets the violation)
So I want to view every day in the chart, even if there aren't any violations, if there are violations I want to see how many.
It possible that on day 1 only 1 violation is, day 2 5 violations, day 3 0violations, day4 3violations.
THanks
Hi Anonymous,
You just add the sum(violation) as value, and date as x-axis level. Please see the following screenshot.
You can download the attachment to check more details.
Best Regards,
Angelia
- Anonymous8 years agoNot applicable
Hi,
YES! this solves my issue.
Thanks!
Joris