Oracle Analytics Cloud and Server

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

want to display image in different server location

Received Response
1
Views
2
Comments
user12863665
user12863665 Rank 6 - Analytics Lead

Hi,

i have all my images in different server with the number customer ID.

DEV/100 - in dev

QA/100 - in QA

my requirement is if I click on customer ID from my report, it should open that particular customer ID image From the different server location.

I am trying to use HTML data format on the Customer ID column Some thing like below.

<a "dev"||Cust ID column>CUST ID column</a>

but my issue is when I move report from dev to QA, it is still pointing to Dev because Dev is hard coded.I am trying to variabilize this. But variables are not working inside <a>.

can anyone tell me how can I a hive this or if you think any other way is good for this. Please advise me?

Answers

  • handat
    handat Rank 5 - Community Champion

    Why don't you replace DEV and QA, etc.. with something simple like img, and on each system create a symbolic link back to img, ie on dev, img links to DEV and on QA, img links to QA.

  • user12863665
    user12863665 Rank 6 - Analytics Lead

    i don't want to change that in every environment. so i want todo this change dynamically.