Forum Discussion
Davy
3 years agoContributor
Related Content
- 6 months ago
- 2 years ago
- 5 months ago
- 11 months ago
- 9 months ago
As it turns out, I had to write a new BusinessRule.Finance.XFR_CV_BR_Accum_colum
Here's the heart of the code:
Dim cellVal As Decimal = api.Data.GetDataCell("U1#" & api.Pov.UD1.Name).CellAmount
' add accumulative value to current cell value
accumVal = accumVal + cellVal