Discuss the features and functionality of OneStream.
Recently active
Hi Experts, I am trying to use a member filter based on the Text property. Here are the sample text property values: Member1 = PASSTHRU~[False]|IPL~[False] Member2 = PASSTHRU~[True]|IPL~[False] I wanted to filter the members that have " PASSTHRU~[True] " in the text property, i tried the filter below but it returned no results: U4#Top.Base.where(Text8 Contains PASSTHRU~[True]) I do get results if i use U4#Top.Base.where(Text8 Contains PASSTHRU~), but as soon as i add " [ " character, it doesn't pull any members. Any suggestion would be helpful. I tried all the below formats, nothing worked: U4#Top.Base.where(Text8 Contains 'PASSTHRU~[True]') U4#Top.Base.where(Text8 Contains [PASSTHRU~[True]]) U4#Top.Base.where(Text8 Contains PASSTHRU~[[True]])
I am looking to create a FX Rate finance rule or calculate to go get the planning scenario's last actual month's closing rate from the ClosingRate FX table. I am using the consolidation member C#Aggregated in the planning scenarios. I know that C#Aggregated executes business rules at the base level only. Is there a workaround here or if I use C#Aggregated am I stuck creating FX rate tables for each planning scenario and copying last actual month rates forward to the planning periods? Appreciate any help or guidance. Thanks
Hi All, Is there a way to set up default workflow POV period each month for users instead of them going into the tool and changing the period . Thanks in advance.
Hello, OneStream Community We currently have OneStream set up to load data files automatically over the filesahre API, notifying users via email when something goes wrong or succeeds. In addition, I would want to compute the validation errors from OneStream and email them to the users about the invalid intersections. Could someone please tell me how to go about doing that? Regards
My company is implementing a new ERP system and I need to map the new accounts into our old structure. I am fine with the transformation rules I simply extract out make changes and load back up all is done in our Dev environment. My issue is how do I download to add accounts in the dimension library, If i added manually it will take forever. Thanks in advance Mark
Hi, has any one used DocumentFormat.OpenXml.dll coming v8 to create excel docs? It looks like it is working from standard extender BR once you add reference to DocumentFormat.OpenXml.dll and System.IO.Packaging.dll but it does not work when you do in a file within Workspace assembly as it complains about not finding the referenced System.IO.Packaging.dll even if the dependency is added Thanks
Hi all, With the version 7 and above the switch between applications with the addin Excel requires to log off and log on. You cannot switch applications and stay connected. Admin team have to switch often between applications and this new mechanism is seen as a step backwards. Is it possible to restore the previous mechanism with the functionality: Change Application Thanks
Hello Everyone, I need a Literal parameter which will dynamically calculate something like the prior forecast based on another parameter so i ended up writing an XFBR for that Literal parameter, something like below XFBR(HelperRule,GetPriorForecast). And now i need this Prior Forecast value for some Finance calculations. So I tried to retrieve the value of Parameter in the finance rule by using BRApi.Dashboards.Parameters.GetLiteralParameterValueBut it returns the same "XFBR (Helper Rule, Get Prior Forecast)" rather than the Actual String Value. Strangely enough, if i use the same XFBR for Scenario Filter in a DM step, it picks up the proper string value. Curious Why would it not work when I try to retrieve its value in a finance BR?
https://community.onestreamsoftware.com/t5/OneStream-Tech-Talks-Continue/New-Episode-of-Tech-Talks-Available-Now/td-p/33894 G'day, In this Tech Talks for Data Movement, Nick Bolinger suggested to use DMES as a better way than a DM Copy Job to copy data between S#s. We Imorted Actuals for '21-'23 via a Yearly Matrix and S# to then use a DM Copy Job to copy the Base data to a new Monthly S#Act: '21-'23 + '24.Pls share your DMES expertise to help us better copy Base data from historical Yearly S#Act's T# ('21-'23) to those T# of a live Monthly S#Act ('21-'23 + '24). TY.
Hi all, How do we calculate Data Unit in OneStream ? I know that the largest Data Units should never be above 2-3 million intersections. The sweet spot for OneStream is between 250,000 and 500,000 records. But what can be the maximum possible records in the given example we can have to avoid performance issue in OneStream ? Please consider these dimensions in OneStream. Thanks
Hi, I have a book, with different report, but 2 of them are excel spreadsheets with cubeviews inside. They work, but after created and attached i am getting this error if i want to open it again and do any change. Error in DXCustomFunctionsHelper.GetSpreadsheetDataProvider(). The spreadsheetDataProvider is not available using the Workbook's Tag property. It works in the book.... Any idea? Anyone? Thanks JJ
Hi all, We are in the process of implementation. How to eliminate Share Capital of the subsidiary where Percent Consolidation (PCON) and Percent Ownership (POWN) is 100% Thanks
Dear community, I need to display numbers in columns in cubeview. Is that possible? Please refer below image for better understanding. TIA
Hello, Let's assume we have the entities in the dimension "Entity" and the Business Units in a UDx dimension . In this case, is it possible to trigger intercompany eliminations at Business Unit level ? Thanks, Regards, Harry
Does anyone have information on how to restrict (No access) on scenario Member, The app has the entity security setup. i tried with Data cell access Security "on the cube data access" not able to figure out. if any one gone through this scenario please help. Thanks PK
Hi All, We have a client who is concerned about users being able to delete and reload journal entry attachments. From what I can see there is no audit record of this, the items show up in the ‘Attachment’ table when posted but once deleted there is no record of this being deleted. From what I can tell there isn’t a separate audit table associated with this. Does anyone know if there is way to prevent users from being able to delete an attachment or a way to provide an audit of items that were changed? I also was trying to find where attachments for Journals get stored to see if changing security on a folder was possible (maybe the only record is the table itself and this isn’t an option). Another idea was an event handler but it doesn’t seem like deleting an attachment is considered an event. Any thoughts or suggestions would be appreciated!
Does anyone know how to use VBA code to save offline copy? I know VBA support the following, but anything for save offline copy? RefreshXFFunctions() RefreshXFFunctionsForActiveWorksheet() RefreshQuickViews() RefreshQuickViewsForActiveWorksheet() RefreshCubeViews() RefreshCubeViewsForActiveWorkSheet() ShowParametersDlg() ShowParametersDlgForActiveWorksheet() Thanks
Hi All, I am trying to display percentage values for the different continents in a BI Viewer component with a Choropleth Map. The display of the values works, but I would like to see only one label per continent, as is the case with South America, for example, and not for each individual country, as is the case with Africa and the other continents. Is there a way to change the labeling to only once per continent?
We currently have a cube view built out to compare specific GL account values from quarter to quarter. Some of these values needs to be translated using using FX rates. We have AverageRate and ClosingRate, but when assigning the Currency in the Cube view it seems to default to AverageRate, but the requirement is to be using ClosingRate values. Is this best way to do this through an XFBR rule? Help is greatly appreciated, thanks!
What are the different options available to integrate SAP RISE (SAP Cloud) to OneStream? Is there any adapter available? have anyone implemented this integration?
Hi , I used the journal event handler extensibility rule available on the forum in order to segregate the approval and post process. The issue that i am having is that once the user submits the journal or quick posts it the page does not refresh on its own and the user has to manually refresh the page to the see the journal status . Basically it should show the submitted status and approval and reject buttons highlighted but it only shows that after the user manually refreshes. Is there a way we can refresh the page after the message is displayed?
Hi all, I have created cube view wherein I have used E#Test.Base in Member Filter 1 (Test have 2 children A and B). I need A and B in Member Filter 2 to act as param value in the Dashboard XFBR String. How can I achieve this ? Thanks
We have developed cube view for BS level commentary to avoid the business excel and email conversation on close process.But we need suggestion on threshold setup to commentary column to allow users to input. Ex: If Var% > 10% only users allow to enter commentary else not.
Hi, Can somebody please tell me the process/code of clearing multiple errors let's say 12 pages from Error Log in one go? There is a limitation in Administrator Solution Tools to delete logs prior to 30 days. I would really appreciate the help. Thanks
I created a parameter to specify the dimensions that I want to pull into a Word document. I want to format the data cells to show a "-" and not a zero but I cannot get that to work. I tried : NumberFormat =[#,##0;(#,##0);-] NumberFormat =[#,##0;(#,##0);” – “] It only shows an empty space and not a -
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.