how to use JSL to change the column data type &format
I want to the column data type (charactor ---numeric) and format (best----engineering si) using JSL.I tried some scripts such as below ,but no works. Please help and any sultion will be appreciated .dt <<Column( "Freq(Hz)"<< data type( numeric ) << Format( "Engineering SI" )
);