Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Taylorcc
Contributor III
Contributor III

Set null values for all fields in app

Hello, 

I have loaded a spreadsheet with 40 different fields into my app - each field contains a few blank cells 

Is there a way I can set null values in the script to display as 'Blank' on charts? 

I know I can use set nulls in the data manager but I have so many fields to do that for 

Thank you 

 

Labels (3)
1 Reply
tresesco
MVP
MVP

You can try using variable setting like:

NullAsValue '*';     // '*' indicates here for all fields.

Set NullValue = 'NULL';