Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Comparison previous year in case date is a dimension

I have a problem, i would like to have situation 2 as result, by using a set expression. but for some reason i'm not able to do this.

Is this possible to get S2 with set analysis ?

Testing.png

So far the only solution i can image is loading the dataset twice and once with year+1 as year and costumers as costumers LY and once with year as year and costumers as costumers CY and then join both dataset on the year field.

But due to the large dataset it aint possible, so i wonder wether it is possible using set analysis

1 Solution

Accepted Solutions
sunny_talwar

You can use Above()/Below() functions to do this

Missing Manual - Above() and Below()

Below([CostUmers CY])

View solution in original post

1 Reply
sunny_talwar

You can use Above()/Below() functions to do this

Missing Manual - Above() and Below()

Below([CostUmers CY])