11-02-23 07:27 PM
I need to set the column names of a new empty collection to the first Column of another collection.
The data will always be dynamic so there is no way of knowing how many columns I will need to create.
Is there a way to set Column Names in new collection by the all the values of the first Column?
Or at least take this first column and set it as a the first row in a new collection ?
Thanks
Answered! Go to Answer.
13-02-23 03:30 PM
Hi @Sonam Sharma I need every row from Column1 (which has about 165 rows - it will always be dynamic though) to be the Column headers of new collection, or the First Row.
UPDATE: easy fix, as I was looping through the rows manipulating original column headers, Append Field to new Collection using my new values.
------------------------------
Nick R
Developer
------------------------------
12-02-23 05:41 AM
Hi Nick
You have both options available in Utility Collection manipulation VBO , Please go through it.
Regards
Lakshmi Narayana
13-02-23 11:55 AM
Hi @Nick R ! You can follow below steps by leveraging Utility - Collection Manipulation :
------------------------------
Sonam Sharma
SS&C
------------------------------
13-02-23 03:30 PM
Hi @Sonam Sharma I need every row from Column1 (which has about 165 rows - it will always be dynamic though) to be the Column headers of new collection, or the First Row.
UPDATE: easy fix, as I was looping through the rows manipulating original column headers, Append Field to new Collection using my new values.
------------------------------
Nick R
Developer
------------------------------
14-02-23 10:00 AM
Hi Nick,
Do like this: