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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Aurél
Creator
Creator

View data points in chart

Hello,

In curved gaphique, in case I have 2 measurements, is it possible to display the values only for a measurement and not the 2 please? If so, how to configure this?

 

2023-03-21_16-21-19.png

Thank you!

Labels (1)
  • Chart

1 Solution

Accepted Solutions
justISO
Specialist
Specialist

Hi, maybe dual() function could be used here:

add dual() to your measure 2, like dual('', xxxxxxxxxx) were xxxxxxxxxx is your current expression and text part is empty ''. Change measure 2 number formatting to 'Measure expression'. Now 'labels' should be empty:

justISO_0-1679470549426.png

View solution in original post

2 Replies
justISO
Specialist
Specialist

Hi, maybe dual() function could be used here:

add dual() to your measure 2, like dual('', xxxxxxxxxx) were xxxxxxxxxx is your current expression and text part is empty ''. Change measure 2 number formatting to 'Measure expression'. Now 'labels' should be empty:

justISO_0-1679470549426.png

Aurél
Creator
Creator
Author

It's perfect ! 

Thank you very much.