Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to create a custom pop-up on a bar chart

Hi,
I want to change the default pop up label on a bar chart to a custom one.

For example, instead of having :   

customer =  John

value = 500

I want to have a custom pop up as follows:
'Sales for customer John is 500'

I know that we can have custom popup labels, but in the properties of the chart I can't find it.

Thanks

1 Solution

Accepted Solutions
settu_periasamy
Master III
Master III

Hi,

Create one more expression and put your label. like

='Sales for Customer '&CustomerField&' is '&Sum(Sales)

and, check the Text as Pop-up in Expression Tab.

View solution in original post

1 Reply
settu_periasamy
Master III
Master III

Hi,

Create one more expression and put your label. like

='Sales for Customer '&CustomerField&' is '&Sum(Sales)

and, check the Text as Pop-up in Expression Tab.