Good Day.
This is my scenario, and I hope someone can help.
I have a dataset, that I have added a column to it. The Dataset has originally 6 columns, in is being bumped up eg:7
Is there a way to set a variable with a dataset column with a variable name?? eg: capture = %dsReportStructure.Columncountervariable%, rather than having to access the dataset by eg: dataset.Column1, dataset.Column2, etc.
The number of columns in the dataset will to increase by 1, each time the task is executed.
Loop i=1,i<=total,i++
capture = %capture + dsReportStructure.Column(i)%