Categories
- All Categories
- 75 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14K Oracle Analytics Forums
- 5.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 40 Oracle Analytics Trainings
- 59 Oracle Analytics Data Visualizations
- 2 Oracle Analytics Data Visualizations Challenge
- 3 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
want to display image in different server location
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
-
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.
0 -
i don't want to change that in every environment. so i want todo this change dynamically.
0