qlik-oss / qsVariable

Variable extension for Qlik Sense

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qsVariable

This extension is part of the extension bundles for Qlik Sense. The repository is maintained and moderated by Qlik RD.

Feel free to fork and suggest pull requests for improvements and bug fixes. Changes will be moderated and reviewed before inclusion in future bundle versions. Please note that emphasis is on backward compatibility, i.e. breaking changes will most likely not be approved.

Usage documentation for the extension is available at https://help.qlik.com.

Developing the extension

If you want to do code changes to the extension follow these simple steps to get going.

  1. Get Qlik Sense Desktop
  2. Create a new app and add qsVariable to a sheet.
  3. Clone the repository
  4. Run pnpm install
  5. Run pnpm run build - to build a dev-version to the /dist folder.
  6. Move the content of the /dist folder to the extension directory. Usually in C:/Users/<user>/Documents/Qlik/Sense/Extensions/qlik-variable-input.

Release

  1. git checkout master && git pull to make sure you're up to date.
  2. pnpm version <major/minor/patch>
  3. git push && git push --tags

Original Author

erikwett

About

Variable extension for Qlik Sense

License:MIT License


Languages

Language:JavaScript 66.2%Language:Less 27.4%Language:Shell 6.4%