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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Text Count and Line Charts

Hello Everyone,

I am fairly new to QlikView and have just ran in too a problem that i am having trouble resolving.

I am working on an app to display various safety violations on the course of a given time frame. The problem I am having is at certain points of time there are no violations reported creating a null value. I have tried to display the Null values as zeros but with limited success. When I select an individual violation type I see a zero point for the time frame but the line ignores it and proceeds to the next value, giving a false impression of a value in between. See the example below. Also these Null/Zero values do not display when multiple violations are selected. Does anyone know how to fix this?

Capture.PNG

8 Replies
CELAMBARASAN
Partner - Champion
Partner - Champion

If it is zero sure it will draw a line to it.

Can you post your expression. If possible sample file?

rustyfishbones
Master II
Master II

Maybe you have ticked the box to Suppress when value is null() ??

Not applicable
Author

Hi,

Used this statement on the script.

Set NullValue = '0';

NULLASVALUE *;

I used this expression on my line graph

Count ("Alt([Violation Type],0)")

Not applicable
Author

No I had that unticked. I am able to see the nulls as zero when an individual selection is made, just not when multiple or all possible selections are displayed. The big issue is that the line ignores the zeros and proceeds to the next value.

Not applicable
Author

I also tried this expression.

Count([Violation Type])

Not applicable
Author

Upon further review I had discovered this abnormality. The line ignored the value and only plotted null/zero values.

Capture.PNG

CELAMBARASAN
Partner - Champion
Partner - Champion

Because of that only its treating zero as null.

Not applicable
Author

I have resolved the issue. It had to due with the source file.