call a column by referring to variable
A complete newbie here,
could not find the solution in older posts,
I have created a variable containing an existing column name. I want to create a new column, were the data from two other columns is summed (calling the columns by variables). the usage of variable is for later use in a for loop.
Thanks for helping!
for the below code:
dt = Current Data Table();
columnname1 = Column( dt, 1
...