Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
=sum({<Month={">=$(=Month(YearStart(GetFieldSelections(Year)))<=$(=GetFieldSelections(Month))"}>}ACTUALS_USD)
Please correct where i am going wrong , getting below error :
Error: Error in set modifier ad hoc element list:
',' or ')' expected
You missed one close bracket
=sum({<Month={">=$(=Month(YearStart(GetFieldSelections(Year))))<=$(=GetFieldSelections(Month))"}>}ACTUALS_USD)
Are you selecting just One Month and year at a time? Can you give an example of the selections you are making and what range of months should be shown by the expression
You missed one close bracket
=sum({<Month={">=$(=Month(YearStart(GetFieldSelections(Year))))<=$(=GetFieldSelections(Month))"}>}ACTUALS_USD)