Page 1 of 1

One report - different data sources

Posted: Thu May 16, 2013 12:46 pm
by petr.pavlis
Hello,

I'm trying to create a report that would allow me to work over different data sources with similar structure (in some sources there are no contained some columns). If the column is not available in the data source, I would then cross through a text box for example.

Am I able to solve this in a report, or do I need for each type of data source to define another report? How to check that column exists?

Petr

Re: One report - different data sources

Posted: Fri May 17, 2013 6:45 am
by Alex K.
Hello,

Sorry, maybe we did not exactly understand your question. What do you mean about "I would then cross through a text box for example." ?
How it should look like in the report.

Thank you.

Re: One report - different data sources

Posted: Mon May 20, 2013 8:25 am
by petr.pavlis
Hello,

I have an example for you.

Mobile phone is not in XML file in this case, but mobile phone is used in the report because this column is in another XML files.

It is possible to use one report for XML files with different structure? I don’t need to write mobile phone to output if this column is inaccessible, but I need to write another data.

Thank you.

Re: One report - different data sources

Posted: Tue May 21, 2013 10:21 am
by HighAley
Hello.

Maybe it will be more effective to create report in code.
Please, look at the attached report.
DynamicCreateReport.zip
(15.46 KiB) Downloaded 246 times
Thank you.