qcb-qlik-sse, A General Purpose SSE
Read MoreLoad Master Items in Script?
Read MoreUsing JSON as HyperCube Data Payload
Read MoreA Common SSE Plugin Project
Read MoreScript Interpretation and Evaluation
Read More
Blog
In Qlikview we have the ability to add function to the scripting language by writing VbScript in the document module (sometime called the “macro module”). Typical additions included regular expression matching & parsing, Qlik Sense does not have the module feature, but both Sense and QlikView share a similar feature, Server Side ...
At the Masters Summit for Qlik, I always try to show something new and cool. At past events I’ve shown things like Alexa selections in Qlik Sense and the new Document Analyzer for Qlik Sense. So what do I have lined up for the upcoming Amsterdam and Washington DC events? In ...
Summary: In this post I suggest a case for formatting measures as JSON to allow for easy consumption in an Engine-API webapp. In a recent customer webapp project with my partners at Websy, I found that using JSON for data in Qlik hypercubes was a useful technique. The app displays an overview of metrics collected throughout ...
Summary: I introduce qcb-qlik-sse, a community Server Side Extension to share custom Qlik functions. At the Masters Summit for Qlik, I dive into several different methods of creating reusable script and custom functions. In QlikView we have the ability to write custom functions using VbScript/Jscript in the qvw Module. Custom ...
Summary: Qlik Script is both interpreted and evaluated. Understanding the meaning of these terms is useful in writing advanced script and understanding why some script “tricks” work and others don’t. In my Advanced Scripting session at the Masters Summit for Qlik, I sometimes begin with the question “What does $() ...