Forum Discussion

KK2012's avatar
KK2012
New Contributor III
4 months ago

Cube View - Variance column issue for Dynamic calc account members

Hi All,

We have variance calculated column working fine for account members for all account types except for Dynamic account type members when we use the below formula. Do we need to do something different for Dynamic calc members to calculate variance correctly?

Return api.Data.GetDataCell("BWDiff(U8#None, U8#None:T#PovPrior1)")

Thank you

  • cebalorena's avatar
    cebalorena
    New Contributor II

    The cube view may be encountering a conflict regarding calculation precedence between the column and the row. To resolve this, you'll need to implement an override to ensure the correct calculation order