Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a scenario where two datasets have a related column. But there are a few records that do not have a relation. I need to identify those without the relation.
I am using a bar chart and a straight table.
I am trying to select the null bar in the bar chart and I want to see the records in the Straight table filter to only the records that have no relation.
Is that possible?
My sample is attached.
Please Advice
you cannot select a null value in the chart.
You can add a expression Count( {<Parent -= {''} >} ID) to check a missing value in the Parent that till return 0 for the last 2 records..
Hi @sqlpuzzle, Nulls are not selectable in Qlik. If you want that, the best option is to convert those values to something else like a string "NULL", for example. You can develop that in the load script with the NullAsValue statement (https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptR... and the NullValue variable.
JG
In this Dimension tab, Tick the Supress null value option. NULL value will be excluding.