ContributionsMost RecentMost LikesSolutionsRe: 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...Workflow Locking Timestamp I am creating a tableview and I would like to pull the timestamp of when all our sub-workflow profiles were locked. I can audit each and get the lock history so it is stored somewhere. We have our ...