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: 
arusanah
Creator II
Creator II

Qliksense gauge

In Qliksense ,I have 3 gauge charts .my requirement is to filter data using gauge.since there is no dimension. so Is there a way to do something like this?

1 Reply
undergrinder
Specialist II
Specialist II

Hi Archana,

the dimension is not shown on the gauge, but the underlying data has the dimension.

If you add a filter with associated dimension, you can see the gauge changing according.

If I misunderstand you, and you want filter the gauge measure, then you can use set analysis to narrow the data or other expressions like =sum(if(dim=1,Value,null()));

https://help.qlik.com/en-US/sense/June2018/Subsystems/Hub/Content/ChartFunctions/SetAnalysis/set-ana...

G.