Hi
I'm using apex 5.1
I'm trying to redirect to a page in a different application by clicking a button. The application I want to redirect to is stored in a variable TARGET_APP_ID.
On the same page i have a link in a column on a classic report which does the exact same thing and it works. But when I try to redirect using a button, it doesn't pick up the value in my variable and thus tries to redirect me to a page in the current application.
I'm referencing the variable like so: &TARGET_APP_ID. Does anyone have any suggestions?
Thanks