Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to use sub-template in BIP

Summary
How to use sub-template in BIP
Content
Hi,
Can anyone please help me how to use sub-template concept in BIP.
I am uploading the .rtf template in New-->Subtemplate in BIP in a folder in shared folder. Now the issue is how to call this subtemplate in main template .rtf.
http://server/xmlpserver/Components/folder/subtemplate.xsb
The above link I am uploading the sub template.
Thanks in advance for your help
Thanks,
Phanindra
Answers
-
This is the format to import from catalog to main template , import:xdoxsl:///Customer Reports/Templates/Common Components.xsb Make sure you are saving sub template in shared folder otherwise you have to do extra configuration. still issues , please post complete log file.
0 -
<?import:xdoxsl:////Components/Subtemplates/Subtemplate.xsb?>
You've a slash too many
It should be:
<?import:xdoxsl:///Components/Subtemplates/Subtemplate.xsb?>
0 -
Hi Venkat,
Thanks for your reply.
I tried the same way in the document. I placed the sub template in a path /Components/Subtemplates/Subtemplate.xsb in the BIP
And using the below syntax in the Main Template, but giving me the error message
<?import:xdoxsl:////Components/Subtemplates/Subtemplate.xsb?>
<?call-template:back?>
Error Message:
oracle.xdo.servlet.data.DataException: oracle.xdo.servlet.data.DataException: oracle.xdo.servlet.data.DataException: oracle.xdo.XDOException: java.net.MalformedURLException: unknown protocol: xdoxsl
Can you please have a look and help me, it will be helpful for me
Thanks,
Phanindra
0