GithubHelp home page GithubHelp logo

shaun-hope / qlik-sense-live-table Goto Github PK

View Code? Open in Web Editor NEW

This project forked from leematthewshome/qlik-sense-live-table

0.0 0.0 0.0 1.07 MB

This extension displays a live table for data from a SQL data source, filtered by selections in the app. Write-back capabilities are also planned.

Python 40.32% JavaScript 59.68%

qlik-sense-live-table's Introduction

Qlik Sense Live Table With Writeback

The LiveTable extension allows a table of data from a SQL database to be embedded in a Qlik Sense app. As selections are made in the Qlik Sense app the table is refreshed automatically from the SQL database. You can configure the extension to allow editing of individual records of the data, and your changes will be written back to the SQL table.

To filter the records listed in the table by selections in the Qlik Sense app, you must add the relevant fields to the list of dimensions in the extension configuration.

As extensions are executed in the context of the user’s browser, a server-side web service is required to execute queries against the database. The extension communicates with the server-side web service using JSON. You could create your own server side web service to process the information sent via JSON, however this extension comes with a Python based web service already developed. The extension therefore has two components to install:

  1. The client-side Javascript based LiveTable extension

  2. A server-side Python based REST API to query the database(s)

The Word document provided outlines the process for installing the solution. The following YouTube video outlines how to use the extension and some of its features: https://www.youtube.com/watch?v=CRy_7khE5yA&t=166s

qlik-sense-live-table's People

Contributors

leematthewshome avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.