Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
need your help to resolve below issue
variable defined
vft=placeholdereSumAmt=Sum({$<$(vft)>} AMT)TT='[A Date]={">=$(vMonthStart) <=$(A Date)"}'
want to override at object levelvft=$(TT)
Wants to calculate($($(='eSumAmt'),$(TT) ) )
Current issuegetting out put as null, it seems there is issue with to calculate syntax
I think it should be look more like this:
eSumAmt=Sum({$<$1>} AMT)
TT=[A Date]={">=$(vMonthStart)<=$(A Date)"}
$(eSumAmt($(TT)))
- Marcus