ContributionsMost RecentMost LikesSolutionsRe: How to Dynamically Report on Extended Members from the Top Consolidation Cube? This is awesome @aforementi, I was playing around with this today and noticed that base members seem to show data but intermediary parents between cubes show no aggregation or data for them. I'm cur...Re: Is it possible to use spreadsheet component (Table View in it) in the Book ? Hi Sridhar, would you be able to share a code snippet of how you were able to use Vb.Net to export a data table into excel? I assume you used a business rule. Member PropertyID Data Dictionary Hello OneStream Community, A few days ago a colleague of mine wanted to know the meaning of the various PropertyId constants present in one of the Application Database Audit Tables. I was unab...Re: Updating a OneStream Application Table through Dashboard Extender/SQL Table Editor Hi Henning, I was updating a custom Application table that I created. But I do understand the point of what you are getting at. Re: Rename 500+ members in onestream I just had this use case come up recently. I wrote a business rule that renames members based on a member filter. I needed this rule to rename a number of members with a suffix/prefix due to extens...Re: SIC and ERPConnect standard20.dll Nguyeh1 Once you have acquired all the DLL's you will need to create a folder on the SIC Server named 'Referenced Assemblies' and place the dlls there. For reference: 'C:\Program Files\OneStream Soft...SIC ERP Connect Forum Hi all, I recently was going through a V8 upgrade and found that the documentation on ERPConnect with SIC was quite sparse. I hope this post helps anyone who might be struggling as I was a few da...Re: SIC and SAP CreateFunction from ERPConnectStandard20.dll Found the resolution Dim r3Conn As R3Connection = New R3Connection() r3conn.Protocol = ClientProtocol.NWRFC r3Conn.Open() Re: SIC and SAP CreateFunction from ERPConnectStandard20.dll Has anyone ever seen this error message when trying to run a remote business rule through ERPConnect? I installed VisualStudio 2013, and I have the rfclib.dll sitting in System32 path. Unsure where ...Re: Extract Dimension Hierarchy Metadata XML Through DM and Extender BR Where is this MetadataExtract.ExtractXML function coming from? I'm trying to expand on this idea except with all Object Types including dashboards, cube views etc. Is there something similar for th...