Useful Qlik Script Code Snippets like
- AlmostAlternateStates (SyncSomeSelections)
- Substitute for BINARY load: Store all tables to QVD and Load all tables from QVD
- Advanced Section Access Mapping
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 ...
-
Then create a new "Web File" connection type in Qlik Sense and paste the url
-
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)]);