Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Display different value on hover

Hello,

I have a scatter chart where I have plotted Product IDs. However, when you hover over the points, I would like to have the Product Description display, rather than the Product IDs. I have to plot IDs over Descriptions because the relationship is not 1-1.

Any ideas on how to do this?

Thank you,

Mel

Labels (1)
1 Solution

Accepted Solutions
MarcoWedel
MVP
MVP

Hi,

another solution could be a calculated dimension that generates dual values (Product ID (if numerical) formated as Product description):

=Dual([Product Description],[Product ID])

QlikCommunity_Thread_147918_Pic1.JPG

QlikCommunity_Thread_147918_Pic2.JPG

QlikCommunity_Thread_147918_Pic3.JPG

Using the Product description directly as the first dimension would require it to e unique like the Procuct ID.

Otherwise the bubble count and positions could change.

hope this helps

regards

Marco

View solution in original post

4 Replies
jpenuliar
Partner - Specialist III
Partner - Specialist III

You can try adding another expression  " ='Product Description : ' & [Product Description] " and tick Text as Pop-up

jpenuliar
Partner - Specialist III
Partner - Specialist III

Keep in mind, the third expression dictates the bubble size, so you would want to add it after that

jpenuliar
Partner - Specialist III
Partner - Specialist III

You can also add Product Description as first Dimension

MarcoWedel
MVP
MVP

Hi,

another solution could be a calculated dimension that generates dual values (Product ID (if numerical) formated as Product description):

=Dual([Product Description],[Product ID])

QlikCommunity_Thread_147918_Pic1.JPG

QlikCommunity_Thread_147918_Pic2.JPG

QlikCommunity_Thread_147918_Pic3.JPG

Using the Product description directly as the first dimension would require it to e unique like the Procuct ID.

Otherwise the bubble count and positions could change.

hope this helps

regards

Marco