How to split multiple tab within single sheet output -Xml bi publisher
Hi,
I have created excel template to split into multiple sheet .I am able to get one sheet(<LIST_REPORT_DETAILS> below ) but how do I generate one more sheet for <LIST_REPORT_IGNORE_DETAILS>?
I have the same columns for two list XML files
XML Template below:
<REPORT_DETAILS>
<LIST_REPORT_DETAILS>
<LIST_REPORT_IGNORE_DETAILS>
</REPORT_DETAILS>
I have Q1 and Q2 in XML data template.I want to display all the data from "<LIST_REPORT_DETAILS>" in one tab and all the data from "<LIST_REPORT_IGNORE_DETAILS>" another tab ..so we need to get 2 tabs in single excel sheet.I know we need to use XDO_METADATA but which condition i need to mention in the sheet.Need your suggestions to do complete the requirement