Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
PC
Contributor II
Contributor II

Easy way to create multiple script sections in data load editor?

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

 

 

Labels (2)
2 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

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

PC
Contributor II
Contributor II
Author

Thank you, Rob