Oracle Analytics Publisher

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

Use subtemplate report on multiple environments.

Accepted answer
33
Views
1
Comments
Julia van Haaften
Julia van Haaften Rank 1 - Community Starter
edited January 15 in Oracle Analytics Publisher

Hello,

We have four different environments with about the same reports. The only difference is that the report with a subtemplate is different because of the code. Now we want to build the report so that it does work in any environment. Only the path is different at each environment. This is the code:

<?import:xdoxsl:///environment1/…/…/…/…/…/…/….xsb?>

<?import:xdoxsl:///environment2/…/…/…/…/…/…/….xsb?>

Etc

Does someone know how to solve this problem?

Best Answer

  • Bhaskar Konar
    Bhaskar Konar Rank 7 - Analytics Coach
    Answer ✓

    Hi @Julia van Haaften,

    I used following to make the ENV specifier as generic while using the BI Publisher Report in Dashboard. but have not used with Sub-template.

    Can you please check if that works for you.

    Use ../../ in place of Env Name

    Hope this help.

    Cheers,