ChristofSchwarz / QlikScripts

Useful Qlik Script Code Snippets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QlikScripts

Useful Qlik Script Code Snippets like

Feel free to either download my snippets or include them directly from GitHub. How?

If you want to refer to the snippet from your Qlik Load script and include it online

  • click on "Raw" button of the snippet page here in Github and copy the link of the raw-text url ... alttext

  • Then create a new "Web File" connection type in Qlik Sense and paste the url alttext

  • Check the name of the new data connection (in my case "syncSomeSelections (qse-csw_admincsw) and write the follwing line, which then will include the code live from Github.

$(must_include=[lib://syncSomeSelections (qse-csw_admincsw)]);

About

Useful Qlik Script Code Snippets

License:MIT License