How to Change "NULL" to NA?

Hi Team Helical,
I am using Helical Insight 3.0 and I have null values in my data. Instead of “Null”, I want to show “NA”. How can I do this?

Thank You.

1 Like

Hello Shwetant,

Go to the file project.properties present at the location

..\hi\apache-tomcat-7\webapps\hi-ee\WEB-INF\classes

Inside that file, replace nullValues=Null with nullValues=NA

Similarly, you can set the default display values for blanks and allValues as well.
Save the file and restart Helical Insight service.

image

Thank You
From Team Helical