Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

How to convert selected data from the column in Action Link to Oracle Apex.

Received Response
22
Views
2
Comments
Tony_OAS_Apex_User
Tony_OAS_Apex_User Rank 5 - Community Champion

I am trying to create action link passing the variable to Oracle Apex variable.
I was able to pass the hard coded one but want to make it dynamically.

110:3:::::P21_test:test_value

hard-coded test_value (orange) works at the APEX page. but test_vale needs to be Apex ready .. but no idea where to get the example.

any syntax example somewhere? I made APEX to OAS but OAS to APEX i can't think of anything.

Thanks!

Answers

  • RVohra
    RVohra Rank 7 - Analytics & AI Coach

    Did you try @?

  • Tony_OAS_Apex_User
    Tony_OAS_Apex_User Rank 5 - Community Champion
    edited 4:59PM

    Thanks Rvohra, i don't think @ worked. I tried #"test_value# but still not working.
    @ works when I used parameter from APEX to OAS, but OAS to APEX.


    any other suggestion?