Short version: Is there a way to set up an action link that will copy a clicked value to the Windows clipboard?
Long version: The subject area of interest in this question is related to Accounts Receivable. I have created a very simple analysis (just a table view) that displays all of our past-due accounts. One of the columns in that analysis is a 12-digit Customer ID. Each day, the AR team "works the list", line-by-line. They work their way down the rows on the analysis, find the Customer ID on each row, and then manually type that 12-digit Customer ID into our AR (Billing) system. [Side note: It would be fantastic if our AR system was smart enough to let us pass in a Customer ID via the URL, because then we could just use some HTML in the Customer ID column and click to go directly to that customer in the AR system. Alas, our AR system is NOT smart enough to do that.]
We would like to be able to set up an action link on the Customer ID column so that clicking on a value of Customer ID in the table would copy that clicked value to the Windows clipboard. That way, the AR team would not have to manually type 12-digit numbers into the search field in the AR system - they could just do a simple ctrl+v to paste from the clipboard.
And now for the final degrees of difficulty: The BI version is OAC. When I go to create a new Action Link, the only two options I see are Navigate to BI Content and Navigate to a Web Page. I don't see the other options that are present in on-premise OBIEE such as executing JavaScript. This may mean that I am asking for the impossible, because it seems to me that, without those other options, the solution must be coded in the column formula itself.
Thoughts?