jsl script to recode multiple columns
Dear All,
I am trying to recode multiple columns by using the following script (also in attachment together with an example data table). I tried several changes but it does not work. The values in the columns just disappears instead of being recoded.
I appreciate any help.
Many thanks,
Marcello.
dt3 = Current Data Table();
n3 = dt3 << Get Column Names();
Show( n3 );
lstColNames_n3 = dt3 << Ge...
MFVIT
howard_woo1
vince_faller