eapowertools-archive / qs-extension-usage-dashboard

Unsupported - The Qlik Sense Extension Usage Dashboard is a Qlik application that parses application meta-data to uncover which applications use extension objects. The sources for this data is the meta-data fetch from the QS Telemetry project (https://github.com/eapowertools/qs-telemetry-dashboard) and QRS API calls.
MIT License
6 stars 0 forks source link

Status

Project Status: Unsupported – The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired.

Qlik Sense Extension Usage Dashboard

Download Latest Here

The Qlik Sense Extension Usage Dashboard is a Qlik application that parses application meta-data to uncover which applications use extension objects. The sources for this data are the meta-data fetch from the Qlik Sense Telemetry project and QRS API calls. By combining these, we can see which apps use extensions, where those extensions are used, who are the users who use extensions, which extensions are not used, as well as which extension usages could be replaced by a bundled visualization from Qlik.

Contents

Questions answered by the app

Screenshots

1 2 3

Requirements

Installation

Configuration

4

Analysis

The application will provide insight into what Qlik apps use extensions and on what sheet inside of that application the extension resides. The sheets are divided into:

Limitations

The tool will not record apps which reference extensions which do not exist on the server. Example:

5

The rationale for this is that in order to determine which visualizations are extensions, (a) we either need to query the installed extensions by name (e.g. barchart-extension) or (b) inline load a list of visualizations which come with Qlik Sense Enterprise on Windows. (a) will miss usages of visualizations which are not installed, like above. (b) would require that users upgrade this app upon each release of Qlik Sense Enterprise on Windows to ensure coverage for potentially added visualization types (e.g. the Mekko chart in the November 2019 release). We've made the decision to go with option (a) for a more robust set of coverage across versions of Qlik Sense Enterprise.