Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
I have many tables from the same data connection and would like to create a script section in data load editor for each of them. Is there a way to do this without having to create the script sections one by one?
Any advice will be greatly appreciated.
Cheers
PC
At each point where you want to break the script into a new section, add this line beginning in column 1:
///$tab section name
where section name is the name you want to give to the section.
Save and close the script editor. Reopen the script edit and Magic! You now have script sections reflecting your ///$tab lines.
-Rob
http://masterssummit.com
http://qlikviewcookbook.com
http://www.easyqlik.com
Thank you, Rob