Using the Qlik DataMarket

The Qlik DataMarket allows you to source additional data externally. This data is provided by Qlik to enrich your current reporting data set. It is a "data as a service" cloud offering, which allows you to access a collection of different valuable, up-to-date and ready-to-use datasets.

Getting ready…

For the purpose of this recipe, we will make use of an inline data load which gives the information on sales and the base currency:

  1. Create a new Qlik Sense application and call it QS_DataMarket.
  2. Load the following data into the QlikSense data load editor:
    ExampleData:
    LOAD * INLINE [
        Base currency, Sales
        US dollar, 6300
    ];
  3. Save and reload the application.

How to do it…

  1. Open the QS_ DataMarket application.
  2. Create a new sheet called ...

Get Qlik Sense: Advanced Data Visualization for Your Organization now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.