Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I would like to calculate the Month-on-Month variant in the pivot table I created.
How should I go ahead doing this?
Hi
Ideally, you will have a month sequence number in your calendar (lets call it MonthSeq), defined like:
Year * 12 + Month (where Year and Month are the respective fields from your calendar)
Then month on month would look something like:
Sum({<MonthSeq={"$(=Max(MonthSeq))"}>} Amount) - Sum({<MonthSeq={"$(=Max(MonthSeq)-1)"}>} Amount)
HTH
Jonathan
If you are making selections on Month or Year, then the set expressions should be:
{<MonthSeq={"$(=Max(MonthSeq))"}, Year, Month>}
{<MonthSeq={"$(=Max(MonthSeq)-1)"}, Year, Month>}
to override these selections and only use the MonthSeq filter.
Im trying to attach my qvw, but it is 300mb. how do I attach a smaller qvw in order to show what im trying to achieve?
Hi Gerald ,
Please make restriction on particular field ....
1) Either take data for two month only
2) For particular Procuct Code etc
in where Clause and then upload your QVW. Than only I can look after your problem.
Regards
Kamal
Hi,
attached is my qvw. what I would like to do is firstly show the M-O-M change, and then the Y-O-Y change next to that, as a percentage,
please upload it again ....As it is showing error while downloading
Here you go, uploaded again.
Hi Geral Month on Month Comparison ....
I understand like this for example we are in March-2015 than you want the comparison for this month and previous month...
and so on...
Please clarify your requirement little bit more
Regards
Kamal
Hi Gerald,
here's a good example (with other tips) by Lee Mathews
Qlikview how to: