Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have written following expression which does not return any value. Have I made any error in it.
SUM({<MONTH={'$(<=max(MONTH)'}>}ACTUAL)
In addition, it should look like
SUM({<MONTH={"<=$(=Max(MONTH))"}>}ACTUAL)
Is MONTH a field with numeric values?
What does
=Max(MONTH)
return in a text box?
In addition, it should look like
SUM({<MONTH={"<=$(=Max(MONTH))"}>}ACTUAL)
This is how I extract Month
Month(TRN_DATE) As MONTH,
=SUM({<MONTH={"<=$(=max(MONTH))"}>}ACTUAL)
Try the above and let's see how it goes.