Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to resident load two fields from different tables?

I have 2 tables loaded already, table1, table2.

Now want to resident load field [store name] from table1, another field [month] from table 2,

what is the correct syntax? thanks.

1 Solution

Accepted Solutions
sunny_talwar

May be this:

NewTable:

LOAD CommonFields

          [Store Name]

Resident Table1;

Join (NewTable)

LOAD CommonFields

          Month

Resident Table2;

View solution in original post

1 Reply
sunny_talwar

May be this:

NewTable:

LOAD CommonFields

          [Store Name]

Resident Table1;

Join (NewTable)

LOAD CommonFields

          Month

Resident Table2;