Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Taylorcc
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 (1)
1 Reply
tresesco
MVP

You can try using variable setting like:

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

Set NullValue = 'NULL';