Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey Guys,
if i create a diagramm in Qlikview the values in the diagramm cant be read if no filter is selected because the data values overlap (see screenshot).
Is there a possibilty to restrict the diagramm to show data values only on each second bar? Or can i restrict the x-axis on default to show only last 10 Calederweeks?
THX
Alan
May be try this condition within Show Value:
Mod(RowNo(), 2) = 0
Not 100% certain if this will work as you have multiple direction, but you can restrict where values are shown by using a expression within Show Value
HTH
Best,
Sunny