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?