Hey
I got stuck with this problem, i wanna merge two dats odd/evenly.
like this:
Dat 1
a
b
c
d
Dat 2
1
2
3
4
Result
a
1
b
2
c
3
d
4
cheers!
|
|
||||
|
|
|
|
|
|
|
|||||||||
Achim wrote:easiest way would be this
selina wrote:you can skip merge2 & 3 if you use the Concatenate Cell option in merge 1.
selina wrote:if you want to merge tables with multiple columns, you can use reorder DATs to add an extra column, an eval DAT to put row numbers into that column, and then merge the 2 dats, sort by row number, and finally delete the row number column. slightly convoluted, example attached.
Selina
Users browsing this forum: No registered users and 1 guest