Qlik Sense Enterprise is the client-managed (on-premises) edition of Qlik’s self-service analytics and business intelligence platform, deployed on Windows Server. It provides associative data exploration, interactive dashboards, and an in-memory engine that automatically discovers relationships across data sources. It is commonly used by organizations with data-residency requirements that keep analytics inside their own network.

Dawiso connects to the Qlik Repository Service (QRS) REST API and the Qlik Engine JSON API to extract metadata about streams, apps, sheets, charts, the in-app data model (tables and fields), reusable master items, variables, bookmarks, and data connections — giving you a full catalog of your Qlik environment together with field-level usage lineage.

Qlik Cloud vs. Qlik Sense Enterprise. This page documents the on-premises integration. If you use Qlik’s SaaS platform, see the Qlik integration instead. The two integrations use different connection methods and expose different object types.

Default hierarchy

In the chart below, you will find the organizational structure of Qlik Sense Enterprise objects. Objects are represented in green and containers in yellow.

Object types

Stream

An organizational container for published apps, similar to a folder. Streams are the top level of the hierarchy.

Source AttributeAttribute Type
Idstring
Namestring
OwnerIdstring
OwnerNamestring
CreatedDateDateTime
ModifiedDateDateTime

App

A Qlik Sense application containing the data model and visualizations. Apps are published into a stream; apps that have not been published have no parent stream.

Source AttributeAttribute Type
Idstring
StreamIdstring
Namestring
Descriptionstring
FileNamestring
OwnerIdstring
OwnerNamestring
Publishedbool
PublishTimeDateTime
StreamNamestring
FileSizelong
LastReloadTimeDateTime
CreatedDateDateTime
ModifiedDateDateTime
SavedInProductVersionstring
HasScriptbool
HasSectionAccessbool
LoadScriptLineCountint
LoadScriptSectionCountint
LineageCountint
Thumbnailstring

Sheet

A dashboard page within an app. A sheet groups the charts that are displayed together.

Source AttributeAttribute Type
UniqueIdstring
AppIdstring
SheetIdstring
Titlestring
Descriptionstring
OwnerIdstring
Publishedbool
Approvedbool
Rankint
Columnsint
Rowsint
VisualizationCountint

Chart

A visualization object on a sheet (bar chart, table, KPI, etc.). The dimensions and measures used by the chart are captured for lineage.

Source AttributeAttribute Type
UniqueIdstring
AppIdstring
SheetIdstring
ChartIdstring
ChartTypestring
ResolvedTypestring
Titlestring
Descriptionstring
Dimensionsstring
Measuresstring

Table

A table in the app’s loaded data model. Includes the source connector and database when the table originates from a data connection.

Source AttributeAttribute Type
UniqueIdstring
AppIdstring
TableNamestring
RowCountint
FieldCountint
IsSyntheticbool
ConnectorNamestring
DatabaseNamestring

Field

A column within a data-model table, with the associative-engine statistics Qlik computes for it.

Source AttributeAttribute Type
UniqueIdstring
AppIdstring
TableNamestring
Namestring
IsKeybool
IsNumericbool
HasDuplicatesbool
RowCountint
DistinctValuesint
NonNullsint
InformationDensityfloat
SubsetRatiofloat
Tagsstring

Master Measure

A reusable measure definition (an aggregation expression) maintained in the app’s master items.

Source AttributeAttribute Type
UniqueIdstring
AppIdstring
MeasureIdstring
Titlestring
Descriptionstring
Expressionstring
Labelstring
Tagsstring

Master Dimension

A reusable dimension definition (one or more fields, optionally grouped as a drill-down) maintained in the app’s master items.

Source AttributeAttribute Type
UniqueIdstring
AppIdstring
DimensionIdstring
Titlestring
Descriptionstring
FieldDefsstring
FieldLabelsstring
Groupingstring
Tagsstring

Variable

A named expression or value defined in the app and reusable across its objects.

Source AttributeAttribute Type
UniqueIdstring
AppIdstring
VariableNamestring
Definitionstring
Descriptionstring
IsScriptCreatedbool
Tagsstring

Bookmark

A saved selection state within an app.

Source AttributeAttribute Type
UniqueIdstring
AppIdstring
BookmarkIdstring
Titlestring
Descriptionstring
SheetIdstring
Publishedbool
Approvedbool

Data Connection

A configured connection to an external data source (database, file folder, REST endpoint, etc.). Data connections are root-level and shared across apps. Credentials and passwords are never extracted — connection strings are returned with secrets redacted by Qlik.

Source AttributeAttribute Type
Idstring
Namestring
ConnectionStringstring
ConnectionTypestring
EngineObjectIdstring
Architectureint
LogOnint
OwnerIdstring
OwnerNamestring
CreatedDateDateTime
ModifiedDateDateTime

Relations

Dawiso builds field-level usage lineage by cross-referencing the dimensions and measures used in each chart with the fields in the app’s data model. This answers questions such as “which charts break if this field is removed?” and is rendered in the Dawiso lineage graph.

From Object TypeRelation TypeTo Object Type
fieldused in / used bychart

Relations diagram