Skip to content
This repository was archived by the owner on Feb 28, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 1.06 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.06 KB

qomposer

A drag&drop mashup editor for Qlik Sense

Instructions

Desktop

  • Download the zip file & unzip anywhere or clone in desktop (from github)
  • start your Qlik Sense dekstop
  • install nodeJS & launch start.bat
  • open a web brower and connect to http://localhost:3000
  • enjoy

Server

  • Download the zip file & unzip anywhere or clone in desktop (from github)
  • Edit the config.js file to connect to your server (you can take the second commented block as an example)
  • Deploy the bounce mashup in Qlik Sense Server to have a smooth authentication process
  • install nodeJS & launch start.bat
  • open a web brower and connect to http(s)://yourserver:port
  • enjoy

Support

This is not a Qlik product. This is not supported. If you encounter any problem, please open an issue on github. This was successfully tested on Qlik Sense 2.0.1 and 2.0.2. It should not work on any version below 2.0.0.

Credits

Thanks to Anthony Alteirac for his mdemo mashup builder that inspired this work