G
Guest
I'm using the following syntax to show the current weight shipped for a PO,
if there is a contract weight assigned. If there is no contract weight
assigned to the PO, it should be blank.
=IIf(IsNull([Contract Weight])," ",Sum([Weight])/2240 & " G/T")
All is good and everything works like it should, except it shows this on the
report
207.9642857142
What I want to see is 207 G/T. I set the decimal place to 0 on the report
and in the table for this field. But still same results. What am I missing on
the format?
Thanks.
if there is a contract weight assigned. If there is no contract weight
assigned to the PO, it should be blank.
=IIf(IsNull([Contract Weight])," ",Sum([Weight])/2240 & " G/T")
All is good and everything works like it should, except it shows this on the
report
207.9642857142
What I want to see is 207 G/T. I set the decimal place to 0 on the report
and in the table for this field. But still same results. What am I missing on
the format?
Thanks.