Hi all i'm on APEX 21.2.
I have an interactive grid which has a column "page" that reports different page number of application.
This column in the interactive grid is defined as type link.
What I want is that when user click on this column is redirect to the corresponding page in the application.
So for example, if in the first record column page value is 30 and user click on it, he must be redirect to page 30; if user click on another record and column page value is 40 user must be redirect to page 40 of the application, and so on.
How can I achieve that?
Thanks for collaboration,
Fabrizio