Financial Reporting Studio - Formula
Hi Everyone,
I am trying to edit the formula in finance report using financial reporting studio, I am using below formula to multiply the sum by (-1) if it is less than 0.
if([1]+[3]+[5]+[6]+[7]+[8]+[9]+[10]+[11]<0,[1]+[3]+[5]+[6]+[7]+[8]+[9]+[10]+[11]* -1)
but i am getting error as:
"Error in formula: if([1]+[3]+[5]+[6]+[7]+[8]+[9]+[10]+[11]<0,[1]+[3]+[5]+[6]+[7]+[8]+[9]+[10]+[11]* -1) At position 46 Unrecognized characters: '+' "
Can anyone help me with this.