I want to place Link Column to other position, not only as first column in report. How to do that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The latest version of APEX (4.1) shows how to move column positions when you view the list of columns:

That also works in older versions, but the hint is not shown in the column attributes panel.
However, that doesn’t work for the special Link Column that APEX provides. The hint text for that says:
So it would appear you cannot change its position – except perhaps by writing some nifty Javascript that modifies the DOM.
You don’t have to use the APEX built-in Link Column though, you could just add an extra column to the query and use the Link properties of the report column to make it into a link. This would then be movable like all the other columns.