number formating
Posted: Wed Mar 07, 2007 3:09 pm
Hi,
I have a decimal input, I need to format this number on the report in a way, that value 25.5 will display as 25.50, -25.5 will display as (25.50) and zero will display as "-" (simple dash).
usually I would format this number with format string "f2;(f2);-" but that doesn't seem to work in your control.
Any suggestions?
I have a decimal input, I need to format this number on the report in a way, that value 25.5 will display as 25.50, -25.5 will display as (25.50) and zero will display as "-" (simple dash).
usually I would format this number with format string "f2;(f2);-" but that doesn't seem to work in your control.
Any suggestions?