Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
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