Solved
Forum Discussion
Davy
3 years agoContributor
Related Content
- 9 months ago
- 2 years ago
- 2 years ago
- 7 months ago
- 16 days 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