Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
gal_polak
Creator
Creator

Line chart set ranges to disregard null value in dimension with condition

Hi,

I'm working on a line chart and i notice that in case i add set analysis to the dimension i cannot hide NULL values.

for example: 

I have a dimension Date that i added set analysis to it in order to present values only from this year:

=if(year(Date)=2019 and Date<=today(),Date)

but when i do that the table results with one row of NULL values 

2019-08-12_12-12-33.png

and in the line chart dimension there is not checkbox to hide the NULL values.

 

this later effect the Y axis ranges, 

when set to automatic it take into account the value of the NULL row. 

2019-08-12_12-12-45.png

 

Q: how can i hide the null row when using set analysis in the dimension? 

 

Labels (4)
1 Solution

Accepted Solutions
gal_polak
Creator
Creator
Author

I think i found a work around..
by creating a table and un-checking the "Include null values" 

and after convert it to line chart.. 

it works in a simple case.. i hope it will work in other places i need it.

 

but if some one do know how to bring back the check box in the line chart i will be more then happy!

View solution in original post

7 Replies
sunny_talwar

Have you tried unchecking 'Include null values' under your dimension?

image.png

gal_polak
Creator
Creator
Author

That's what i'm saying that the checkbox is not there 😞

2019-08-12_16-29-18.png

sunny_talwar

Check version of Qlik Sense are you using and which object?

gal_polak
Creator
Creator
Author

I'm usign the lates version. 

and the line chart is not an extension, it is the one provided with the product

2019-08-12_16-51-00.png

 

maybe i'm missing something?

sunny_talwar

I have the same version like yours, but I see that option under my dimension... I am not sure why you are not seeing it

image.png

gal_polak
Creator
Creator
Author

😭i can't find anything that will explain this..

gal_polak
Creator
Creator
Author

I think i found a work around..
by creating a table and un-checking the "Include null values" 

and after convert it to line chart.. 

it works in a simple case.. i hope it will work in other places i need it.

 

but if some one do know how to bring back the check box in the line chart i will be more then happy!