Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All,
My Table like below,
I want to calculate the growth. the expression I have used is as follows.
SUM('GRO_PRE'-'GRO_PRE2013')*100/GRO_PRE2013
But output was not calculated.
Please help in this regard.
Regards,
Priyantha
You can use at is the label name that you provide to the expressions GRO_PRE and GRO_PRE2013 in the formula which is refers the expressions.
SUM("GRO_PRE" - "GRO_PRE2013" )*100 / "GRO_PRE2013"
Regards
Anand