I am getting this error message when I try to group by a date, when group on any string variable it works just fine. My column looks like this,
if sum({@CurrentPeriodIncurred}) = 0 then 0
else
sum({@CurrentPeriodIncurred},{@GROUPBY1})%sum({@CurrentPeriodIncurred})
Where current period incurred is
if {XXXCLAIM.LOSS_DT} in {?Current Period Begin Date} to {?Current Period End Date} then {@Incurred} else 0
and groupby1 would be the variable that you choose to sort by.
Any suggestions, I have tried everything to get this to work.
if sum({@CurrentPeriodIncurred}) = 0 then 0
else
sum({@CurrentPeriodIncurred},{@GROUPBY1})%sum({@CurrentPeriodIncurred})
Where current period incurred is
if {XXXCLAIM.LOSS_DT} in {?Current Period Begin Date} to {?Current Period End Date} then {@Incurred} else 0
and groupby1 would be the variable that you choose to sort by.
Any suggestions, I have tried everything to get this to work.