M
Mike C
I would like to have all negative numbers show as 0. How
can I set the properties in a report to do this? Thanks
in advance.
can I set the properties in a report to do this? Thanks
in advance.
Mike C said:I would like to have all negative numbers show as 0. How
can I set the properties in a report to do this? Thanks
in advance.
-----Original Message-----
Mike C said:I would like to have all negative numbers show as 0. How
can I set the properties in a report to do this? Thanks
in advance.
=IIf([FieldName] < 0, 0, [FieldName])
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
.
I would like to have all negative numbers show as 0. How
can I set the properties in a report to do this? Thanks
in advance.