Oracle Analytics Cloud and Server

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

How do you set up a URL Navigation in a Data Action? Easy in OAC Classic, but not in OAC

Accepted answer
64
Views
7
Comments

I have the following setup in OAC Classic where a user will click on the value of an invoice and invoke a URL that will take them to another site and pass values from the row click on.

I'm trying to do the same in a DV workbook, but getting an error:

From this documentation, https://docs.oracle.com/en/cloud/paas/analytics-cloud/acubi/create-data-actions-connect-external-urls-visualization-canvases.html,

I figure I basically replace the @{Name} with either ${valuesForColumn:"COLUMN"}. There are two parameters I need to pass, one is a hidden calculated column and another is directly from the dataset. Why is it failing to parse?

Best Answer

  • Marcelo G. Proaño
    Marcelo G. Proaño Rank 5 - Community Champion
    edited Jun 30, 2025 1:32PM Answer ✓

    Looks like you cannot use calculations. Once I created a field in the RPD with the same logic it worked.

Answers