Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

cash flow statement

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

Administrator

2 Replies
Not applicable
Author

You can use Above function at chart level. and Peek or Previous function at qv script level.

kiranmanoharrode
Creator III
Creator III

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