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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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

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