Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I wanted to display current quarter data along with last 3 quarters, how can i achieve this
You meant to say this?
Sum({<DateField={'>=$(=QuarterStart(Max(DateField), -3))<=$(=QuarterEnd(Max(DateField)))}>} Sales)
OR
Sum({<Quarter = {">= $(=Max(Quarter)-3)<= $(=Max(Quarter))"}>}Sales)
Thanks so much for you reply, but here where are we mentioning Current quarter.
Max(Quarter) indicates the Current Quarter only. This returns Last 3 quarters along with the Current Quarter