How to join\Update Multiple data tables using same Match ID
hi,i am trying to join multiple data tables using same match id.update_table= Data Table( PS1(ma) " ) << Update( With( Data Table( "PS2(ua) ")), With( Data Table( "PS3(ua) ")),With( Data Table( "PS4(ua) ")), Match Columns( :match_col = :match_col ), output table name("FINal"));above code only updates\joins very first table and ignores rest.Is there a way to join\update multiple tables at same...
