qlik.asciidoc 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. [role="xpack"]
  2. [testenv="platinum"]
  3. [[sql-client-apps-qlik]]
  4. === Qlik Sense Desktop
  5. You can use the {es} ODBC driver to access {es} data from Qlik Sense Desktop.
  6. IMPORTANT: Elastic does not endorse, promote or provide support for this application; for native Elasticsearch integration in this product, please reach out to its vendor.
  7. ==== Prerequisites
  8. * https://www.qlik.com/us/try-or-buy/download-qlik-sense[Qlik Sense Desktop] November 2018 or higher
  9. * {es-sql} <<sql-odbc, ODBC driver>>
  10. * A preconfigured User or System DSN (see <<dsn-configuration,Configuration>> section on how to configure a DSN).
  11. ==== Data loading
  12. To use the {odbc} to load data into Qlik Sense Desktop perform the following steps in sequence.
  13. . Create new app
  14. +
  15. Once the application is launched, you'll first need to click on the _Create new app_ button:
  16. +
  17. [[apps_qlik_newapp]]
  18. image:images/sql/odbc/apps_qlik_newapp.png[]
  19. +
  20. . Name app
  21. +
  22. ...then give it a name,
  23. +
  24. [[apps_qlik_create]]
  25. image:images/sql/odbc/apps_qlik_create.png[]
  26. +
  27. . Open app
  28. +
  29. ...and then open it:
  30. +
  31. [[apps_qlik_open]]
  32. image:images/sql/odbc/apps_qlik_open.png[]
  33. +
  34. . Add data to your app
  35. +
  36. Start configuring the source to load data from in the newly created app:
  37. +
  38. [[apps_qlik_adddata]]
  39. image:images/sql/odbc/apps_qlik_adddata.png[]
  40. +
  41. . Load from ODBC
  42. +
  43. You'll be given a choice of sources to select. Click on the _ODBC_ icon:
  44. +
  45. [[apps_qlik_odbc]]
  46. image:images/sql/odbc/apps_qlik_odbc.png[]
  47. +
  48. . Choose DSN
  49. +
  50. In the _Create new connection (ODBC)_ dialog, click on the DSN name that you have previously configured for your {es} instance:
  51. +
  52. [[apps_qlik_dsn]]
  53. image:images/sql/odbc/apps_qlik_dsn.png[]
  54. +
  55. Provide a username and password in the respective fields, if authentication is enabled on your instance and if these are not already part
  56. of the DSN. Press the _Create_ button.
  57. +
  58. . Select source table
  59. +
  60. The application will now connect to the {es} instance and query the catalog information, presenting you with a list of tables that you can
  61. load data from:
  62. +
  63. [[apps_qlik_selecttable]]
  64. image:images/sql/odbc/apps_qlik_selecttable.png[]
  65. +
  66. . Visualize the data
  67. +
  68. Press on the _Add data_ button and customize your data visualization:
  69. +
  70. [[apps_qlik_visualize]]
  71. image:images/sql/odbc/apps_qlik_visualize.png[]
  72. // vim: set noet fenc=utf-8 ff=dos sts=0 sw=4 ts=4 tw=138 columns=140