Dear all,
We are busy with selecting a a table with data type Money and using the next statement:
SELECT CASE moneyFld WHEN 0 THEN 0 ELSE Cast(moneyFld as Numeric(10,2)) END AS moneyFld from tbl_x
Field values zero are displayed as ".00", can someone tell us how to show a real zero? ("0")
Nice regards,
Ton.
We are busy with selecting a a table with data type Money and using the next statement:
SELECT CASE moneyFld WHEN 0 THEN 0 ELSE Cast(moneyFld as Numeric(10,2)) END AS moneyFld from tbl_x
Field values zero are displayed as ".00", can someone tell us how to show a real zero? ("0")
Nice regards,
Ton.