How to Hide ZERO (0)s for an Integer Field

0
Hello All, I have a page with Listview, and one of the Column is “Integer” field. Some of the data records of this column/field are displaying as ‘0’ when there is no value, I do not want to display as ‘0’ to the user, instead would like to show them with empty values. Any suggestions, how to do this. Thanks, Santosh  
asked
1 answers
3

Why is there a 0 in the database? Is it an integer with default value set to 0? If so, remove the default value.

Note that you have to clear the 0 that are already in the database yourself (via a microflow).

answered