ContributionsMost RecentMost LikesSolutionsRe: Importing Descriptions/Comments into Reports Under Transformation Rules there is a Lookup rule group. This lookup table can be referenced in XFBRs as well. I'd imagine there may be some way to utilize that where the Source is the combination of...Re: Cube View Math Division Seems like you'd need to do GetDataCell(Divide(Divide(CVR(Subtotal_BOPConvCost), CVR(Subtotal_CasterYield)),CVR(Subtotal_HSMYield))) Re: Cubeview combining two dimensions in a header row/column Gotcha, yeah probably something to do with the way it's being called. You would almost have to make individual rows for each intersection for it to work, which would be too much work, unless if it's ...Re: Using Conditional Input to Suppress CV Columns You would need to do this through an XFBR Business Rule and tying it into your CV Column Header format. Namespace OneStream.BusinessRule.DashboardStringFunction.XFBR_Example Public Cla...Re: Cubeview combining two dimensions in a header row/column Not sure I fully understand the setup of the cube view, but maybe try tagging it with ":Name(|MFAccount| - |MFUD2|)". If MF doesn't work, then the CVUD2 substitution variable may do it as well. Re: Cube View Groups - Forms 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)" ...Re: Error in Business Rule for Data Mgmt Process One thing that may help is running a step prior to kicking off the ProcessRecons_RCM that changes the workflow to the correct selection. brapi.Workflow.General.SetSelectedWorkflowView(si,profileNa...Re: Cube View Groups - Forms You could also just do a GetDataCell(A#PREPAY-A#150123):Name(Total: Prepaid RF, net). By doing this you would lose the ability to drill down, but all of your details are in the rows above as well. ...Re: How to access the parameter (present outside default workspace) in Cube view Well, I learned something new today 😄 good to know! Re: How to access the parameter (present outside default workspace) in Cube view This doesn't seem possible. In order for the Parameter to work with the Cube View, they need to be in the same workspace together. I'd recommend just recreating the parameter A in the Workspace where...