Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to get the Net MoM?

Hi

I have a quick question.

Im creating a QV report to check finances, and I cant get the Net MoM right. Here I left an example

Outs are all the payments or outcomes done during a month. SUM(Outs)

Ins are all the incomes I got during a month. SUM(Ins)

Net M, is the Net of that Month. SUM(Ins)-SUM(Outs)

And this is the problem. Net Acum. Here I need to take last month Net Acum and add the Net M. Ive tryed this but doesnt work.

+above([Net Acum])+sum(Ins)-sum(Outs).

Could you help me?

1 Solution

Accepted Solutions
maxgro
MVP
MVP

what about using the same expression as Net M and flagging "Full Accumulation"?

View solution in original post

5 Replies
maxgro
MVP
MVP

what about using the same expression as Net M and flagging "Full Accumulation"?

Anonymous
Not applicable
Author

Wow, I never though about it, and was so easy. Its embarrassing how little I know about this amazing tool. Thanks Massimo!

Any recommendation regarding where I can keep learning?

Not applicable
Author

Try

Expression labeld NET Acum

RangeSum(above(Sum([Net M]), 0,RowNo(TOTAL))) 

Not applicable
Author

And in the case you have more than one dimension, and still want the same result, then just add the TOTAL keyword inside the Above function like this:

RangeSum(Above(TOTAL Sum([Net M]), 0,RowNo(TOTAL)))

maxgro
MVP
MVP

there are many interesting resources

http://community.qlik.com/message/622695#622695 look at Jonathan Poole answer

and also it seems that some books (Qlikview for Developers, ....) are on sale now