i have no idea about maximo, but when you select the table in the datasource, do you get the option "add command"? if so, you could enter some sql script in here that prompts you for the relevant schema and then return the appropriate data. this would be rather tricky though.
alternatively you could create a main report without subreports, insert the report you are interested in multiple times as subreports, but always with a different schema as datasource. then you can create a parameter in the main report, where the end user selects which subreport should be shown, and the others can be conditionally suppressed. however, subreports cannot have subreports, so you would have to change your report deisgn for this.
Main Topics
Browse All Topics





by: mlmccPosted on 2003-12-16 at 10:35:38ID: 9951197
Not that I am aware of.
You can run the report from an application and set the locations from the application.
mlmcc