sense-extension-recipes

Recipes on working with Qlik Sense Visualization Extensions.

Usage no npm install needed!

<script type="module">
  import senseExtensionRecipes from 'https://cdn.skypack.dev/sense-extension-recipes';
</script>

README

Qlik Sense Extension Recipes

Recipes on working with Qlik Sense Visualization Extensions.


Table of Contents

(Table of contents generated by [verb])


About

While working a lot with the concept of Extension in Qlik Sense I thought it helps other people to share not only production-ready visualization extensions but also some experiments, prototypes, etc.

So this is more or less my playground to test concepts, to test how the Visualization Extension API for Qlik Sense is documented, etc.

Recipes

  • Angular-BasicExample

    • Simple example how to use AngularJS (templates & directives) in Qlik Sense Visualization Extensions.
  • Angular-Events

    • Sample how to consume events in AngularJS based visualization extensions.
  • Bootstrap-Clash

    • Sample how Bootstrap can clash with the style of Qlik Sense
  • Bootstrap

    • Sample how to solve the Bootstrap clash
  • Change Properties

    • Make changes to your custom properties programmatically.
  • HyperCubeOnTheFly

    • Create a HyperCube on the fly, based on dimensions and measures defined in the property panel.
  • HyperCubePaging

    • Example how to get more than 10.000 data-points using a hypercube and data-paging.
  • PropertyAccordion

    • Example how to create custom sections, headers and custom properties in the property accordion.
  • RequireJS CSS Plugin

    • Use requireJS' CSS Plugin to load external CSS files.
  • TableAPI ExportData (paint)

    • Export data using the Table-API (Qlik Sense 2.1 or higher)

Read the README.md located in every sample for more information.

Author

Stefan Walther

License

Copyright © 2015 Stefan Walther

Released under the MIT license.


This file was generated by verb-cli on July 21, 2015.