Marco
4 months agoContributor II
subtract the value of one column with another in a CV
Hi Everyone.
I want to perform a subtraction of columns 1 and 2, I did it with the code below, but I see that it affects my performance too much, so I would like to know what other option I can do ...
- 4 months ago
Hello,
I would typically use GetDataCell(CVC(Col1) - CVC(Col2)):name(test) . Please try like this and let us know if that fits your requirement.
Regards,