How to use sub-template in BIP — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

How to use sub-template in BIP

Received Response
61
Views
4
Comments

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

  • Venkat Thota - BIP
    Venkat Thota - BIP Rank 7 - Analytics Coach

    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.

  • Sketz
    Sketz Rank 4 - Community Specialist
    <?import:xdoxsl:////Components/Subtemplates/Subtemplate.xsb?>

    You've a slash too many

    It should be:

    <?import:xdoxsl:///Components/Subtemplates/Subtemplate.xsb?>

  • User_4M27J
    User_4M27J Rank 2 - Community Beginner

    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&#x3a; oracle.xdo.servlet.data.DataException&#x3a; oracle.xdo.servlet.data.DataException&#x3a; oracle.xdo.XDOException&#x3a; java.net.MalformedURLException&#x3a; unknown protocol&#x3a; xdoxsl

    Can you please have a look and help me, it will be helpful for me

    Thanks,

    Phanindra