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: 
mokitsu61
Creator
Creator

NULL(-) in Selectbox

Hi,

I'm using QV Desktop 12.

How can I select NULL value ( - ) in Selectbox?

Thank you.

1 Solution

Accepted Solutions
ogautier62
Specialist II
Specialist II

Hi,

you have to use another field :

example : fields  Item and supplier

you want to look at item with null supplier :

Select all in supplier

Select excluded values in item

regards

View solution in original post

2 Replies
ogautier62
Specialist II
Specialist II

Hi,

you have to use another field :

example : fields  Item and supplier

you want to look at item with null supplier :

Select all in supplier

Select excluded values in item

regards

Anonymous
Not applicable

To select explicit null values I define in script something like

if isnull(field), 'N/A', field) as field

there are some Options to do this.

Then you may select N/A in selection boxes