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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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!