subtract the value of one column with another in a CV

Marco
Contributor II

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 to do something like this without affecting the performance too much, I added that it waits 600 seconds but it still takes too much time.Marco_0-1725039945231.png

GetDataCell(T#WFYear-|!PLN_ParamNextFcstYear!|):Name(test)

(I am subtracting the current year's values from the next year's values.)

1 ACCEPTED SOLUTION

Sergey
Contributor III

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,

View solution in original post

1 REPLY 1

Sergey
Contributor III

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,