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

Set Analysis help

Afternoon all,

Can someone help me with the following please?

I need some set analysis that will give me the sum of my FUM based on the MonthEnd of my date field.

My date field is called FExtractDate and it needs to sum everything that is the same as MonthEnd(MaxDate)

Thanks in advance guys.

5 Replies
MayilVahanan

HI

Try

MonthEnd(FExtractDate) as dimension

sum(Sales) as Expression

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
samvile18
Creator III
Creator III
Author

That's not applicable here as I've already got my dimensions set to something else, the syntax actually needs to be within the set analysis.

lironbaram
Partner - Master III
Partner - Master III

hi you can try

sum({<FExtractDate={"$(=MonthEnd(MaxDate))"}>}FUM)

let me know if it helps

samvile18
Creator III
Creator III
Author

Hi Liron,

Unfortunately I can't get that syntax to work 😞

lironbaram
Partner - Master III
Partner - Master III

could you post a sample data

with the fields you use with your expression

or a least your expression syntax