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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Position of Show Value

I have a couple of line charts in one graph.

I show value for a certain date in the entire year using each line's Show value.

Because the line graphs are near to each other, the value displayed is overlapping each other.

How do i position the show value?

Thank you.

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You don't. You can only show or not show it. You can click on the + in front of the expression, select the Show Value option and enter an expression that returns 0 (false) or any other number (true) to show or not show the value for that data point. You could for example use that to show only the minimum and maximum value or only for every third dimension value.

if(rank(sum(Value))=1 or rank(-sum(Value))=1,1,0)

if(Mod(RowNo(),3)=0,1,0)


talk is cheap, supply exceeds demand
israelcsouza
Contributor III
Contributor III

Change the setting in the Presentation tab,

Exemplo2.png