Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can anybody help me with below set analysis, what is wrong with expression
=Sum({<Date={">=$(=QuarterStart(AddmMonths(AddYears(Today(),-3),1))"}>}Quantity)
No .
convert that table object to line thats it.
let's try this:
sum( {< Date = {">=$(=addmonths(monthstart(today()), -36))<=$(=today())"}>} Amount )
Can you provide sample values present under date field?
i think date field should have the same format specified in your script for date format settings.
Try this.
=Sum({<Date={">=$(=(AddMonths(MonthStart(Max(Date),-36))))"}>}Quantity)
Try to make X axis as continuous.
May be try this
Sum({<Date = {"$(='>=' & QuarterStart(AddMonths(AddYears(Today(),-3),1)))"}>}Quantity)