Oracle Transactional Business Intelligence

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

How can I add the name/URL of the environment to my OTBI reports in a Fusion SaaS solution?

Accepted answer
197
Views
2
Comments

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.

Tagged:

Best Answer

  • Sandeep19rm
    Sandeep19rm Rank 2 - Community Beginner

    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

Answers

  • Reinhard Klahn
    Reinhard Klahn Rank 1 - Community Starter

    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