Questions tagged [tableau-api]

For software development questions related to the use of developer API for Tableau Software, a family of interactive data visualization products

Tableau Software is a family of interactive data visualization products focused on business intelligence. There is also a developer API for creating data extract files, and a developer API for JavaScript interaction, which provides more custom ways to interact with Tableau reports.

Main Features:

  • Connect to a large variety of data sources, including MySQL, PostgreSQL, Teradata, BigQuery, Redshift, Google Analytics and Salesforce.
  • Has option to extract data to a Tableau format (tde), which is a columnar database, with good compression and high performance.
  • Drag and drop environment, little or no SQL knowledge necessary to perform most of the tasks.
  • Large set of reports available, and options to create very interactive dashboards, such as custom parameters, using charts as filter for other charts, interactive filters
  • Tableau Server allows users to have access to reports via web browser.
  • Tableau Public provides free hosting of publicly-accessible reports with limited features.

When posting questions, Tableau Public is an invaluable resource. Problematic workbooks (or example workbooks demonstrating the issues in question) can be published here to help answerers find the problem more quickly and give a more thorough solution.

In addition to Stack Overflow, a good place to get solutions to Tableau questions is on the vendor's forum.

5440 questions
3
votes
2 answers

Tableau not showing all data in box and whisker plot

I am trying to create a box and whisker plot in tableau. It is not using all the data points to make its calculations, but seems to be first removing duplicates. Two rows in my backing CSV have the value 93, for example, but only one is making it…
user1978019
  • 3,008
  • 1
  • 29
  • 38
3
votes
1 answer

Netlogo Export/Tableau issues

Currently I'm playing around with exporting my data from Netlogo to a CSV file and then loading it into Tableau with the following code.. to write-result-to-file ; if nothing to write then stop if empty? Result-File [stop] ; Open file …
3
votes
3 answers

Tableau: is there a clean way to print out an embedded visualization?

I've recently started embedding Tableau visualizations on websites and come across an issue with printing them with a straight Control + P in the browser. Most come out completely distorted, if at all. I did some digging and found that this is a…
Mike Zavarello
  • 3,514
  • 4
  • 29
  • 43
3
votes
2 answers

Embedding tableau views in webpage using HTML/JavaScript

I understand to the point that it is possible to embed the tableau view using an HTML code that looks something like this: