We have an ERP vendor who on their last update changed a lot of their table names, and shifted some fields around. Needless to say they messed up quite a few of our Crystal Reports (all in Crystal 9).
Is there an easy way to update the report so that all instances of a field on a report can be updated at once instead of hunting for the fields, for example:
job_quote.amount_billed will become invoice_detail.amount_billed
We have about 65 reports that need to fixed now and I wasn't involved in the initial development of the reports, so I don't know for sure where everything in each report is.
Is there an easy way to update the report so that all instances of a field on a report can be updated at once instead of hunting for the fields, for example:
job_quote.amount_billed will become invoice_detail.amount_billed
We have about 65 reports that need to fixed now and I wasn't involved in the initial development of the reports, so I don't know for sure where everything in each report is.