Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is there any way to format Qlik query so that SCRIPT is structured correctly?
Something like this (for SQL):
BR,
Uri
@Uri wrote:
Hi,
Is there any way to format Qlik query so that SCRIPT is structured correctly?
Something like this (for SQL):
BR,
Uri
All visualization extensions must contain at least one JavaScript file and one QEXT file.
The core of all visualization extensions are made up by the corresponding JavaScript file. The JavaScript file is loaded in the browser when your visualization extension is used. RequireJS is used as a module loader.