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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
vanderson009
Creator III
Creator III

Set Analysis Issue in Qlik Sense

Can anybody help me with below set analysis, what is wrong with expression

=Sum({<Date={">=$(=QuarterStart(AddmMonths(AddYears(Today(),-3),1))"}>}Quantity)

15 Replies
Chanty4u
MVP
MVP

No .

convert that table object to line thats it.

agigliotti
Partner - Champion
Partner - Champion

let's try this:

sum( {< Date = {">=$(=addmonths(monthstart(today()), -36))<=$(=today())"}>} Amount )

rangam_s
Creator II
Creator II

Can you provide sample values present under date field?

agigliotti
Partner - Champion
Partner - Champion

i think date field should have the same format specified in your script for date format settings.

rangam_s
Creator II
Creator II

Try this.

=Sum({<Date={">=$(=(AddMonths(MonthStart(Max(Date),-36))))"}>}Quantity)

Try to make X axis as continuous.

sunny_talwar

May be try this

Sum({<Date = {"$(='>=' & QuarterStart(AddMonths(AddYears(Today(),-3),1)))"}>}Quantity)