How to use columnlist to stack a lot of columns
Hi all, I want to read out the column names and save them as a column list .... using this list can I stack these multiple columns in a single command instead of manual stacking like the code shown below ? dt_L5 << Stack( columns( :Name( "MISC_L5_Test230_2(1)" ), :Name( "MISC_L5_Test230_2(2)" ), :Name( "MISC_L5_Test230_2(3)" ), :Name( "MISC_L5_Test230_2(4)" ), ...