
Contributor III
2020-06-28
10:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
1,381 Views
1 Reply

MVP
2020-06-29
01:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can try using variable setting like:
NullAsValue '*'; // '*' indicates here for all fields.
Set NullValue = 'NULL';
1,353 Views
