qlik.asciidoc 2.5 KB

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