I have the following report expression returning part of a date (year)
substring(ParamDisplayValue('Selected_Month'),character_length(ParamDisplayValue('Selected_Month'))-4,5)
I need to do a calculation based on the expression above that would give me ...
substring(ParamDisplayValue('Selected_Month'),character_length(ParamDisplayValue('Selected_Month'))-4,5)
I need to do a calculation based on the expression above that would give me ...