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: 
prahlad_infy
Partner - Creator II
Partner - Creator II

How to show measure value in percent only when we mouse over on chart in qliksense ?

Hi All ,

How to show measure value in percent only when we mouse over on chart in qliksense ?

I have three measure field in data :   X ,Y and Z=X+Y

I have plotted  X and Y as stack bar chart where i am showing Z as total . 

But the problem is i want to show x and y in percent only when we mouse over the chart , not sure how to do it ?

 

D9.PNG

I do not want to show like this , exp1=sum(X)/sum(Z)  , exp2=sum(Y)/sum(Z)  , because this way i loose the trend we see in above chart , even though this gives me data in % when i mousehover 

d10.PNG

 

LOAD * INLINE [

PARTX, PARTY, TOTAL, AREA, PERIOD
18, 15, 33, AREA1, 2017
18, 19, 37, AREA1, 2018
10, 10, 20, AREA1, 2019
19, 10, 29, AREA2, 2017
11, 14, 25, AREA2, 2018
17, 19, 36, AREA2, 2019
15, 19, 34, AREA3, 2017
18, 13, 31, AREA3, 2018
20, 17, 37, AREA3, 2019
20, 15, 35, AREA4, 2017
16, 14, 30, AREA4, 2018
11, 11, 22, AREA4, 2019
];

 

 

 

Thank You 

1 Reply
prahlad_infy
Partner - Creator II
Partner - Creator II
Author

@sunny_talwar @tresesco  , Is this doable in Qliksense ?