Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
arethaking
Creator II
Creator II

What this expression means

max(all aggr(Sum({$<Year={$(=Max(Year))}>}  Sales/$(vCurrency)) / Sum({$<Year={$(=Max(Year))}>}  Budget_$(vCurrency)), Customer))

1 Solution

Accepted Solutions
oknotsen
Master III
Master III

Of the maximum year in your current selection, calculated the Sales divided by the Budget and do this for every Customer. Take the maximum value of that list.

May you live in interesting times!

View solution in original post

1 Reply
oknotsen
Master III
Master III

Of the maximum year in your current selection, calculated the Sales divided by the Budget and do this for every Customer. Take the maximum value of that list.

May you live in interesting times!