Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Can you send an example to see them?
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:
For a better view, I suggest to change to a horizontal view in style. Try it.
Saludos,
Enrique Colomer
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.
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
Another solution is put the value in line axis,
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?
Another possibility are put the value in a text with the expression