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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
james
Creator III
Creator III

Set Analysis <= Date

All, I have been using IF statements, which seem to drag the speed

=sum(If([FCST.Date] <= vMaxDate,if(PlanVersion='0',Rev)))

I cannot seem to get the above to work in set analysis

Help?!?!

I have been trying

sum({$<Date = {FCST.Date <= {vMaxDate},[PlanVersion]= {'0'}>} Rev

Labels (1)
1 Reply
Not applicable

Here is an example I used which may help you a little bit... Be careful though, set analysis can get pretty slow as well.


Sum({$<[_kDate] = {"<=$(=addmonths($(vMaxActualDate),-12))"}>} [Actual Cost])