Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Re: Pop Up Labels in Combo Chart

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

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

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

View solution in original post

7 Replies
neha_shirsath
Specialist
Specialist

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

MK_QSL
MVP
MVP

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

Not applicable
Author

hi,

it is already checked.

Not applicable
Author

Hi,

I have tried that,but it is not working...

PFA

neha_shirsath
Specialist
Specialist

Hi,

Please find the attached file.

in second sheet I have make the changes in Combo chart.

-Neha

Not applicable
Author

Hi,

it is working...:) when i given it as the First expression,then it is working..

Thank You..

tiklabaq
Creator
Creator

YOU ARE THE BEST

THX THX