Вы находитесь на странице: 1из 3

Debugging the Script

Concept Review

 Data load script processing  Script debugger


o Statements must end in a semi- o Enables the script to be
colon ; processed statement-by-
o Setting ErrorMode to 0 causes statement, for easier analysis
processing to try and continue o Gives visibility to all variable
 Log file creation values throughout the script
execution cycle
o Settings in Document Properties
o Hold the original script o Is particularly useful when
statements, data loaded results script flow logic is
and error messages implemented (Loops and
Conditionals)
o Include the date and time of
execution in the filename

©2016 QlikTech International AB. All rights reserved. Qlik®, Qlik Sense®, QlikView®, QlikTech®, Qlik® Cloud, Qlik® DataMarket, Qlik® Analytics Platform and the Qlik logos are trademarks of QlikTech International AB which have
been registered in multiple countries. Other marks and logos mentioned herein are trademarks or registered trademarks of their respective owners. Use of any and all of the foregoing is subject to the written approval of Qlik.
1
QlikView Data Load Script Debugger

©2016 QlikTech International AB. All rights reserved. Qlik®, Qlik Sense®, QlikView®, QlikTech®, Qlik® Cloud, Qlik® DataMarket, Qlik® Analytics Platform and the Qlik logos are trademarks of QlikTech International AB which have
been registered in multiple countries. Other marks and logos mentioned herein are trademarks or registered trademarks of their respective owners. Use of any and all of the foregoing is subject to the written approval of Qlik.
2
QlikView Data Load Script Statement Processing

©2016 QlikTech International AB. All rights reserved. Qlik®, Qlik Sense®, QlikView®, QlikTech®, Qlik® Cloud, Qlik® DataMarket, Qlik® Analytics Platform and the Qlik logos are trademarks of QlikTech International AB which have
been registered in multiple countries. Other marks and logos mentioned herein are trademarks or registered trademarks of their respective owners. Use of any and all of the foregoing is subject to the written approval of Qlik.
3

Вам также может понравиться