Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I wanted to show comments when user hovers on that, as per the chart depicts
For example PFA. in the below chart Aug is having highest value. when we hover on that it has to dispaly the comment as 'High'
in the same way i need to display comments as per chart changes(i.e, dynamically)
Thankz in advance
create the expression that rank the sales from highest to lowest, and then in the expression tab under display options uncheck everything and check the 'Text as pop-up' option.
i think u can do this by using general>errormess>custom mess
write a condition for that if(month='aug' 'high' or .....)
Hi Malek,
How to write that rank expression
Hi manoj,
It doesn't meet the requirement here you are hardcoding the values
Shruti you can add another expression and then make it transparent.
rank( sum( Sales ))
it will return the rank within the chart, add a condition for example if ( rank( sum( Sales )) = 1,'Highest')
but first add it as a normal expression rank( sum( Sales )) to see what values it is returning. then add the if condition, and modify the display option to text as pop up.
Hi Sruti,
Hope this helps,
PFA
Regards
KC
If you want it as pop up then you can select text as pop up option and untick value at data point for second expression.
Regards
KC