ContributionsMost RecentMost LikesSolutionsRe: Cube Data Access Security Troubleshoot We've had similar security issues when using .Remove in the member builder. When we just list out all the roll-ups we need we dont have that issue. See if that works. Sum of accounts at base levels I would like to return a sum of all rows in my cube view but using the 'sum of rows' is only returning the first result for every account under the main hierarchies I'm calling. This is the liter...Re: Submitting Excel form to Onestream using VBA Is there a function to Submit Cube Views? Re: Report Book - Loop with a XFBR string Yes this is how we are making the report book, it works if a parameter is set in the entity POV, but with the XFBR strings it doesnt work. (I'm not sure why we are using GetParent either but our CVs ...Report Book - Loop with a XFBR string We are looking to turn some of our existing cube views into report books to loop through entities. Right now we use an XFBR string (referencing Brapi.Workflow.Metadata.GetParent) instead of a paramet...Re: Disable functions in excel add-in Thanks, I'm guessing then stopping the calculate/translate functions when you right click on a cell is also not possible? Re: Custom XF formula for excel add-in This is what we did, we were wondering if there is some way to add our custom function to the list above so that users can select it when creating their own reports. Disable functions in excel add-in Is there a way to disable excel functions/buttons within the excel add-in? For example turning off "submit workbook" in the top ribbon or calculate/translate when right clicking on a cell in a quick ...SolvedCustom XF formula for excel add-in Is it possible to create a custom XF formula for users to access within the excel add-in? We want to create an member offset formula. Stop Force Consolidate in Excel I am stopping users from running forced calculate/translate/consolidate with the following in "WcfEventHandler". If args.IsBeforeEvent AndAlso (args.WcfServiceType = WcfServiceType.Calculate) An...