Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Gauge chart - Traffic lights

Hi

I need to keep the traffic lights RAG status independent of the selection in the multi list box.

Traffic lights need to show Red more than 2 services miss SLA, amber if 1 service misses SLA and green if no service misses SLA

Attaching is my file. I have used set analysis to make it independent of the Business Area, Application and Month but the RAG status still changes on selection of the values in the filter.

Can anybody please assist?

Labels (1)
2 Replies
mayankraoka
Specialist
Specialist

Remove 1 from ur expression as shown below:

count(aggr(if(1- (sum({<PERIOD_NAME=,[Business Area]=,Application=>}CUSTOMER_IMPACT_MINS)/sum({1<PERIOD_NAME=,[Business Area]=,Application=>}MINS_IN_MON))<=Only({1<PERIOD_NAME=,[Business Area]=,Application=>}[Theshold numeric]),[Service Id]),[Service Name]))

Regards,

Mayank

Anonymous
Not applicable
Author

Doesnt work with the removal of 1