Discuss the features and functionality of OneStream.
Recently active
Hey Community, So I am wondering if anyone has any smart idea how to split into multiple BiBlend tables when loading a file into workflow with workflow name Blend. My current DataSource is using Delimited files. And I have a column in table that I map towards a attribute dimension which contains of 5 different values. I would like to split the tables based on these values instead of loading file in 5 different workflow steps. In earlier projects working with data mgmt export sequence data sources I have accomplished similar result by using connector setting "SourceFieldName" to do this. But this option is not available for Delimited File. So if anyone have any code snippet examples on how to hook any businessrule up with the data source or similar that would be extremely helpful!
I have a forecast scenario S#AugFcst_7_5 with the following properties:WF Time = 2023M7WF start time = 2023M1WF end time = 2024M12# no input periods = 7I have a Finance business rule function that is being initiated using a dashboard button in the workflow. The dashboard button calls DM Sequence/step where data units are defined as WFScenario and T#root.WFTimePeriods, business rule = FPA, function name = ttmaverageIn the function (ttmaverage) I am limiting the calculation to only the base periods of 2024 and I want it to calculate V#Periodic by looking at S#Actual, V#Trailing12MonthAvg, T#2023M6I receive the following error when executing it:I believe the error is because I want it to calculate off S#Actual, T#2023M6, V#Trailing12MonthAvg and that includes time periods that fall outside the range of my WF scenario AugFcst_7_5.I tested this by changing the formula to look at S#Actual, T#2023M6, V#Trailing6MonthAvg and the calculation works but obviously does not give me what I nee
Hello, I am wondering if anyone would be will to help me with a business rule for our people planning. I am not sure how to read these, but I am trying to determine where in the rule it's telling which periods to calculate. For some reason it's not calculating all the periods. If anyone could help, please send me a message and let me know if you could point me in the right direction.
Hi - I am trying to execute the below code but it is not taking the prior month actual data. Could you please let me know what am doing wrong? It is copying only the current month. Dim SrcDataBuffer As DataBuffer = api.Data.GetDataBufferUsingFormula("FilterMembers(V#YTD:F#EndBalInput:S#Actual:T#2026M11,[A#[BalanceSheet].Base],[U1#[Total_CostCenter].Base])") srcdataBuffer.LogDataBuffer(api, "Results",10) Dim Acct As String = String.Empty Dim UD1 As String = String.Empty Dim UD2 As String = String.Empty Dim UD3 As String = String.Empty Dim UD4 As String = String.Empty Dim UD5 As String = String.Empty Dim UD6 As String = String.Empty Dim UD7 As String = String.Empty Dim UD8 As String = String.Empty Dim f As String = String.Empty Dim Inc As String = String.Empty Dim Org As String = String.Empty Dim ResultDb As New DataBuffer For Each Cell As DataBufferCell In SrcDataBuffer.DataBuf
Is there a non-admin role in onestream for health/performance monitoring, without any admin rights? Else is there a REST API to auto-export the "tasks" and "errors" logs on a recurring basis? FYI, Since our recent v8 upgrade, my REST api calls to the onestream service are failing with intermittent and unexplainable issues. The api never returns anything helpful in the way of an error message. I only get 5xx codes with no content bodies. I'm assuming that any information that may be relevant is found only by digging into the nullreferenceexception's (in the adminstrative tools found in the front-end U/I below) ... while software developers should not be able to administer a production environment, we should be able to at least investigate these random and unpredictable errors (internal server errors). I'm hoping there is some sort of read-only role for that, or at least an API to export the information that would otherwise be f
Hi Team, Please help us if any possible way for below requirement. I have multiple rows and columns. here, If my three columns "Time 3(D2), Time 4(E2) & Time 5(F2) are have zero data, then Row "Entity 1(A2)" should get hide. i have tried CV suppression setting but it is suppressing the row when the entire row have zero or No data. Kindly let me know if any other setting needs to apply.
Hi All, I need some assistance in printing the to dimensionally get the parent name of the Child member. Code populating the base member into the table is completed without any error. Can someone please help. Thanks
Hey, I am working on rule to allocate cost to product. It worked when one side of buffer is unbalanced but I do have both. Here is the example. Not sure how can we do? My rate are by Product and NO COP while Cost is by Country of production, by account, by function. I want to store cost where we Cost are and allocate to product.
delete button/icon is greyed out to delete assemblies. how can an assembly be deleted?
I am building a UD8 dynamic calc to bypass the limit of 4 cube view overrides. The calculation will read the referenced member (e.g. A#Net_Income:S#Actual) and return a different member intersection (A#Net_Income:S#Plan2024) In order to return the correct plan scenario, The UD8 member must read the time parameter used in the cube view. This functionality exists, but is throwing an unexpected error. My parameter exists in the default workspace. To pull my literal parameter value, I have the following code: TimeParameter = "Param_Time_LitValue" Dim TimeMbr As String = BRApi.Dashboards.Parameters.GetLiteralParameterValue(Si, False, Guid.Empty, TimeParameter) TimeMbr returns the value "Unknown". From my research, this error occurs when you reference a parameter that is defined in a different workspace, which is not the case here. I would appreciate advice on what I am doing wrong. The sample code I am following is found within BRAPI>Dashboards>Parameters. The sample says that the Tim
Hi Team, Is there a way to set the No Input period property for Scenario dimension using XFBR/Parameter dynamically through DM Jobs. for ex: a new scenario test2, needs to be copied with test1 scenario data across all years (Closed periods + Open periods).The requirement is to have "No Input Period" property as 0 during coping the data and later during consolidation thorough DM step set it to Current actual close period value (i.e for may close it should be 5). Thank you in Advance.
Hi, is there an BrApi command that returns the Application Currencies, ideally as a list of strings? I would like to use the output, i.e. the list of currencies, in an Extender business rule, where I need to loop through them. Thank you
When I do a keep only on this quickview below, it causes all rows to disappear. only way to get around it is to choose the entity I want in the parameter/member filter builder. Why would keep only cause all rows to disappear?
Hi All, I have trying to get the Combobox type of drop down in the custom created data table . SQL Table Editor Searchable Drop-Down List (onestream.com) The above link the documentation to achieve that requirement however it does not work even tough i follow the instruction given in the document. Below are the screenshot of my datatable and parameters. Kindly help me to achieve this requirement . Thank You
Has anyone figured out a way to use an XFBR to determine the Bound Parameter on a Combo Box? It seems like a no-brainer that this should be possible but I've not been able to figure out how. Hoping someone has figured out what the syntax on the XFBR has to be to make this work or can confirm that this isn't possible. Thanks
I am trying to create a small POC for using a SQL Table Editor tool. However, I am unable to edit a table row on the SQL Table Editor even after it is in a Dashboard with all of the settings to do so. What is the typical reason for this? I have Default For Allow Column Updates = True and my OneStream Database Server Maintenance Group for Ancillary Tables is set to Administrators (I am an Admin). I tried setting that to Everyone and that didn't work either. I am confused on way the basic functionality of this to to edit SQL data is not working. Any help appreciated! Thank you!
Hi, We have a service account setup in our EntraID IdP that is used to call the API. Now that we've enabled OIS, we're having difficulty setting up a PAT for the service account since typically nobody logs into the service account and accesses OneStream, so the account is unable to provision a PAT for themselves. Would anybody have any suggestions as to how to proceed? Thanks!
I want to create a table and columns in SIC, but only the table name is being created. I want to know how to fix this problem. Below is my sample query and code. Dim sql as new text.stringbuilder Sql.appendline(“Create Table employee(Name varchar(255) not null ,age int null);” using dbconnap as dbconninfo = brapi.database.createexternaldbconninfo(si,”SICconnectionname”) Brapi.database.executesql(dbconnapp,sql.tostring,true) end using
See the TWO screenshots below, the first is bad and the second is good. In dashboard design mode on some dashboards, what is causing the left panel to be blue? This is the vertical panel that shows all the artifacts in the dashboard. This is preventing us from seeing which artifact is being selected in the right panel. In this screenshot the "PDO To Update" label is selected in the right panel but the artifact is not highlighted in the left panel. This makes troubleshooting much more difficult. This is bad In this screenshot, the "Create New PDO" label is selected in the right panel and we can see the artifact hightlighted in the left panel because the left panel is not blue. This is good
We are using an Extensibility Rule to import data from a database using a Stored Procedure (SP) within a do...while loop that modifies the SP parameters. The current implementation works as expected, but our customer has requested us to modify the Business Rule so it executes the SP with all the loop combinations, even if an error occurs during a single SP execution. I attempted to implement this using nested Try...Catch blocks, so the error in the inner block does not get to the outer one. Unfortunately, it did not resolve the issue with this code structure: Try (previous code, including do) Try BRApi.Database.ExecuteSql(...) Catch ex As Exception log.AppendLine(...) End Try (more code, including while) Catch (general error handling) End Try The BR still terminates when an SP error occurs: am I missing something? is there a way to prevent the BR to stop when an error occurs? Regards,
This is a weird question but how can I confirm what version I'm on within a OS application? I used to use the version on the top bar of the log in window in both excel or the OS windows app but I learned today that there's the possibility that our environment version is different than what shows there if the versions are not kept in sync by our IT team. Any direction would be helpful! Thanks! -Nicole
Hi All, Can you help me please? Within the Hierarchy for the business, there is a section called GroupEntity. No one is claiming use of this and so I would like to delete it, if possible, to avoid the extra maintenance needed to keep the structure in line with the others each time a change is needed. Is there a way to see where this has been used or gets referenced? I guess I could just delete this and wait for people to shout but if there is a better way to approach this - Please let me know? Thanks in advance for any pointers given here. Cheers,John
I have an Assembly which is compiling without errors. The Assembly type is DashboardStringFunction. I called the assembly from DM step in the Time Filter: XFBR(Worspace.PS_Allocation_Rules.PS_Allocation.PS_XFBR_Allocation, MultiSelectTime, Allocation_MonthsToCopy=[|!Allocation_MonthsToCopy!|]) When I execute the step, I am getting below error: Error processing Data Management Step 'Allocations_AllAccountBkt_Step'. Invalid parameter. Time Filter, #ERROR: XFBR[Worspace.PS_Allocation_Rules.PS_Allocation.PS_XFBR_Allocation, MultiSelectTime, Allocation_MonthsToCopy=[2023]]. I am calling the function as per the reference material: XFBR(Workspace.WorkspaceName.AssemblyName.FileName, FunctionName) Appreciate your inputs
Hello, I have a .txt file to import and the delimiter are tabulations. Do you know if I can manage with it? if yes what do I have to enter in the delimiter field?Thanks Nicolas
In our recent discussion with OneStream team during a demo session, we observed that the version you guys using are different than the version we have meaning the UI, we still use the older version with blue colored interface, but you are using with new OneStream changed version in black color interface, when do we as a user's going to get it.
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.