Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
In one of my dashboards I show a KPI gauge with the following formula:
count({<Status={"maintained"}>}Status)/count(Status)
For the gauge itself, this works perfectly.
But next to this gauge, I would like to show a trend line per month. I do not want this trend line to react to the Month filter. Can anyone help with this?
Thank you in advance,
Rick
May be this
Count({<Status={"maintained"}, Month>}Status)/Count({<Month>}Status)
May be this
Count({<Status={"maintained"}, Month>}Status)/Count({<Month>}Status)
Perfect, that did the trick. Thank you very much!