Hi Team,
In Oracle Transactional Business Intelligence dashboard, I am using Action Link to open a Oracle Analytics Publisher report (.xdo).
Current full URL works:
https://<host>/analytics/saw.dll?bipublisherEntry&Action=open&itemType=.xdo&bipPath=...
Issue: I want to remove hardcoded host for migration (DEV → TEST → PROD).
Tried:
/analytics/saw.dll?... → Page Not Foundsaw.dll?... → Blank page- BI Content option → report not visible
Question:
Is there any supported way to make this URL dynamic or migration-safe in OTBI Action Links without hardcoding host?