Forum Discussion
PatrickWWiggett
3 years agoNew Contributor III
GetDataCell(CVC("Insert column name") + CVC("Insert column name"))
This is a small script you can write in the actual cube view column member filter which will perform an on-the-fly calc.
- Davy3 years agoContributor
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
Related Content
- 6 months ago
- 2 years ago
- 5 months ago
- 11 months ago
- 9 months ago