-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retrieve the list of Actions of a Viz #23
Comments
Hi @florent-guinard - Thank you for opening this issue. Do you mind sharing more about your use case please? |
@illonage Sure ! Actions are part of the features available to end-users when they open those Vizs in Tableau: our goal is to programmatically trigger those actions and then measure their outcomes to compare them with the action definitions, answering questions such as "was this parameter value properly updated by triggering this action ?". We can already programmatically trigger "Select" actions with the "Select Mark" function but:
The first point is the subject of this enhancement, the second one needs a dedicated issue :-) I hope it makes sense, please come back to me if it doesn't! |
Wow this is a great request, would love to get access to this info! |
Thanks @florent-guinard ! @Mrkbingham do you have the same use cases? |
@illonage yep! Somewhat similar, I’d like to be able to read all of the settings that someone has set up inside Tableau so my app can detect the set behavior. The major config that would be helpful are: Target, Fields and URL (also the href target, e.g. open in new tab) The URL would help ensure that we’re opening a URL that may already be embedded in our app, if not we send the users over to Tableau Server. The fields would be helpful for tracking user behavior - we currently track filter events in the applyFilter callback, and would like to continue that. Lastly the name of the action: we log errors for unexpected behavior, and if we could say “Action [Title] failed” it would help immensely for users when troubleshooting. |
We'd like to be able to retrieve the list of Actions (Worksheet/Dashboard > Actions in Tableau) for a Worksheet/Dashboard in an embedded Workbook:
We're looking for as much information as possible on those actions, like:
Thanks !
The text was updated successfully, but these errors were encountered: