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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Listbox is getting first empty list with some value.

Hi, Listbox is getting first empty list with some value. how can we remove this empty list. I dont think so it's null value. Best Regards, shubham

Labels (1)
1 Reply
Miguel_Angel_Baeyens
Support
Support

Hi,

It seems a blank rather than a null value. Check if you are using NullAsValue, NullDisplay or similar variables in your script. Make sure as well that when extracting the fields that contain a blank this value is converted to a null value, that you can do as follows

Trim(FieldWithNulls) AS FieldWithNulls,

Hope that helps.

Miguel