TimmieLynn
MIS
I have a report that was created in Crystal 8.5 in Crystal XI that prints a purchase order. When I first opened the report I updated the data sources from a Pervasive database to ODBC. That is the only changes I have made. In the details section I have a formula that looks like so:
IF {table1.field1}="USD"
THEN {table2.field1}
ELSE {table2.field2}
The formula prints on the first line but does work in any lines that follow. The problem did not occur in Crystal 8.5. When I instert any of the fields from the if statement directly into the report they will print on all lines. Any suggestions?
IF {table1.field1}="USD"
THEN {table2.field1}
ELSE {table2.field2}
The formula prints on the first line but does work in any lines that follow. The problem did not occur in Crystal 8.5. When I instert any of the fields from the if statement directly into the report they will print on all lines. Any suggestions?