tableau/embedding-api-v3-guide

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

jonathantom33 opened this issue · 0 comments

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.