Skip to main content

App Development

Discussion board where members can learn more about Qlik Sense App Development and Usage.

Announcements
Skip the ticket, Chat with Qlik Support instead for instant assistance.
cancel
Showing results for 
Search instead for 
Did you mean: 
Bala_1149216
Contributor
Contributor

Qliksense Tooltip - Show the previous month Sales in the tooltip of a stacked bar chart

Dear Experts, 

I have a requirement to show the Previous Month Sales in the tooltip of a stacked bar chart.

It contains two dimensions 

Dimension 1. Month

Dimension 2. Product Category (about 100 Categories).

Problem : I have used the above function to obtain the previous month value, Unfortunately it did not work as expected. 

Expression used : Above (Sum(sales))  

Please see the screenshot below , for the week 202247 , For the first category it should show as 40 K as previous week sales. 

Bala_1149216_0-1676447429520.png

Kindly help here.

Labels (1)
2 Replies
Mario_ES
Contributor III
Contributor III

Make it a table and try why it's not working.

Bala_1149216
Contributor
Contributor
Author

Hi @Mario_ES ,

Thanks for the reply.

I have tried the option , it works properly in a table because we can modify the sorting order of the dimensions.

But In a bar chart, We do not have the option to modify the sorting order of the dimensions.