Giter VIP home page Giter VIP logo

devtool's Introduction

Qlik Sense Dev tool

Developer tool extension for Qlik Sense

##Allows the user to display id, type, handle and properties for visualizations.

This extension adds a floating action button to your Qlik Sense app. When you press the button it will add labels with id, type and handle to all visualizations on the sheet. The labels also contains buttons to display properties for the visualizations. And from version 3 they also containg some data on calculations and calculation times.

This can be useful if you for example are creating a mashup and need the object ids or for troubleshooting your extension.

News in Version 3.2

A new context menu provides functions to export/import script and export variables.

News in Version 3.1

Properties are now shown in a modal window, no longer with javascript alert. Timing show latest calc time, not max

News in Version 3

Calculation data: The extension now also shows some data on calculations:

calc: number of calculations performed ms: total number of milliseconds waiting for calculations max: longest time for a calculation

News in Version 2

  1. Floating action button The button is now a FAB button, which will remain on screen until you refresh the page, even if you change sheet. This means you can use it on a published sheet:
  • create a new sheet
  • add the devtool extension to the new sheet, the button will appear
  • change to the (possibly published) sheet where you need it
  • click the FAB
  1. Button to show properties The labels now also contain a button to show properties for the visualization.

In the future I intend to add more functions to this tool. If you have any ideas, please post them, or clone the repository, add it and make a pull request.

Note: this function uses css class names to find the visualizations, angular scope() function to find the corresponding scope and some scope navigation to find the data. This works right now, but might break any time.

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.