hello
I have a table and I need to subtract two columns (J-I) and write the result in column (K). I’ve tried it like this
But it tells me an error.
hello
I have a table and I need to subtract two columns (J-I) and write the result in column (K). I’ve tried it like this
But it tells me an error.
Hi @dvojinovic
Try this
I hope it helps!!
Hi @dvojinovic
Hope it helps!!
The Error was pointing out that the data to convert to double is not in a numeric format.
So, Checking if the value extracted from the datatable contains numeric value or not could be a start to understand what needs to be done further.
You can check the values by Debugging or writing the value to the Output Panel using Write Line activity or even with a Message Box. Just make sure to check the value.
Debugging is a better option, it would also be helpful for you in further developments. A Tutorial is mentioned below :