Hello,
I am trying to turn all of my negative values to zero in the column, please see my equation below:
IF [YTD Accr Calc after Taken to Date] > 0 THEN [YTD Accr Calc after Taken to Date] ELSE 0 ENDIF
I keep getting the error "Parse Error at char (40): Invalid type in operator (expression #1).
I want to say that some figures in this column are negative, some are positive, and some don't have a figure (I would like to keep the blank cells, blank.
Thank you,