Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI,
I am developing cash flow statement report of FI module.
In that i want to do calculations between two rows so how to do that.
EX :
Row A : 10
Row B : 5
Total(A+B) : 15
You can use Above function at chart level. and Peek or Previous function at qv script level.
Dear Pankaj,
Try below function,
if(Row='C',RangeSum(Above(ExpressionName,B)+RangeSum(Above(ExpressionName,C)
It will work only in Straight Table.
Regards,
Kiran Rode
+91 897 6977 897