08-20-2024 07:56 AM
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
08-20-2024 09:28 AM
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