Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a gauge that works fine, and I can select a country and it changes the value to match.
However I would like to have 4 gauge that shows fixed calculations based on country.
The formula I have today is:
sum(Aggr(Sum(arr)*Num#(Liability),counterparty_name))
I have a field named: legal_entity (with 4 different options - NO, US, UK, DK)
How can I get my Gauge to show 4 different selection independently on the other selections in the model?
Thanks:-)
Arild
Example
sum(Aggr(Sum({<legal_entity={'UK'}>}arr*liability),counterparty_name))
Read more on set analysis here
https://www.analyticsvidhya.com/blog/2014/01/set-analysis-qlikview/
HI,
I would look at using set analysis, but normally the Gauge is dimenionless and it based on selection status.
Bill
Example
sum(Aggr(Sum({<legal_entity={'UK'}>}arr*liability),counterparty_name))
Read more on set analysis here
https://www.analyticsvidhya.com/blog/2014/01/set-analysis-qlikview/
Thanks:-)
Perfect