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: 
Anonymous
Not applicable

How to show a trend-graph that does not respond to filters?

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

1 Solution

Accepted Solutions
sunny_talwar

May be this

Count({<Status={"maintained"}, Month>}Status)/Count({<Month>}Status)

View solution in original post

2 Replies
sunny_talwar

May be this

Count({<Status={"maintained"}, Month>}Status)/Count({<Month>}Status)

Anonymous
Not applicable
Author

Perfect, that did the trick. Thank you very much!