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

Field lookup


Hi All

How would I add a field from an existing table to another/new table without using the lookup function?

4 Replies
ashfaq_haseeb
Champion III
Champion III

Hi,

Use resident concept

or use applymap

Regards

ASHFAQ

Not applicable
Author

You can also just simply use Join, just make sure there are no duplicates though.

fkeuroglian
Partner - Master
Partner - Master

table1

load a , b

from table1

left join(table1)

load a,c

from table2

result:

table1 with a,b,c

MarcoWedel

please post an example of your tables