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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
gustavofred
Contributor II
Contributor II

aggregate data over year and week

gustavofred_0-1615362253635.png

 

I want to aggregate data for value a and b over the year-week (or week AND year) and divide.

somehow my approach is not working, what am i doing wrong? im getting "-" as result.

Aggr({1}sum([value a]),year, week )/Aggr({1}sum([value b]),year, week)

 

my dimensions are year, week, location, year-week currently. Im using a diagram object as a table.

 

1 Reply
edwin
Master II
Master II

try 

=sum(value_a)/sum(total <year> value_a)