Cube View Groups - Forms
Hi Everyone,
I'm designing a form where I display accounts in rows and columns header like Beg Bal, End Bal, Variance, etc.
In the rows, I've configured a member filter as follows, which pulls all accounts under the PREPAY hierarchy, but excludes A#150123:
A#PREPAY.Base.Remove(150123):Name(|MFAccount| - |MFAccountDesc|)
This works perfectly, as it displays all the accounts under the PREPAY hierarchy except A#150123. However, when I try to display the total, I encounter an issue. I'm using the following member filter to display the total, but it doesn't work:
A#PREPAY.Remove(150123):Name(Total: Prepaid RF, net)
or
A#PREPAY.Remove(A#150123):Name(Total: Prepaid RF, net)
As a workaround, I have displayed the accounts under PREPAY individually and used the following formula to display the total:
Is there a simpler or more efficient way to achieve this without the workaround?
TIA
You may want to try putting in that "GetDataCell(CVC([Endbal]) + CVC([BegBalAdj]) - CVC([Begbal]) - CVC([Additions]) + CVC([Amortization_or_Expense]) + CVC([MAAquisition])):Name(Variance must be 0)" in the Column Overrides on the "Tot" row.
You will need to indicate the Column Range as RFCheck and then put the formula in the member filter.