ropewrench
Programmer
Having problems with a seemingly simple formula in Crystal 8.5 (also tried on demo version of Crystal 11)
Using Basic Syntax:
dim qtya as number
dim qtyb as number
qtya = (176/91)
qtyb = 176
Formula = qtyb/(qtya)
Results on Report:
91.00
Should get 91.003 (field is formated to 4 decimal places)
On the actual report qtyb is a sum field on the report and qtya is another sum field on the report that is always divided by 91. No matter what value qtyb is, the result on the report always equals 91.
respectfully,
ropewrench
Using Basic Syntax:
dim qtya as number
dim qtyb as number
qtya = (176/91)
qtyb = 176
Formula = qtyb/(qtya)
Results on Report:
91.00
Should get 91.003 (field is formated to 4 decimal places)
On the actual report qtyb is a sum field on the report and qtya is another sum field on the report that is always divided by 91. No matter what value qtyb is, the result on the report always equals 91.
respectfully,
ropewrench