I have a large number of reports that are all very involved with many Running totals, suppressions based on field values, formulas etc, etc. Everything is working fine with the SQL data currently being used.
The reports all need to have added to them 10 years of historical data. The data is from an old Unix system that has been exported and added as a table in the SQL database being used. Thus, its SQL not Unix. But the historical table, though is has the essential information and will work, is very basic.
To combine this historical data with the current data, I intended to create a command object that will use a UNION query to line up the data which will work fine.
The problem though is converting the hundreds if not thousands of formulas, groups, suppressions, subreports with links, record selections and endless running totals with formulas and group references and so on to the new command object.
Is there any way of doing this besides manually changing each field instance one at a time?
Thanks
Tim