Forum Discussion
gianmarco
Helper IV
3 years agoReference column from another table for a List
Dear All, I have the following table: Table1 CODE VALUE 724 1.000 323 500 null 200 455 300 null 1.200 444 600 256 700 What I want is: in column CODE, ...
lbendlin
Super User
3 years agoYou use any of the merge operations - like Table.AddColumn, joins, or index lookups.
What is your expected outcome based on the sample data?