Creating empty Reports
-
- Posts: 10
- Joined: Tue May 17, 2016 6:56 am
Creating empty Reports
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
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
- Attachments
-
- TestReport.mrt
- (10.71 KiB) Downloaded 188 times
Re: Creating empty Reports
Hello,
Can you please send us a test data for analysis.
Thank you.
Can you please send us a test data for analysis.
Thank you.
-
- Posts: 10
- Joined: Tue May 17, 2016 6:56 am
Re: Creating empty Reports
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>
<?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
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.
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.
- Attachments
-
- TestReport_modified.mrt
- (11.71 KiB) Downloaded 235 times
-
- Tree.mrt
- (28.4 KiB) Downloaded 179 times
-
- Posts: 10
- Joined: Tue May 17, 2016 6:56 am
Re: Creating empty Reports
Thank you for your help
Re: Creating empty Reports
Hello
We are always glad to help you!
Let us know if you need any additional help.
Thank you.
We are always glad to help you!
Let us know if you need any additional help.
Thank you.
-
- Posts: 10
- Joined: Tue May 17, 2016 6:56 am
Re: Creating empty Reports
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
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
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.
> 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.