Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All,
I have a combo chart,for which i need to display the Employee name and GIN as popup for the expression. The dimension for the graph is Grade and GIN and the Expression used is sum(Annual salary). How can it be done??? when pointing towards the corresponding salary the popup should be like this
Annual salary : ----
GIN :------
Employee Name :-----
How can it be achieved????
PFA
BRegards,
Reena
You can write third expression as below
='Annual Salary : '&SUM(#_Annual_Salary) &CHR(10)&
'Grade : '&Grade &CHR(10) &
'GIN : ' &GIN1
Untick Bar or Line
and Tick Text as Pop-Up
Hi Reena,
Go to Combo chart properties> Expression> at bottom size there is option text as Pop-up mark it.
You will get values pop up when you point on chart.
Hope it will be helpful to you.
-Neha
You can write third expression as below
='Annual Salary : '&SUM(#_Annual_Salary) &CHR(10)&
'Grade : '&Grade &CHR(10) &
'GIN : ' &GIN1
Untick Bar or Line
and Tick Text as Pop-Up
hi,
it is already checked.
Hi,
I have tried that,but it is not working...
PFA
Hi,
Please find the attached file.
in second sheet I have make the changes in Combo chart.
-Neha
Hi,
it is working...:) when i given it as the First expression,then it is working..
Thank You..
YOU ARE THE BEST
THX THX