Efficiently debugging the script
It is a good script practice to debug the script in your data load editor before its full execution. This way the developer minimizes the risk of script failures and also saves on valuable time. The process of debugging makes it possible to monitor every script statement and examine the variable values while the script is being executed. The following recipe explains how to debug the Qlik Sense script efficiently.
Getting ready
Load the following script, which gives information about the Products
and Customers
in the Qlik Sense data load editor. The sample code is available for download from the Packt Publishing website:
Products Temp: LOAD * INLINE [ Product, ProductID, Sales Footwear, F21Lon, 120000 Tyres, T21Man, ...
Get Qlik Sense: Advanced Data Visualization for Your Organization now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.