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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Above Function Month over Month

Hello I am attempting to do month over month variance using the ABOVE function, but I run into the issue of my January's not using the December of the previous years. The formula is simply  =NUM(Amt/ABOVE(Amt),'##.00%'). Any help would be appreciated.

MoM.PNG

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Try this:

Num(Amt/Above(TOTAL Amt),'##.00%')

View solution in original post

2 Replies
sunny_talwar
MVP
MVP

Try this:

Num(Amt/Above(TOTAL Amt),'##.00%')

Not applicable
Author

Thanks Sunny!