Forum Discussion
Hi Rafael,
I don't think you can do that probably you could try using an XFBR rule, but the challenge is passing the account from cell POV to the rule. I'll give it a shot, but if you can share how you've built your CV, I can help with a better solution.
Hi Omkar,
this is the thing.
I have a column set with 3 members (Actual, Budget, Var_Scen),
where Variance is calculated as follows:
If AccountType = "Expense" then
Variance = (Actual - Budget)
else
Variance = (Budget - Actual)
The goal is implement a Guided_Reporting ColumnSet, so I don't know the accounts in the RowSet.
Thanks,
Rafael Vidal
- aricgresko2 years agoContributor III
Raphael - to answer your most recent comment, try using the BWDiff member filter to calculate the variance, rather than trying to flip the sign on the expense accounts. BWDiff will inherently calculate the variance based on account type (revenue, expense, etc.).
Related Content
- 3 years ago
- 2 years ago
- 6 months ago