tableau / embedding-api-v3-guide

migration guide for moving to embedding api v3
MIT License
28 stars 9 forks source link

Enhancement Request for SAP HANA Datasource - Ability to pass/change parameters #61

Open jonathantom33 opened 1 year ago

jonathantom33 commented 1 year ago

With the current state of the Embed API, I can pass in filters on dimensions which updates the where clause on the execution of a query.

On a SAP Hana Datasource we can also pass in "input parameters" for the execution of a SAP Hana query. To pass in the parameter, a user has to click on the "refresh" button which launches a parameters dialog for a user to input the value for the parameters.

We would like the ability to pass in the parameter directly with javascript code without a user having to click the "refresh" button. This would make our dashboards much cleaner and interactive.