ContributionsMost RecentMost LikesSolutionsRe: Running a Custom Calculation from a Business Rule with a MemberFilter for Time periods Sent you a private message with a link to download the dlls in a zip file from my personal dropbox. Re: Running a Custom Calculation from a Business Rule with a MemberFilter for Time periods I'm not sure I fully understand the question, but that is a screenshot from Visual Studio Community, where I do most of my coding. I have brought in references to the OneStream DLLs so that it will c...Re: Running a Custom Calculation from a Business Rule with a MemberFilter for Time periods If you want to run a Custom Calc BR from another rule, such as an Extender Rule, you can do so with the following example code: Re: Table View - Tab Addition Automation ?? Sent you the link to the file in a PM. Please let me know if you have any questions 🙂 Re: Table View - Tab Addition Automation ?? What code exactly do you want to see? The code where I generated an Excel document based on a datatable object, using OpenXML? Re: Access Table Data Manager from Finance Rules I think what you are asking is how do I access data in custom database tables in a finance rule. You can use syntax such as this to pull the results from a SQL query into a .Net DataTable object. Onc...Re: Locking Workflows If this is a really strong need, then you can look into using a separate UD members for the “normal” users and corporate, and then put different workflow channels on the UDs and workflows. That way y...Re: Table View - Tab Addition Automation ?? Sent you a link via PM to my personal Dropbox with the latest version of the assemblies I have Re: Table View - Tab Addition Automation ?? Agreed! And even better would be a way of hooking into a live OS environment for real time debugging 🙂 Re: Table View - Tab Addition Automation ?? Yeah, so the first thing is you need to get the DLLs or Assemblies for the OneStream API. I get these off the file system when I install a server, like on a VM or personal machine. Once you have thos...