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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
BootCam
Creator
Creator

Set Analysis with Period as date dimension

Hi All,

Could you please tell me whats wrong with the calculation below? I am not getting values out of this calculation.

IF([Activation Period]=Max([Status Update Period]),

  sum({<[Type Code]={'A','B','C'}, [Status Code History]={'X','Y'}>}[Volume]),

  IF([Activation Period]<Max([Status Update Period]),

  sum({<[Type Code]={'A','B','C'}, [Status Code History]={'X','Y','Z'}>}[Volume])))

Note: Periods are in this format: "Jan-16" for example

Thanks,

Sk

10 Replies
neelamsaroha157
Specialist II
Specialist II

You are welcome