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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
spividori
Specialist
Specialist

Compare columns

Hi.

In a bar graph, in addition to sales, I need calculate the percentage growth over the previous month. As shown in the picture:

Imagen.bmp

Regards.

1 Solution

Accepted Solutions
sunny_talwar

Try this expression:

sum(Cantidad)/Above(Sum(Cantidad))-1


Capture.PNG

View solution in original post

3 Replies
sunny_talwar

Try this expression:

sum(Cantidad)/Above(Sum(Cantidad))-1


Capture.PNG

spividori
Specialist
Specialist
Author

Hi.

It's what I needed. Thank you.

Regards.

sunny_talwar

No problem at all