dietler / qliksense-extension-tutorial

A comprehensive tutorial how to create Qlik Sense Visualization Extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qlik Sense Extension Tutorial

A comprehensive tutorial how to create Qlik Sense Visualization Extensions


About this Tutorial

In this tutorial you'll learn how to use Qlik Sense' Extension concept to bring new visualizations into the Qlik Sense Client.

Work in Progress, Always

This project is work in progress and will and should always remain in this status, that's part of the concept and the idea of creating a living tutorial. As soon as there are now capabilities exposed in Qlik Sense' Extension API, I will update the appropriate sections here.

If you want to follow the progress of this project there are some options:

Chapters

These are the chapters I am about to write ... and some of them are already finished ;-)

Part I: Introduction to Developing Visualization Extensions for Qlik Sense

  • 00 About this Tutorial
  • 01 Qlik Sense Extension Tutorial
    • Prerequisites
  • 02 Introduction to Qlik Sense Visualization Extensions
    • Installing a visualization extension for Qlik Sense Desktop
    • Installing a visualization extension on Qlik Sense Server
    • Comparison between extensions in QlikView and Qlik Sense
    • Where to find Qlik Sense visualization extensions
  • 03 Let's Get Started: Hello World Example
    • The anatomy of a Qlik Sense extension
    • Skeleton of a script file
    • Structure of the .qext file
    • Creating the Hello World example
  • 04 Debugging and Web Developer Tools
    • console.x()
    • Debugging
    • Object inspection
  • 05 Improving the Web Hello World Experience
    • Make Hello World dynamic
    • Define a preview image
  • 06 An Introduction to Using Properties
    • Skeleton
    • Re-using properties
    • Basic custom property types
    • How to reference properties
    • Separate property definition to a separate file
  • 07 Custom Properties
    • Introduction to custom properties
    • Improving readability & maintainability of properties
    • Basic custom property - a string input box
    • Adding a custom section header
    • Adding a custom section
    • Display & persistence
    • Referencing property values
    • Troubleshooting
    • Source code
  • 08 Hello Data
    • Create your Hello-Data visualization extension
    • Getting data into visualization extension
    • Testing your extensions with data
    • Changing the initial properties
    • Rendering table data
    • Some golden rules
  • 09 Loading Resources
    • Style sheets / CSS files
    • JavaScript libraries
    • Images
  • 10 Hello Data - Improved
    • Vertical scrolling
    • Data paging
    • Using external styles
    • Making selections
  • 11 Create a visualization using D3
  • 12 Create a visualization using HighCharts

Part II: Qlik Sense Visualization Extensions & AngularJS

Part III: Advanced Concepts When Working With Qlik Sense Visualization Extensions

  • XX Working With System Tables
  • XX Custom property components
  • XX More on working with data
    • Understanding data structure of Qlik objects / Qlik Sense's internal data structure
      • genericObject
      • qHyperCube
      • qListObject
      • qPivotTable
      • qExpressions
    • Overcome default behavior
  • XX More on HyperCubes
  • XX The BackendAPI
  • XX Communicating with the Repository API
  • XX The Selection Model
  • XX Working with Variables
    • Creating variables manually and programmatically
    • Setting variable definitions
    • Getting variable results
  • XX Working with a ListObjectDefinition
  • XX Working with a PivotTableDefinition
  • XX Working with Meta Data
  • XX Talking to the Repository API

Part IV: Deployment of Qlik Sense Visualization Extensions

  • Deployment checklist
  • XX Setting up a Robust Development Environment
    • Using Less
    • Automatically deploy and zip
    • Versioning

Part V: Advanced Techniques

  • XX Advanced Techniques: Modifying Custom Properties
  • XX Advanced Techniques: Embedding Real Time Communication
  • XX Advanced Techniques: More on Custom Properties
    • More components
    • Show conditions
    • Tips to structure your property definitions
    • Tips to organize your references
    • Use external sources
  • XX Advanced Techniques: Paging data
  • XX Advanced Techniques: Multiple hypercubes

Part VI: Real World Examples

  • XX Communicating with backend services
  • XX An advanced visualization extension based on D3
  • XX Embedding real-time communication

Part VII: How To

Part VIII: Tools

  • XX Tools
    • Tools: Manage Your Extensions

Part IX: Appendix

Comments, Feedback & Questions

If you have any questions, found errors, etc., please create an issue here on GitHub.

Contributing

Found a bug? Have a request? Have a question? Please create an issue on GitHub.

Errata

Due to the nature of this project there is no errata section necessary: This is living tutorial, so as soon as I find errors or mistakes or just want to improve something, I'll just fix it and push it to GitHub.

By doing so, you'll always have access to the latest version.

If you want to follow changes, follow the Change Log.

Author

Stefan Walther

Thx for contributing:

License

This tutorial is made available "AS IS" without any warranty of any kind under the MIT License (MIT).

Additional license information for this tutorial.


Qlik Sense Visualization Extension Tutorial

About

A comprehensive tutorial how to create Qlik Sense Visualization Extensions

License:Other


Languages

Language:JavaScript 98.4%Language:CSS 1.1%Language:HTML 0.5%