Solved
Display Number/Integer 0 as blank in Infotable
If a column has a value 0, I want to replace the number 0 by an empty string or make it undefined. Is there a way we can do that if the Column is Integer/Number basetype?
If a column has a value 0, I want to replace the number 0 by an empty string or make it undefined. Is there a way we can do that if the Column is Integer/Number basetype?
The Null is part of String type, but not in Number type. Only if the source property does not have value assigned, and no default value configured , will the property be null.
If you create a new numeric property and did not log value inside, it will work.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.