Script to add leading characters (leading zeros in this case)
What's the syntax to have a column operate on itself?
This is the best I could come up with and it doesn't work. dt = current data table();
column(dt, "Architecture") << Set Each Value( Repeat("0",3-Length(Char("Architecture")))||Char("Architecture"));
Column Architecture has values like 1, 2, 123, XXX, etc. Length is not standard.Want a script that will run on the table and covert the column to s...