harrietohs
IS-IT--Management
Crystal 8.5
I have a report that works on all but 3 systems. Those 3 systems have one thing in common: they all have Adagio software installed. The error message is:
Error in formula <Variance Value>. 'numberVar Var =?' A variable name is expected here.
The formula it is referring to is:
numberVar Var :=
if {animal.animal_type} in "CAT" and {animal.sex} in "F" then {@Variance #} * 62.38 else
if {animal.animal_type} in "DOG" and {animal.sex} in "F" then {@Variance #} * 90.74 else
if {animal.animal_type} in "CAT" and {animal.sex} in "M" then {@Variance #} * 39.70 else
if {animal.animal_type} in "DOG" and {animal.sex} in "M" then {@Variance #} * 56.71;
shared numberVar RT := rt + var;
var;
The same 3 machines are able to run all of the other Crystal reports.
Anyone have any idea why these 3 systems are getting this error?
Thanks,
Harriet Farmer
Ottawa Humane Society
I have a report that works on all but 3 systems. Those 3 systems have one thing in common: they all have Adagio software installed. The error message is:
Error in formula <Variance Value>. 'numberVar Var =?' A variable name is expected here.
The formula it is referring to is:
numberVar Var :=
if {animal.animal_type} in "CAT" and {animal.sex} in "F" then {@Variance #} * 62.38 else
if {animal.animal_type} in "DOG" and {animal.sex} in "F" then {@Variance #} * 90.74 else
if {animal.animal_type} in "CAT" and {animal.sex} in "M" then {@Variance #} * 39.70 else
if {animal.animal_type} in "DOG" and {animal.sex} in "M" then {@Variance #} * 56.71;
shared numberVar RT := rt + var;
var;
The same 3 machines are able to run all of the other Crystal reports.
Anyone have any idea why these 3 systems are getting this error?
Thanks,
Harriet Farmer
Ottawa Humane Society