APEX not correctly links to the only pages not on server

Hi all

I have an application on a secure apex with a page of interactive report server. This report contains the name of the projects on different servers, these servers url and other information. I've hidden the url and project names act as hyperlinks. The problem I have is that the links will not work if the project is on a different server from the APEX.

In the column of the report to the name of the project, I have the link column property set: link text like #PROJECT_NAME #, target URL as a URL, such as #PROJECT_URL #.

If the project is on say company.com/project and the APEX is on secureserver.com/apex then my hyperlink takes me to secureserver.com/apex/company.com/project, which is obviously not the behavior I need...

Any suggestions?

If #PROJECT_URL # is ' company.com/project', it is considered a URL base secureserver.com/apex of URL.

Specify the URL like "http://company.com/project" and see if it works (it should :-))

Tags: Database

Similar Questions

Maybe you are looking for