Skip to main content
August 30, 2024
Solved

subtract the value of one column with another in a CV

  • August 30, 2024
  • 1 reply
  • 0 views

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.)

Best answer by Sergey

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,

1 reply

SergeyAnswer
August 30, 2024

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,