JSL Selecting Columns Using Strings
Hi,
I'm having a problem where I have so many columns I want to select, but I don't want to type all of them out to create a new subset of them.
What I have is 200 columns that all start with the same string. I was wondering if there is a way I can select these columns with a loop or some command.
I have tried using the line:
cols = dt << Get Column Names(Starts With("Year"));
But if just ...
