Hi,
I have a field that is displaying value in the format 50,678.78
i have used the FormatNumber(fields, 2) and it is giving me the above result correctly when the dataset is not blank or 0
However, at times I am getting the value displayed as 0.00 where there is no value. I want this to be blank. What should i use?
Note that when I use Code.blankzero(formatNumber(fields!number,2)), this gives me an error on the report.
Any help on this please.
Thanks,
Rizwana
0
Answers
something like this doesn't work for you?
It works as expected... More or Less...
Value property
=D> good solution is better than mine!
It works as expected... More or Less...