Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have an animation bar chart in Qlikview.
I have a cumule bar chart. But for example if in August that customer didnt buy any product the graph shows it empty then carry on in September as cumule again.
I dont want to see any blank field in my animat bar chart.
How can i do that,please?
Hi Learnerr
Try this
Sum({<Measure Field= {">0"}>}Measure Field)
This only show the graph when the Sum of the "Mesasure Field" have a value greater than 0.
Hi Learnerr
Try this
Sum({<Measure Field= {">0"}>}Measure Field)
This only show the graph when the Sum of the "Mesasure Field" have a value greater than 0.