qlik.asciidoc 2.4 KB

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