Skip to content
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

[TYPE 1] [Set workbook parameter value in REST API call] #1332

Closed
AlfredoPalacios opened this issue Jan 5, 2024 · 1 comment
Closed

[TYPE 1] [Set workbook parameter value in REST API call] #1332

AlfredoPalacios opened this issue Jan 5, 2024 · 1 comment
Labels
0.31 enhancement needs investigation Issue needs to be looked at by Tableau

Comments

@AlfredoPalacios
Copy link

Summary

Set the value of view parameters (like vf filtering, but for parameters).

Description

Be able to set the value of a parameter in a view using a method, like the method vf('filter_name', 'filter_Value') but for parameters. In the REST API, the request would look like this: GET /api/api-version/sites/site-id/views/view-id/data?vf_Parameters.=parameter-value

This would allow having only one workbook, but download multiple different view images with different data each one.

@AlfredoPalacios AlfredoPalacios added enhancement needs investigation Issue needs to be looked at by Tableau labels Jan 5, 2024
@jorwoods
Copy link
Contributor

jorwoods commented Jan 12, 2024

This is already possible by using ImageRequestOptions.

opts = TSC.ImageRequestOptions()
opts.vf("Parameters.param_name", "parameter_value")
...

@jacalata jacalata added the 0.31 label May 22, 2024
@bcantoni bcantoni closed this as completed Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.31 enhancement needs investigation Issue needs to be looked at by Tableau
Projects
None yet
Development

No branches or pull requests

4 participants