I cam using CR11 and an ODBC connection and would like to change the datasource on an old report, that was built by linking 9 tables, onto a single view.
I have tried the "Set Datasource Location" tool but it does not produce the results I would like and the report breaks on me once the changes are made, ie:
results I am getting:
Original Datasources New DataSource
table.one table.one(view1)
table.two table.two(view1)
table.three table.three(view1)
table.four table.four(view1)
table.five table.five(view1)
etc...
results I would like
table.one
table.two
table.three view1
table.four
table.five
etc...
I have tried the "Set Datasource Location" tool but it does not produce the results I would like and the report breaks on me once the changes are made, ie:
results I am getting:
Original Datasources New DataSource
table.one table.one(view1)
table.two table.two(view1)
table.three table.three(view1)
table.four table.four(view1)
table.five table.five(view1)
etc...
results I would like
table.one
table.two
table.three view1
table.four
table.five
etc...