Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hide months where there are no values in accumulated sales graph

Hello,

I was making an accumulated sales graph. After creating a time dimension the graph appears like the following. Before the time dimension it was like the second graph. There are some months in which there are no sales and they appear. like the first ones, they show a 0. It also keeps showing the graph till the last month in the time dimension but I want to show only until the last month where there was any sale.

When there's no selection it appears the next graph:

qlik1.png

When I select all the clients, the graph appears properly:

qlik2.png

Cheers,

3 Replies
sunny_talwar

What is the expression you are using? Would you be able to share a sample?

Not applicable
Author

This is the expression I'm using:

RangeSum(

  Above( SUM(Sales), 0, NoOfRows() )

)

reddy-s
Master II
Master II

Hi Danial,

Try this:

There is a property where you can hide Zeros in the data handling section in the properties pane. Check that box to eliminate the Zeros.