applications-tableau.asciidoc 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. [role="xpack"]
  2. [testenv="platinum"]
  3. [[sql-odbc-applications-tableau]]
  4. === Tableau Desktop
  5. experimental[]
  6. [quote, https://www.tableau.com/products/what-is-tableau]
  7. ____
  8. https://www.tableau.com/products/desktop[Tableau] is the most powerful, secure, and flexible end-to-end analytics platform
  9. for your data.
  10. ____
  11. ==== Prerequisites
  12. * Tableau 2018 or higher
  13. * {product}
  14. * A preconfigured User or System DSN (see <<sql-odbc-setup>> section on how to configure a DSN).
  15. ==== Data loading
  16. First, you'll need to choose ODBC as the source to load data from. Once launched, click on the _More..._ menu item and in the expanded
  17. list of connectors, choose _Other Databases (ODBC)_:
  18. [[apps_tableau_fromodbc]]
  19. .ODBC as data source
  20. image:images/sql/odbc/apps_tableau_fromodbc.png[]
  21. In the new connection window that appears, select the previously configured DSN that will connect to the desired {es} instance. Press the
  22. _Connect_ button. In case credentials are needed, a new windows - driver's DSN editor - will be launched and you'll need to provide the
  23. _Username_ and _Password_ in the respective fields. (Note that these will not be stored as part of the DSN, but only remembered for the
  24. duration of the session).
  25. If the connection is successful, the _Connection Attributes_ section of the connection window is populated with the respective details;
  26. press the _Sign In_ button next:
  27. [[apps_tableau_connd]]
  28. .Authenticate and sign in
  29. image:images/sql/odbc/apps_tableau_connd.png[]
  30. In Tableau Desktop's main window then choose the name of {es} instance as the _Database_, select one table that you'd like to load from
  31. the list (click on the magnifying glass icon to have them all shown), drag the table over the work area, then click the _Update Now_
  32. button to load a preview of the table:
  33. [[apps_tableau_loaded]]
  34. .Data loaded
  35. image:images/sql/odbc/apps_tableau_loaded.png[]
  36. // vim: set noet fenc=utf-8 ff=dos sts=0 sw=4 ts=4 tw=138 columns=140