知識庫

Calling REST API From Dashboard


發佈時間 : 04 Feb 2022
上次修改日期 : 09 Dec 2022

問題

How to send a REST API call based on the data in a Tableau dashboard to another application.

環境

  • Tableau Desktop

答案

Use one of the following options:

Option 1

  1. Host a web page that has the necessary code to call the REST API. 
  2. In your Tableau workbook, set up a data source and a dashboard with a worksheet that will call a URL action which will go to the web page. 
  3. If desired, add a web page object in the dashboard for feedback or updates.
 

Option 2

Include the code in a Tableau dashboard extension. For samples and documentation about the Tableau Dashboard Extensions API, go to this GitHub page:
 
這篇文章是否解決了問題?