Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
simongoodman
Creator
Creator

Two Set Analysis calculations into One Expression

I have two separate set analysis calculations and I want to present them into one expression. I am having difficulty mainly because I am still struggling with set analysis.

Expression 1:

Sum ({$<Field={'Points'}>}Points)

Expression 2:

sum({$<Date={">$(=MonthStart(Max(RollMthYr), -12)) <=$(=MonthEnd(Max(RollMthYr)))"},Year=,Month=>} Points)

 

Please can someone help me.

1 Solution

Accepted Solutions
calvindk
Creator III
Creator III

Is this what you want?

sum({$<

     Date={">$(=MonthStart(Max(RollMthYr), -12)) <=$(=MonthEnd(Max(RollMthYr)))"},

     Year=, Month=, Field={'Points'}

       >} Points)

View solution in original post

1 Reply
calvindk
Creator III
Creator III

Is this what you want?

sum({$<

     Date={">$(=MonthStart(Max(RollMthYr), -12)) <=$(=MonthEnd(Max(RollMthYr)))"},

     Year=, Month=, Field={'Points'}

       >} Points)