Building a Windows component using Qlik Sense as computing engine
This topic describes the basic process you follow when creating a Windows component (for example a service) that uses a Qlik Sense app as a computing engine.
-
Getting started Qlik Sense .NET SDK.
Getting started with the Qlik Sense .NET SDK -
List the Qlik Sense apps available to you.
Listing available apps -
Create a Qlik Sense app.
Communicating with Qlik Sense -
List all sheets in the Qlik Sense app.
Listing sheets in an app -
When you have created a Qlik Sense app, you create a sheet.
Generic objects in .NET SDK -
Qlik Sense objects are created on the sheet. When the Qlik Sense object has been created, you can continue working with its properties and layout amongst other things.
Generic objects in .NET SDK -
Place the Qlik Sense object on the sheet.
Adding and placing objects on a sheet -
You use a load script to load data into the Qlik Sense app. The script connects to a data source (database, Excel sheet, etc.) and retrieves the data.
Loading data into Qlik Sense