A Qlik Sense extension which automatically creates a custom report using Qlik Sense standard objects. This extension must be downloaded from the releases page found here: https://github.com/rileymd88/qwik-table/releases
If you want to do code changes to the extension follow these simple steps to get going.
- Get Qlik Sense
- Clone the repository
- Run
npm install
- Run
npm run build
- to build a dev-version to the /dist folder.
- Updated logic to show and hide dimensions
- Updated node packages
- Simplifed automatic table creation by allowing usage of fields, formulas and master items in one interface
- Added automatic table creation based off master dimensions and measures (no need to first create a master item table)
- Automatic creation of filterpane
- Added properties which allow to choose a name for the dimension and measure data island fields that get created
- Fixed bug which stopped extension from working when there was a drilldown dimension being used
- Fixed bug which stopped extension from working when a dimension with a custom label was being used
- First beta release
Released under the MIT License.