Page 1 of 1
Creating empty Reports
Posted: Tue May 17, 2016 7:21 am
by Julian Pankratz
Hello,
i am trying to create a Report which inherits characteristics of a prototype software to an instance of it.
After creating a realtion to the link class the report seems fine but linking it back to a new databand with another software object creates an empty report.
I reduced the data base to only two software objects and a link object connecting them to find the issue but it does not help.
I hope you can give me some advice to fix this problem.
Best regards
Julian Pankratz
Re: Creating empty Reports
Posted: Tue May 17, 2016 9:39 am
by Alex K.
Hello,
Can you please send us a test data for analysis.
Thank you.
Re: Creating empty Reports
Posted: Tue May 17, 2016 9:51 am
by Julian Pankratz
i post the data because i am not allowed to upload xml data.
<?xml version="1.0"?>
<HiScoutReportData>
<Supporting_software>
<Id>1</Id>
<Label>WWW-Webfrontend</Label>
<Title>WWW-Webfrontend</Title>
</Supporting_software>
<Supporting_software>
<Id>2</Id>
<Label>WWW-Webfrontend - Prototyp</Label>
<Title>WWW-Webfrontend - Prototyp</Title>
</Supporting_software>
<LINK_is_instance_of>
<Id>3</Id>
<SourceId>1</SourceId>
<TargetId>2</TargetId>
</LINK_is_instance_of>
</HiScoutReportData>
Re: Creating empty Reports
Posted: Wed May 18, 2016 10:57 am
by Alex K.
Hello,
Please try to change your data. In this case, the LINK_is_instance_of data source should be master data.
Also, in this case, you can use the HierarchicalBand component.
Thank you.
Re: Creating empty Reports
Posted: Wed May 18, 2016 12:49 pm
by Julian Pankratz
Thank you for your help
Re: Creating empty Reports
Posted: Wed May 18, 2016 1:32 pm
by Alex K.
Hello
We are always glad to help you!
Let us know if you need any additional help.
Thank you.
Re: Creating empty Reports
Posted: Fri May 20, 2016 7:52 am
by Julian Pankratz
Hello,
after evaluating your answers i could not find a fitting solution.
I am bound by other software compontent so i have to use the same table (supporting_software) twice and the link (is_instance_of).
The purpose of this report should be listing all the software objects and matching prototypes. Using the link wound not support this because not all software object are listed here.
Do you know any other way to use software as master data?
Best regards
Julian
Re: Creating empty Reports
Posted: Fri May 20, 2016 9:48 am
by Alex K.
Hello,
> I am bound by other software compontent so i have to use the same table (supporting_software) twice and the link (is_instance_of).
Unfortunately, it is not possible to set the Master table as detail for the Detail table. In this case, will be rendered an empty page.
You need change data in any way.
Thank you.