Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Max Gauge Setting

Hi guys,

I have an expression

Count([VarA])/

Count(ALL [VarA]).

What the expression I can add to get max value in the gauge settings?

Thanks,

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi Vladimir,

               Please find the attachment of application,i think your issue is resolved,please let me know if you have any issue.

Regards

View solution in original post

4 Replies
israrkhan
Specialist II
Specialist II

to get the max value use max function like Max(value), if value is string then use maxstring(value)..

Count([VarA]) / Count(ALL [VarA]). this expression count the Value for selected Dimensions/Total value,

Total Used for ignoring dimensions...

But Gauge chart usually used for showing a total count or total sum of a value, without dimensions,

dimension  groups the data, so Gauge chart is not useful if you want to group data, then use Pie Chart Instead.

Hope to help....

Anonymous
Not applicable
Author

Hi,

The results in % is not big, I'd like to use automatic define max value for axis

Capture.JPG.jpg

Regards,

Anonymous
Not applicable
Author

Hi Vladimir,

               Please find the attachment of application,i think your issue is resolved,please let me know if you have any issue.

Regards

Anonymous
Not applicable
Author

Thanks!!!!