Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Merging two scripts

I have the following two different scripts:

Screen Shot 2016-03-18 at 00.03.53.png

Screen Shot 2016-03-18 at 00.04.11.png

Is there a way of incorporating the second script into the first one?  The other option is to associate the two through a common field but i want to check if the two scripts can be merged into one.

Regards.

Chris

1 Solution

Accepted Solutions
Not applicable
Author

Hi Chris,

You can basically do that in one go using Preceding Load. In a nutshell, take your second script, put it on top of the first and lose the resident statement.

Use this document written from HIC as reference.

Preceding Load

Hope this helps!

-Nuno

View solution in original post

4 Replies
Not applicable
Author

Hi Chris,

You can basically do that in one go using Preceding Load. In a nutshell, take your second script, put it on top of the first and lose the resident statement.

Use this document written from HIC as reference.

Preceding Load

Hope this helps!

-Nuno

swuehl
MVP
MVP

I think you can just use a preceding load with the code of the second script to add the field to the first table:

Preceding Load

Anonymous
Not applicable
Author

Many thanks Nuno

Anonymous
Not applicable
Author

Thanks Swuehl