create subset with list of columns
Hi, I want to create a list of columns to use in "column switcher", something like that. col_list = temp_dt << Get Columns Name();
current data table (dt_main);
obj = Graph Builder(...)
Col_Switcher = obj << Column Switcher( :col1, col_list );
But it is not working... Any ideas?