Im applying succesfuly the folowing formula using the Multi-Row Formula, and I need to apply the same to several columns, is there a way to achive that on a single step? im thinking on the Multi-Field Formula, but how can I translate this formula once I have selected the columns?
Thanks ahead for your advice.
IF IsNull([Row-1:score]) THEN Null()
ELSE [score]-[Row-1:score]
ENDIF