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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Arokzx99
Contributor
Contributor

Linear Gauge

Hi ,

I have a column as status with value as 'success' and 'Failure'. I am trying to display the values through a line gauge but only the count of success is shown for both the segments 

Labels (1)
3 Replies
mdmukramali
Specialist III
Specialist III

Hi,
what is the Expression you are using?

you should use something like below.

=Count({<status={'success'}>} Measure)
/
Count({<status={'success',Failure}>} Measure)

Can you attach the sample file?

Arokzx99
Contributor
Contributor
Author

Hi ,

PFA application file  
when I am using the expression shared by you , no info is displayed on linear gauge .

Thank You 

mdmukramali
Specialist III
Specialist III

Hi,

 

For the Guage chart, you shouldn't use dimension.

 

find the attached application.

 

Thanks,

Mohammed Mukram