Discuss the structure of your application build.
Recently active
Has anyone else see any issues running the OneStream clients on Windows 11? We are testing OneStream on Windows 11 and we keep seeing the error message "The specified data could not be decrypted" when attempting to access a few modules such as Cube Views, Dashboards, Business rules, etc. I believe it's a .NET issue since the error can pop up in either the Desktop client, Web client and Excel Add-in.
We have two 8.2 environments with PLP SV 101. In one environment, all of the parameters for the register field lists display as expected. In the other, the same fields are blank. However, we know there is indeed a value there as the plan calculates correctly and we can see the resulting entities in the export to the cube. For troubleshooting purposes, we’ve been using the entity field (aliased as Department in our solution.) The Register Field List setup is entirely conventional: The parameter is configured the same in both environments: The function in the business rule that it’s calling is the same in both environments. I’ve tested the resulting SQL in SSMS and it returns valid values. I temporarily added some logging to make sure the method was actually hiring and returning a data table as expected; it is. The fact that it does populate the entities when calculating the plan data suggests all of this is fine and it’s just a display bug but nothing I can find seems to allow it to d
Hello, Could you tell me if there is a way to search in which cube views a certain member is used/referenced ? I thought of doing a export of XML and do a search in notepad++ but maybe there is a better way/more user friendly for administrators which are not technical (which is the case for my current client) Thank you Matthieu
Hi everyone. I would like to see in which section I should put the name of the UD5 in an entity, since I see that it has a section for that but in the text part I see that other configurations also, so I would like to know where to put it so that they are connected, as well as about the UD5, about where the entity should go so that it is also connected. I do this because I want to try to make a connection equal to that of the IC with the entity Entity UD5
Hello, We are currently seeing slow consolidation times after we copy data from one scenario to another. If we run a force consolidation in the source scenario the full year takes around an hour or so. When running the consolidation in the target scenario it is taking 4+ hours to complete. Both scenarios are using the same scenario type.Anyone have ideas on what could be causing this issue? Seems odd that the same data set would have such huge deviations in run times. This is the second quarter we have seen the issue. Thanks for your help! Tim
Hi all, I use the dashboard to trigger data import from external database. After successfull import I want to make the workflow step (type Workspace) complete by calling SetWorkflowStatus. Strange thing is that is does work when I directly call the Extensibility rule from Button, but it does not when I call the same rule from data management process. Do you know why this happens and how can this be bypassed? Thanks for help! Pavel
In developing applications, I prefer to group objects intuitively using standardized naming, alphanumeric sorting, and hierarchical grouping. Dashboard parameters use the "Sort Order" property to sort, which for me adds unwanted cognitive load to a development process.I developed the code below to automatically sort and group parameters the way you would expect them to be sorted to get around the need to specify Sort Order. Implement as an extensibility rule and run it from the editor. After the rule is run, copy, paste an existing parameter, then delete the pasted parameter to force a refresh of the list from the server. Be sure to remove this code from your production applications. C# using System; using System.Data; using OneStream.Shared.Common; using OneStream.Shared.Database; using OneStream.Shared.Wcf; using System.Linq; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Collections.Generic; namespace OneStream.BusinessRule.Extend
Hello, I'm looking for a member formula, or business rule to copy data from an entity to the IC entity, where also another UD member is substituted. Example of source data: Cb#100:E#3100:P#?:C#EUR:S#May_C2:T#2024M5:V#Periodic:A#ICfreightPrice:F#Calc:O#Import:I#3342:U1#110F:U2#3100:U3#3344:U4#4002177:U5#None:U6#None:U7#None:U8#USD Destination: Cb#100:E#3342:C#Local:S#May_C2:T#2024M5:V#Periodic:A#ICfreightPrice_Pur:F#Calc:O#Import:I#3100:U1#None:U2#3344:U3#None:U4#4002177:U5#None:U6#None:U7#None:U8#USD So entity becomes IC, U3 becomes U2. To substitute 1 I can use a For each loop, but how can I add a nested For each? thanks a lot for some guidance. Ben
We are currently building a simple form for Shipping Days that allows a user to input an entire year's worth of shipping days all at once. We want this to be a Periodic view to align with how the client thinks about shipping days for each month. We are entering the data into our Actual scenario, which has a Default View of YTD. The below screenshot shows the basic form structure and the YTD row is there for reference. The initial data entry worked great. However, if I go back to a previous period to change a periodic value, I want the new periodic value to update for that month and keep the remaining periodic values the same. However, changing a periodic value squeezes the difference into the next month to keep that month's YTD value the same. In the below screenshot, Cell (1) was changed from 23 to 18 in March 2022. The March 2022 YTD amount updated accordingly. However, the periodic amount in April 2022 (Cell (2)) automatically changed from 20 to 25 so that the YTD amounts for April
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]])
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.
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 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
Hi All, I would like to create the Dashboard for the Adim which should display all the Current login users Details in the applications. Kindly help to achieve this development. Thanks
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 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
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
Hello, Let's assume we have an extensibility on the dimensions account with 2 cubes. When we need to export the dimension account, we are only able to export the accounts for the 1st cube, and the accounts for the 2nd one (two files). Is it possible to export the full account hierarchy (within a single file), with a field specifying the associated cube ? Thanks for your support, Harry
Hello, Got a question. We are trying to configure Smart Integration Connector. With respect to that can you please send us the list of IP address to whitelist for the Azure Relay of Onestream Thanks in Advance
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've had requests from our finance team about sharing entities from our "Top" cube into another. Our application is in a mature phase now and many of the entities from our top cube will be moving into cubes of their own. Currently, we only have two options: Option1: Completely clear the entity, delete, and the create in the new cube and reload the data. Option2: Rename the entity i.e "EntityA_Old" and create a new entity in the new cube with the old name "EntityA" It would be great if there were a better option
If a holiday falls within the duration of a closing period, is there a way to shift the Work Day (WD) due dates of the tasks for that Entity/Work Flow? For example, we have a Mexican Entity with a WD due date on WD 4. In May, there was a holiday on WD 1 (May 1st). In our business, the Mexican Entity's due date to submit financials would be extended to WD 5 because of the holiday. But since the due date did not fall on the actual holiday, the WorkDay due date in Task Manager still says WD4. Is there a work around for this other than manipulating the holidays and creating a "dummy holiday" on WD4 so that the due date will extend the extra day to WD5?
We are using the administrator solution tool Home Page Manager to set home pages for certain groups and it works fine when initially adding a user. When a user changes roles from one group to another, we are seeing that their home page is not updating. Shouldn't this update that users home page with the new home page of their new group?
Hello Experts, We have a requirement to derive account based on Data value. (If data value is Positive Asset Account , if negative Liability account)This has to be done for range of accounts. I am not sure if there a any functions to refer data value for row? (GetSource and GetTarget seem to be only for dimension data)Any ideas on how we can achieve this? Thanks In Advance,
https://server/OneStreamApi/api/Authentication/LogonAndReturnCookie?api-version=5.2.0&appName=D&AzureTenantID=X&clientID=X&clientSecret=Xapplication/json 116candidate(s) found for the request path '/api/Authentication/LogonAndReturnCookie'Endpoint 'OneStreamWebApi.V520.Controllers.AuthenticationController.LogonAndReturnCookie with route pattern 'api/Authentication/LogonAndReturnCookie' is valid for the request path '/api/Authentication/LogonAndReturnCookie'Request matched endpoint 'OneStreamWebApi.V520.Controllers.AuthenticationController.LogonAndReturnCookie (OneStreamWebApi)'TokenExchange was not authenticated. Failure message: Unable to authenticate against internal users. Error: Unable to log on user. Azure did not provide a valid user name claim. (Claims presen
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.