Categories
- All Categories
- 104 Oracle Analytics News
- 9 Oracle Analytics Videos
- 14.3K Oracle Analytics Forums
- 5.3K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 58 Oracle Analytics Trainings
- 60 Oracle Analytics Data Visualizations Gallery
- 5 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Use subtemplate report on multiple environments.

Julia van Haaften
Rank 1 - Community Starter
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?
0
Best Answer
-
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,
1