Discuss the structure of your application build.
Recently active
Is it feasible to implement extensibility to an account dimension with data loaded?Currently, all base and parent accounts sit in the same TopAccounts dimension. No extensibility was configured initially, so the idea is to keep the base members in the same dimension while separating all parent level accounts into an intermediary dimension (AccountSummary) between Root and TopAccounts.Before:After:We were able to separate them out via XML manipulation, and the extensibility looks good within the hierarchy: It also seems to be correct based on the Extensibility solution:Additionally, since the base accounts are unchanged, we did not edit the primary cube dimensions.However, the data isn't as expected. For example, in our test QuickView, if you call a parent-level member in a member formula and do a .base expansion, it doesn't display the base members under the parent member.If you call out specific base members , data populates as expected. If you call out parent mem
Hello everyone,I have 2 scenarios in my application: Stat and Management. There is this one entity is not getting consolidated in the stat whereas it's getting consolidated in the management structure like any other entity.I realized the system eliminates receivables against this entity in the stat hierarchy even though the entity itself is not getting consolidated.1. Is it possible to make the entity behave differently in 2 scenarios using the ownership types? Design and ref doc basically does not say anything about the behavior of the methods.2. I don't want to map the amounts to IC None for Stat because the data is common between two scenarios.Any help is appreciated
Is there a way to filter a DataBuffer on DataType or StorageType? I'm running a business rule in T#2023Q3. This business rule gets a data buffer for an account. I was expecting the data to be for just the current period (T#2023Q3) which it does however it also brings quarters Q2 and Q1 which I was not expecting! I don't want this "IsDerrivedData" brought into my data buffer. How can I filter it out? ' ƒ WOW! - As we advance the Time we bring in the current and all prior periods. So 2023Q3 brings in data for Q3 AND Q2 AND Q2! ' Filtering by time doesn't work "RemoveZeros(T#2023Q3:A#A_BSRCarveout:C#None)"; IsDerrivedData, StoredByNoActivity dragged in, why?!?! Dim BSRCarveoutDataBuffer As DataBuffer = api.Data.GetDataBufferUsingFormula("RemoveZeros(A#A_BSRCarveout:C#None)")
Anyone have something they use? Seems like OS has never provided a nice little reference like this. Thanks in advance for anything anyone wants to share.
Hi,I would like to explore the way to update OpenApplication security role via Business Rule. Any help/suggestion would be appreciated.
I have a grid view with a list of items on my home page and I would like the user to be able to select an item. This will then open a new page. Everything on that new page will be related to that selection made (tables, labels, etc.). I could then go back to my home page, leave the first selected page open, and then open another page for a different item.Any suggestions on how to get this to work?Tried solutions:- Fix the session state of the newly open page with the parameter value --> Once you do a full refresh of the page then the parameter will update to the latest selection made- Supplied parameters --> This is a good solution for a dialog screen, but when you open the dashboard as a new page the connection seems to drop here and it actually pops-up a dialog box again to make a selection on the new page.
Hi everyone, This is a new application and I cannot start OneStream using the shortcut. It gives me the error below. I am still able to open the app but needs downloading it everytime.I checked this note but it did not work:https://onestreamsoftware.service-now.com/sp_cloud?id=kb_article_view&sysparm_article=KB0011265&sys_kb_id=9aaf3adf1b136010b7ec8557624bcbe6&spa=1Also here is the error message in the details:ERROR SUMMARYBelow is a summary of the errors, details of these errors are listed later in the log.* Activation of https://*****.onestreamcloud.com/OneStreamWeb/ClickOnce/OneStreamDesktop/OneStreamDesktop.application resulted in exception. Following failure messages were detected:+ Your Web browser settings do not allow you to run signed applications.
Hi All, I have a combo box that is in the main dashboard called cb_OnMaindash. The combo box has a parameter linked to it (i.e., a bound parameter) this is delimited list parameter called dl_ComboBox_param. The display items (dash1, dash2, dash3, dash4) and value item (Dashboard_1, Dashboard_2, Dashboard_3, Dashboard_4). These value items are actual dashboard that I am trying to pull when ever a user selects a specific item from the combo box. Parametername: dl_ComboBox_paramparameter type: delimited listdisplay items: dash1, dash2, dash3, dash4value items: Dashboard_1, Dashboard_2, Dashboard_3, Dashboard_4Combo BoxName: cb_OnMaindash The issue is when i am testing this and select dash1 the dashboard is loaded but the item displayed on the combo box is wrong for example it would display Dash3 instead of Dash1. same thing if I were to select Dash2 and it will either display Dash1 or Dash3. it will only update the selected item if I click the se
I was curious to find out if there is a way to have Grammarly work with OneStream XF in order to get real time spellcheck and grammar check for narratives and annotations.
I am displaying a list of members in a listbox on a dashboard. With the format IsMultiSelect=False, the members with an underscore display correctly. When the format IsMultiSelect=True is used, the underscore in the member name is not shown. The listbox knows there is an underscore because I display the selections on the dashboard and they display correctly.Before I raise a ticket with support, has anyone met this before and has a workaround? Or am I doing something stupid?Thanks
Hi, I am loading periodic data and in some periods there are derived amounts (due to no periodic data for some periods). The YTD values appear as derived data. However, the parent entity isn't rolling up correctly because the parent is not including the derived amounts of the children. What is the most straightforward / best method to include the child's derived value in the parent value for the entity to correct this? (I am ok with storing the children's derived values, but not sure of best method for that, either.)Thank you!
Hi all,Has anyone found a smart way of deleting unused / old cubeviews? Manually deteling one by one takes very long time.Thanks in advance.Buket Pedersen
Hi Team, Hope you are doing well and I would like to know the process to provide access to a particular dimension as user is facing an issue Steps I performed: 1.Created a group under System 2.Created a user with OKTA verification 3.Updated the group to the dimension in Access Group property. 4.Assigned the user to that Group But user is getting as below Error: Application access denied because user account is not found or has been misconfigured. Contact your system administrator. Thanks
Hi OneStreamers, I have a set of scenarios for forecast, rach one must have its own rate tables. Is it possible for me to use only one rate type and combine that with each scenario to input the rates ? Thank you, Adam
Hi,I would like to add up all the children of the accounts and put them in the getdatacell, to create a row of Total, both for flow1, flow2 and flow3
We have built a custom model in a dev environment and now want to migrate this to a user test environment. The build includes a number of database tables that we want to copy between the environments as they contain a large amount of data that needs to be used by the user test and will also be required to be migrated to the production environment. Is there a way to copy database tables between environments, there doesn't seem to be anything obvious in the Load/Extract object list?
As we cannot filter the Tree member expansion, is it possible to create a custom Tree?If not as a custom expansion, perhaps a code that returns a tree i.e. XFTreeItem?Dimension:AccountParent1 + Member1 + Member2 +Member2.1 +Member2.1.1 +Member2.1.2 +Member2.2 +Member2.2.1 In the above account dimension, I dont want Member 2.2. I just want the ultimate Parent1, the next level (Member1, Member2), and all base members. The result would be something like: Parent1 + Member1 + Member2 +Member2.1.1 +Member2.1.2 +Member2.2.1 Thx
Hi there, For a client i want to do a detailed analysis of the data (numbers) in the database. We want to investigate the percentage of numbers < 0.01.However, when i use the Data records i see the following:But in this view i cannot filter on values in the Value1, Value2 etc. columns. In the binary table itself i see as contents of the CellAmounts the following:When i convert this to a string i see a binary code that i cannot read.Does anybody know how to write the select statement in SQL to see the Value fields in the CellAmounts column so i can filter on them? Thanks in advance.
I have tried with the suppressions to make the cells that have 0 disappear but it has not been effective. In the first cell I would show how the data is arranged, and in the second image how I would like it to be
Hi All, In an event of OneStream primary database crashes during the month or year end of the Statutory Reporting when users heavily rely on the system, Could you please suggest the steps we will consider to reinstate the system. Thanks Amit
Hello - I have a cube view that currently has two columns. The first is just base members of an account hierarchy, and the second is a dynamic calc UD8 that retrieves the text 5 value for each account stored by scenario type. The UD8 is working and pulling the correct text 5 values, however some but not all of the stored item text is delimited by semicolons. How can I split this text by semicolon into separate columns in the cube view?
HelloI have created a "level 2" transformation rules on ICP dim in order to force certain accounts to be filled in specific fixed IC elements.Do I have: - "level 1" with One-To-One Mappings. - "level 2" with a composite filtering on the account A#[140305] "Level 2 Composite" is completely ignoredWhere am I making the mistake?Thanks in advance for the helpMarcello
Hi All,We are using a spreadsheet component to capture some drivers from end users in our application, how do we customize the ribbon of the spreadsheet component to show only OneStream option in the ribbon?If I do right click, "Customize ribbon", it lets me display only OneStream in the ribbon , but the customization is lost on refreshing the page. Any guidance on how to retain this customization would be helpful.
Hi,I have created some new balance sheet accounts relating to Right Of Use Assets, I have copied the structural dimensions from my existing fixed assets, so that every member property field matches. I use a generic cubeview for recording opening balance adjustments, when I key into all my other balance sheet accounts, then the derived value flows through the remainder of the year. This happens regardless of which is the first month I key into. However, for my new ROU accounts, it does not do it. The values just show as 0 and I have to key in the actual value manually each month thereafter. Here is some sample data to show what is/is not happening. Also, it does not matter which month is the first month.So what have I missed in creating these ROU account codes in the member properties ? They use the same flow constraint as my other fixed assets, so it's not that.Where else do I need to look ?CheersMark
Hi AllI am updating the Admin Consolidations Dashboard (ADM) so that only some users can execute a Force Consolidate. I can hide the radio button group if the user does not have access but I am struggling to update the radio button group (Consolidate/Force Consolidate) so that the correct option is selected. The list of values for the radio button is controlled by a parameter (pm_ConsolType_ADM). In the LoadDashboard event I have updated this parameter using SetLiteralParameterValue (using v6.8). I am assuming that this is how the radio button selection is controlled as I can't find anywhere else where it can be set. If I click on the 'Reset parameter selections' it works.I have tried unsuccessfully to Redraw the dashboard like this:Dim selectionChangedTaskResult As XFSelectionChangedTaskResult = New XFSelectionChangedTaskResult()selectionChangedTaskResult.ModifiedSelectionChangedUIActionInfo.DashboardsToRedraw = "2_1_AutomationTasks_ADM"Any help you can give me is much appreciate
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.