cancel
Showing results for 
Search instead for 
Did you mean: 

Zero and space in Data

Former Member
0 Kudos

Hi,

I have Table

If there is no value few fields are showing space(blank) and few fields are showing zero's.

Please let me know what formatting option should i select to make same.

Thanks

Sudhakar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If all fields in table are of type text then don't assign value to the field when it is ZERO(in the back end itself). If some are numeric and some are text then use the formula (formatting->custom) for numeric fields :

if(@X==0,'',@X).

Former Member
0 Kudos

Hi Hari,

Thank you very much.

Thanks

Sudhakar

Answers (0)