why this script is not working??
Names Default To Here( 1 );
dd = Current Data Table();
i=1;
newdt&i = dd << Subset( Output Table Name( "i" ), All Columns( 1 ), All Rows( 1 ) );
//Graph table
newdt&1 << Select columns( :As is Config );this script is not working at select columns....please solve it ..
vince_faller