Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Set analysis greater or egual to..?

Hi, Could someone explain me why my set analysis is given me zero as an result:

sum({$<EndDate={"$(>=AddMonths(monthname(today()),-6))"}>}Volume)

My intention is to get volumes from last full six months.

Br

2 Replies
sunny_talwar

Try this

Sum({$<EndDate={"$(='>=' & AddMonths(Today(), -6))"}>}Volume)

OmarBenSalem

ITry like this:

sum({$<EndDate={">=$(=AddMonths(monthname(today()),-6))"}>}Volume)