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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problem with values on chart data points

Hi, i have a line chart with values on data points. The problem is when two or more values on different expressions have a closed value because it looks stacked and this is imposible to read.

i hope somebody can to help me find anyway to resolve this problem.

11 Replies
ecolomer
Master II
Master II

Can you send an example to see them?

JonnyPoole
Former Employee
Former Employee

Its possible to come up with a conditional  expression for the 'text color'  under the expression that makes the color of the values transparent or not  .  This sample expression makes the text transparent (hides it) if there is more than one value for the x axis point:    if(  count( distinct <line dimension>) > 1 , ARGB(0,128,128,128), ARGB(255,128,128,128))

But thats a simple scenario and could easily filter out most of your values.  You can get more sophisticated but  it could get very complicated.  

For what its worth, this kind of 'smart visualization' has been added in Qlik Sense. Here is a screenshot with no fancy properties or experessions to achieve this:sense.PNG.png

Not applicable
Author

problemQV.jpg

ecolomer
Master II
Master II

For a better view, I suggest to change to a horizontal view in style. Try it.

Saludos,

Enrique Colomer

Not applicable
Author

Thank for tour response Jonathan, but i have to show it, i would like to find anyway to move value label for view both expression values.

Not applicable
Author

Thanks, but modify my model means that project could be dismissed. i have to find the way to move these values without make visual changes

ecolomer
Master II
Master II

Another solution is put the value in line axis,

grafico.png

Not applicable
Author

my values are stacked in this moment, i only want to make that two expression can be readed without problems. i can't make that you tell me because the requirement is show it at line end.

i haven't be able to find how to solve it. May this be solve?

ecolomer
Master II
Master II

Another possibility are put the value in a text with the expression

grafico.png