It is 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.
Efficiently debugging the script
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...