Hi,
I have a collection with one column consisting of 84 values. The values represent a question and answer extracted from a string, the first half of values are the question and the second half are the answers. I therefore want to add a new column to my collection which takes the second half of my first column, resulting in two columns of 42 rows. Is this possible?
I have tried the AddColumns function to no avail