Hi Mark,
This should be straight forward, but somehow I'm not able to get the Unlabel to work.
Can you please help enlighten me?
dt = Current Data Table();
//Works fine to Label
:name("ID") << Label;
:name("ID") << Set Labelled;
dt << Set Label Columns( :ID );
//Doesn't work to Label
:name("ID") << Set Label;
//Doesn't work to use Unlabel
:name("ID") << Unlabel;
:name("ID") << Set Unlabel;
:name("ID") << Set Unlabelled;
dt << Set Unlabel Columns( :ID );
Thanks!