Script API General - AnalyticsGate/AGR-OnPrem-Setups GitHub Wiki
timeout
Description
The time span after which the reporting should abort the execution. It is specified in seconds.
Default: 900 (15 minutes)
Example
timeout: 1200
autoFitTables
Description
For the output to Excel, an automatic adjustment of the width and height of all columns and rows can be made. This is needed to display overflowing text in the cells.
Default: false
Example
autoFitTables: true
disableAutoLink
Description
Deactivation of the automatic re-linking of the data source of pivot tables during a sheet loop. Excel always references the source data when copying a worksheet, but this is often not desired.
Default: false
Example
disableAutoLink: true
disableAdvancedTableMode
Description
Disable calculation of additional table columns in a table that were not loaded from Qlik but only specified in Excel.
Default: false
Example
disableAdvancedTableMode: true
usePerfomanceAnalyzer
Description
Possibility of activating a performance analysis during report generation.
Note: This feature requires additional system resources and is still in beta stage.
Default: false
Example
usePerfomanceAnalyzer: true
errorRepeatCount
Description
Number of attempts until reporting classifies the job as failed. This parameter is relevant for developers. It has no influence on the default installation.
Default: 2
Example
errorRepeatCount: 3
cpuLimitInCore
Description
Number of processor cores that can be used for multiple tasks in one job. This parameter is normally controlled automatically.
Default: -1
Example
cpuLimitInCore: 1
memoryLimitInGB
Description
Soft limitation of the working memory. This parameter is normally controlled automatically.
Note: This feature requires additional system resources and is still in beta stage.
Default: -1
Example
memoryLimitInGB: 2