Re: Reporter


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ] [ FAQ ]

Posted by Barbara Brazil on Tue, 16 Sep 2003 09:49:26 :

Robert:

Try this:

DEFINE RETAIL.CALC=(COST+50.00)/100;6.0
DEFINE RETAIL.SALE=RETAIL.CALC*100;6.0;RETAILCOST

I chose 6.0. You should use whatever length is appropriate for your data.
bb

----- Original Message -----
From: "Robert Rodish"
To: "Multiple recipients of list support"
Sent: Tuesday, September 16, 2003 5:34 AM
Subject: Reporter


Is is possible to round in the reporter? I would like to round prices to the
nearest 100.

What I have now is:
100 DEFINE RETAIL.SALE=COST*5;5;RETAILCOST

Thus if Cost is $101, Retail.sale is $505. What I would rather have is just
$500.

Can that be done in Reporter?

Thanks

Robert Rodish
rrodish@bokara.com









Follow Ups: