An AngularJS example listing different car models with some statistics in a session app using the QIX service. Data is loaded from a CSV file and visualized using d3.
- Go to the QMC of your Qlik Sense Enterprise.
- Open the Content libraries view and select Default .
- Upload the file redirect.html.
This will enable the default authentication module to properly log in the user and make a redirect to the web server of this example, reusing the same session.
Install dependencies and run the app with:
npm install
npm run start
Open your browser and navigate to http://localhost:8080.