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
I don't think so multi-field formula will work in this case.
@Davidmg1982D
I usually use a Transpose tool to bring the necessary coloumns into one then do the calculation, then follow with Cross Tab tool
@Qiu thank you for sharing!
l don't know how I missed this.