Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
755
How to display null using a mask
posted

Hi,

I looked for documentation about mask and coulnd find any.

I need to display values like

99'999'999.99

and

(99'999'999.99)

I also need to display "n/a" when the value is null.

Wath mask do I need ?

{}{double:8.2}

???

Thanks.

  • 69686
    Suggested Answer
    posted

    Hello,

    Setting the Format property to "###`###`###.##" and the NullText property to "N/A" will do the trick.

    Regards,

    Alex.