Chrome extension that can be used when developing in Qlik Sense. The extension will add one extra tab in Chrome dev tools (when Ctrl+Shift+i is pressed). The tab can be used to run calculations against the active QS document (the one that is open in the current Chrome tab)
Thanks to Alexander Karlsson (mindspank) for qsocks.
In Qlikview when there is need to test some expression usually textbox object is used. In Sense textbox still can be used but if you have taken all the work space (usually the case) to add one textbox just to test something involves re-sizing at least one object, creating textbox, few clicks to reach the actual expression editor and then check the result. And if you want to create table to check the result the situation is even more complicated.
Chrome Dev Tools seems the right place for this actions (or Chrome App but this is a different story)
- open QS Desktop
- open Chrome
- navigate to http://localhost:4848/hub/my/work
- open one document
- press Ctrl + Shift + i
- navigate to "Qlik Sense Console" tab
- you will see the server, document name (based on the url) and QS Version
- press "Open" to open the document from the console
- Pick Dimension from the drop down (or use the "Empty" one if there is need to simulate textbox behavior)
- enter the expression in the text area
- press "Calculate"
- error messages
multiple dimensions(v0.9.1)view calculations history and option to re-execute them(v0.9.1)sorting the result table(v0.9.1)export the results(v0.9.1)- different visualizations?
0.10.x
- Sessions Apps
0.9.1
- multiple dimensions
- history - track each calculation execution. option to reuse them
- result table design is changed
- result table is sortable (multiple column sort is possible holding the Shift key)
- option to export/download the result table
- The extension is still under development and there is a chance that will not work on 100%.
- At the moment is tested only agains QS Desktop edition (QS Server tests are on the way)