I need to split one table in to two while keeping the SN same but different material in different tables.
Go to Solution
Names Default To Here( 1 ); dt = Data Table( "Main Table" ); dtMaterialA = dt << subset( selected rows( 0 ), columns( :SN, :Material A ) ); dtMaterialB = dt << subset( selected rows( 0 ), columns( :SN, :Material B ) );
View solution in original post
How is this different than your last post, the attached picture is the same as the last post?
Jim,
I apologize. I atteched the wrong picture. I updated the post.
Thanks,
Thanks Jim