Varun Sreedharan
Varun Sreedharan

Reputation: 577

Tableau read and update data source ( From Web data connector) automatically

I am installed and added data source (web data connector) inside tableau

Web data connector URL : http://localhost/datasouceexample/example.html

we data connector holds some data. import data from web data connector and created graphs using the data's from the web data connector URL .Generated graph and saved in "tableau public" option. Embed the code inside my web application . Graphs shows perfectly.

My question is about the automatic data updation .

1 ) I want to update graph automatically based on the value from web data connector URL

2 ) If any new updations are inside input datas (new inputs) , automatically sync with tableau and update the graph,so no changes in the embed code and graph updated automatically

Any settings available inside tableau for do this section? if it is possible ? Thanks

Upvotes: 3

Views: 1517

Answers (2)

rdugge
rdugge

Reputation: 348

Only dashboards with a google sheets datasource can be automatically updated on Tableau Public. Maybe you could redesign your web service to write to a google sheets doc. If so, you could republish your dashboard to sync with that doc.

Upvotes: 3

lbrendanl
lbrendanl

Reputation: 2664

The scenario you are describing is not possible using Tableau Public (the free version of Tableau software) and the web data connector. Tableau Public does not support updating web data connector data once published on Public, you would need to refresh the data from your desktop application and republish.

The closest supported path to your use case would be, as Kara_F mentioned in the comments, to use Tableau Server. With that product, you can create web data connector datasources and publish them to your Server. You can then schedule a refresh job which will update your data at a certain interval. More info for keeping WDC data up to date can be found here: http://onlinehelp.tableau.com/v0.0/server/en-us/datasource_wdc.htm.

Upvotes: 0

Related Questions