Excel template problem
1. Data file - data.xml2. template - LTC BoQ Export Template_V1.0.xls
3. revised template - addBlankLineLTC BoQ Export Template_V1.0.xls
Problem description :
1. The data file has three level
<HwPurchaseOrder>
......
<ListOfQuote>
<Quote>
......
......
</Quote>
</ListOfQuote>
</HwPurchaseOrder>
2. The template has two group, one is group XDO_GROUP_?HWPOOffsetContractBoqBC?, the other is XDO_GROUP_?Quote?, and XDO_GROUP_?Quote? includes XDO_GROUP_?HWPOOffsetContractBoqBC. They are in the same line.
3. When use BIP desktop 11g template viewer to process data.xml and LTC BoQ Export Template_V1.0.xls, the Quote lines that has no Offset data are missing in the output excel report.
3. revised template - addBlankLineLTC BoQ Export Template_V1.0.xls
Problem description :
1. The data file has three level
<HwPurchaseOrder>
......
<ListOfQuote>
<Quote>
......
<L <ListOfHWPOOffsetContractBoqBC>
</Quote>
</ListOfQuote>
</HwPurchaseOrder>
2. The template has two group, one is group XDO_GROUP_?HWPOOffsetContractBoqBC?, the other is XDO_GROUP_?Quote?, and XDO_GROUP_?Quote? includes XDO_GROUP_?HWPOOffsetContractBoqBC. They are in the same line.
3. When use BIP desktop 11g template viewer to process data.xml and LTC BoQ Export Template_V1.0.xls, the Quote lines that has no Offset data are missing in the output excel report.
1