Format numeric field

How can I format a 0 as a blank ?
Format # with value 0 gives a 0 in the UI.

Sometimes we must use a 0 value while the null value is totally useless in the sorting order…

Regards,

You can use a UI converter (new in 6.1), check the format property of your field.

Ok, thanks for the info.