Hi,
I am using datatable(column).expression in assign activity to give an arithmetic expression (essentially multiplying two columns and storing the value in a third column)
After this assign activity, if I am writing the datatable to excel, my column header of the calcluated column is showing the arithmatic expression and not the column name I wanted
Column name is correct if you look at it, but when I write range to excel, its not the column name that is coming but the dataColumn type that is shown in watch window that is coming up after writing to excel… I do not want the formula in there… there are macros after this step and this whole big column is not appropriate for me
Can someone help, please?