sameburnOneStream EmployeeJoined 2 years ago223 Posts171 LikesLikes received47 SolutionsView All Badges
ContributionsMost RecentMost LikesSolutionsRe: ExecuteCustomCalculateBusinessRule in parallel Hi FabioG I have achieved something similar before. In my use case I setup my Parallel.ForEach in an extensibility rule (where i was looping through datatable rows e.g. my source) and used the B...Re: Cube Views in Extensible Doc Arguments Hi SxD Have you checked Design & Reference? There is a large section on Extensible Documents and specifics depending on the type of extensible document you are using e.g. Word, Excel, Powerpoint...Re: Book Viewer / Book Publishing Best Practices Hi Have you considered setting the book output file(s) to folders marked by user in the file system. This way each user is only writing to their own folder and you don't have read / write conflicts...Re: FDXExecuteCubeView with Consol filter Dim csv As String = "Key1=Value1,Key2=Value2" Dim nvfb As New NameValueFormatBuilder(csv) Re: Export Cube View to Report Format? Hi Sweez There is another BRApi, you can use for this that behaves in the same way. But this one relies on (a) having your CubeViews inside Report components and (b) those Report components sitt...Re: The Dynamic Grid Dashboard Component https://documentation.onestream.com/1375907/Content/Design%20and%20Reference/Workspaces/8.2.8%20Dynamic%20Grid%20Service%20Type.html Re: The Dynamic Grid Dashboard Component https://documentation.onestream.com/1375907/Content/Design%20and%20Reference/Workspaces/8.2.8%20Dynamic%20Grid%20Service%20Type.html Re: The Dynamic Grid Dashboard Component Hi FabioG The Dynamic Grid component came out in v9.0 In the GetDynamicGridData method example above we derive an object called XFDataTable from a DataTable. So you can derive a DataTable from ...Re: Business Rule: Copy data from one cube to another with different cube dimensions If you log the Target Buffer (before you set it) does it contain expected results? I would also recommend starting with a small data set while developing your logic and including Entity and Time dime...Re: Time always returns 0001-01-01 in BR when using XFBR in Cube View Do you have Time selected in your POV? If not, |POVTime| will not work Also I don't believe |Time| is valid as a substitution variable Have you tried logging the Time variable that gets passed in...