Parse a concatenated string which has comma
Hi all,
I have a datatable with multiple columns, some of which I want to add together. As a part of my script, I am selecting some of the columns, storing the column names in a list and then hoping to add the selected columns using the "Sum" feature.
In order to do that I need to build a string ":DATA1, :DATA2, :DATA3" and Parse it in a column.
New Column( "Addition", Numeric, Continuous, Form
...