Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 213 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How can I add the name/URL of the environment to my OTBI reports in a Fusion SaaS solution?

There is a requirement, that an OTBI-report run from 'Reports and Analytics' in Fusion always will show information about the environment, in which it was run.
Basically:
When I run the report in PROD then the report should have the text 'PROD' (or an equivalent value) in the upper left corner.
When I run the report in TEST then the report should have the text 'TEST' (or an equivalent value) in the upper left corner.
Obviously I would not want to add this information as constant values, since I would have to overwrite the value in all my reports, when I clone my PROD environment to TEST.
An approach for financial reports of course could be to have a column like 'Ledger description' in all my reports, and then I could update the ledger description from 'XXX' to 'XXX-Test' each time after cloning to TEST.
But I wonder if there is a smarter and more general way to achieve the same without manual intervention.
Best Answer
-
hello Reinhard
Are your referring OTBI or BIP report ?
For BIP you can refer below table to confirm if its PROD or NON PROD -
SELECT Count(1)
FROM fusion.ask_deployed_domains
WHERE
deployed_domain_name='FADomain'
and EXTERNAL_VIRTUAL_HOST = <PROD POD>
Regards
Sandeep
2
Answers
-
Hi Sandeep,
To start with I mentioned OTBI reports only as we would need a solution for that as well, but of course we have the same challenge for BIP-reports, so I do appreciate your feedback quite a lot and will convey your input to our developers.
Thank you :-)
Best regards
Reinhard
0