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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
bismart
Creator
Creator

Set Analysis expression help

I have a transaction table with several years of transactions.

I want to create a measure which equates to the total of transactions up to and including selected Year & month or Yearmonth, e.g. 201006 = June 2010.

Can anyone help please

Thanks

1 Solution

Accepted Solutions
pover
Partner - Master
Partner - Master

Bismart,

Try something like this...

sum({$<Year=,Month=,Quarter=,MonthYear={"<=$(#=max(MonthYear))"}>} Amount)

Regards.

View solution in original post

2 Replies
pover
Partner - Master
Partner - Master

Bismart,

Try something like this...

sum({$<Year=,Month=,Quarter=,MonthYear={"<=$(#=max(MonthYear))"}>} Amount)

Regards.

bismart
Creator
Creator
Author

Thanks Karl

Just what I was looking for

regards