Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 ?
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
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
@sunny_talwar @tresesco , Is this doable in Qliksense ?