Discuss the features and functionality of OneStream.
Recently active
Hi I have made a new instance regarding a new welcome menu to the users. Therefore I have two instances: The original when installing Genesis Welcome menu (named Welcome9) Du to practicality I need to embed number 2 into an existing dashboard. When entering the dashboard name ( container_bag_(App)_(Main)) in the embedded it takes number 1. Is there a possibility to enter Welcome9/Pnav_(App)_(Main)/container_bag_(App)_(Main) or how do I refer to the correct container_bag_(App)_(Main)? Or is it the wrong dashboard I am referring to? Regards Ole Strøm
In People Planning, is there a way to sum all the values in either the PLP register or calc plan for all employees to get a total to calculate an allocation. My client would like to allocate a Pension Pool by the Employee’s Wage / Total Employee Wages. I am trying to find a way to calculate the Total Wages for all Employees using Allocation Methods as they run by RegisterID/CalcPer. Any ideas.
Hi all,I'm experiencing an issue with the connector in one of the cubes. Although everything is set to "replace," the stage is not being cleared, and old data is being loaded together with the new data. As a result, I have to manually clear the stage to resolve it.The log, is says replace Data keys are 2025M10,2025M11,2025M12,2026M1, but if i check th estage after the import i have periods outiside this rangeThe log indicates 9,261 lines, exacly the same amount of rows that the query produces. But the import shows 248 pages. With 50 rows per page, that would be around 12,400 rows loaded, which is quite different from what the log reports. I'm not sure if I'm missing something here, but I haven’t noticed this happening in other data loads. I still need to replicate the issue in a different app. Has anyone seen this before? Thanks in advance!
Hi,I have a tree view component with this bound parameter:When an item in the Tree is selected, I want the parameter "userSelection" to update accordingly, for this reason I've set it to refresh once an item is selected. The problem is that all the parent items the user opened to get to the selected item get closed once the dashboard gets refreshed, but I can't find a way to update "userSelection" without refreshing.The only workaround I found is to save the parameter value into a variable, but it can be only accessed by components since I'm in a component service (I'm using assemblies).So, do you know any way to save the value into "userSelection" parameter without refreshing? (I've already tried using SelectionChangedTaskInfo but it doesn't work)Thank you.
I'm creating a cubeview with comments page and trying to have comments tied to each individual group but comments are only saving with our top level group and not moving with the parameter. I've entered comments on our other groups and get the same result. Below is what I have entered in commentary configuration. Any ideas?
I'm making my first attempt at using the DataBuffer to perform a data copy from a source scenario to a destination scenario. This is being done through a Data Management (DM) step and a Custom Calculate business rule. To keep things simple for this initial version, the input values are hard-coded. Dim dbSource As DataBuffer = api.Data.GetDataBufferUsingFormula("S#Budget:T#2026M7:A#CF101:O#AdjInput:E#ES", DataApiScriptMethodType.Calculate, False) Dim destinationInfo As ExpressionDestinationInfo = api.Data.GetExpressionDestinationInfo("S#Forecast_Q2:T#2026M7:A#CF101:E#ES:O#AdjInput") api.Data.SetDataBuffer(dbSource, destinationInfo,,,,,,,,,,,,,False) Appreciate any inputs to fix this. Thanks
Hi All,Apologies if this question has been answered before. I tried search community but couldn't find.I noticed that data can be loaded via Forms into BeforeAdj member.Two questions:(1) Wouldn't it mean that if data is subsequently loaded into both Forms and Import, the previously loaded data into BeforeAdj member would get replaced? Isn't BeforeAdju supposed to be an Aggregated member?(2) Why would anyone want to load data into BeforeAdj member in the first place? What is the benefit of loading data into BeforeAdj member directly and not using Forms member if data is input via Forms?Thanks in advance for any insights.
Hello the Community,Currently working on the formatting in a cube view, we noticed that the Transparent color in excel isn't working, most probably because Transparent isn't a police color recognized in Excel. Do you confirm you have the same on your side and do you have any other workaround than setting the text with the same color as it's background?Thanks in advance,Florence
Hi the Community!I need to show, in a cube view, the subtotals of my rows, showing the dimension members presented in the Row1 header (I have 2 rows in this case). To achieve this, I built an UD8 dynamic calculated member and that works pretty well - when on the Row2 base members, then it shows the description of the members, if i am on the Total member, then it shows the member descriptions of the dimension which is set on the row 1). However, sounds quite basic, but I need to set another format on those subtotals, so I used the Conditional format based on the Row Member names (If RowE1MemberName ...), what is working perfectly fine, until I hide those row headers - in this case, then the conditional format doesn't work anymore !How do you achieve this kind of basic requirement in this case? Any idea would be very helpful :)Thanks is advance,Regards,Florence
Hi everyone, I currently have a dashboard that shows the following table:the format of each field has been set in the SQL Table Editor settings, to allow the users to understand what fields can be updated.Nevertheless, I would need to make sure that the format of certain columns changes depending on how the users populate the table. For example, if the user inputs "MANUAL" under the col TAG, I would like the field "New Target Account" to become yellow automatically upon saving. So far, I only managed to make the content of the other cells dynamic using this construct in the Dashboard Extender BR linked to the SQL Table Editor:xfrow.ModifiedDataRow.Item("T_ACCOUNT_NEW")= "-----------------"Is there something similar that allows to also change the formatting of the cells?Thank you!
Hello guys!i have created aa cube view Cell type - combo Box, but there is an option that says No Data. Is there a way to hide or assign security to it, i don't want it to be available for my users.Thanks in advance.
hi all, good day; we are using plug accounts and IC matching accounts property, we see the IC matching report but I would like to know if it's possible to get the partner currency in a cube view or though a fx formula in Excel? I konw that this is a derivated data, but would like to know if its available on any dimension or fx formula Thanks in advance and kind Regards. Mario Guerrero
Hi All,I have a Bi Viewer dashboard where the total for the "NET ASP" column (grey row) is the sum of the submembers. However, this is not correct for the totals [Net Sales / Net Units]. But I'm not really sure how to do it with the current data adapter, Cube View MD.Just some FYI - The first level of the rows is the products, and the second is the market. Did anyone ever face something like this? Thanks,Davide
Hi All,I'm struggling with the Bi Viewer pivot table. I'm trying to get a hierarchical view on the rows for our UD2 - Market dimension. I have to use the Data Adapter Cube View since I have some calculated fields that cannot be replicated using the Cube View MD. Has anyone had the same issue?Thanks,Davide
Hello, We are creating a cube view where the columns are dynamically filtered by the text fields of Entity and UD1. I am fairly confident in building a business rule to return the correct result, but I am uncertain of how to then present that in a "totals" column within the cube view. What type of business rule should I use for this? Once I create the business rule to calculate the value, how do I get it to display in a cube view column? (extender rule, dynamic calc, etc.) Any help or guidance on this would be much appreciated.
In the cube view, I have the customer selection on the dropdown list. When NoCustomer is selected, they want to see data that is loaded on Import. But they want to block the input for NoCustomer on Forms. is there an easy way to achieve this? Like if NoCustomer, read only?
Hi everyone,I want to run the export to the cube for a specific department. The reason is that my current process deletes all the information in other departments. Is there a way to apply a filter to this process?
I am having an issue with cube view parameters within the Genesis content block "Cube View Comments"? I receive one of two errors - (1) Index was out of range (parameter 'index') or (2) Parameter is not supported. However, if I put the exact same cube view in the "Cube View Advanced" content block, the parameters work exactly as expected. Is this a bug or is there something I'm doing wrong? Any help would be greatly appreciated.
I have a dashboard (not bi-viewer, standard OneStream dashboard) frame that needs to be shared with users outside the application on a regular basis. How can I use a screenshot of this dashboard as a picture or book file to be shared with users outside the app? Users currently screenshot the picture and save the file locally before sharing. I'm hoping to use a OneStream tool to accomplish this. I've investigated extensible documents and books, but they appear to require build a "report" dashboard component. Not looking to rebuild the dashboard from scratch. Ideal situation would be similar to how cube views can embed to picture in Extensible PowerPoints, but I'm open to other options. Thanks in advance
Hi, In NRR, is there an out-of-the box way to identify (highlight) dynamic variables while editing but to remove the highlight when it's ready to publish? This is helpful when toggling between Show Fields Codes and Hide Field Codes.
Hi, We're building custom variables for NRR to enable users to select from a set list. These variables are built in Parameters with custom querying. Is there a way to enable these variables to be selected from Artifacts -> Contents or somethin equivalent inside NRR.
Hello, I am currently working on the solution which consist of a dashboard page that can be embedded in other dashboards. For this solution, I would like to reference the name of the parent dashboard where the embedded dashboard is currently embedded. Are there any standard functionalitity / functions that would catch the main or parent dashboard of an embedded dashboard ? Many thanks for your insights. Regards,
Hello, I am currently working on some Eventhandlers to prevent a group of users to execute calculate/translate/consolidate in dedicated scenarios. This was easy to do and works fine. But we have created a button in a dashboard which combines a save action "save data for all components" with a Server Task "Force Calculated" and I don´t know how to catch this button in an Eventhandler. Any hints how to do this?RegardsMartin
Hi all, is there a way to open the "Workflow Multi-Period Processing" page from a dashboard button?we were able to open the pages for specific time (YYYYMM) and the different steps Import, forms, Adj. But what about the Multi-Period processing which is exeucted at the year level (e.g. 2025)? Which is the Workflow name to use in the Change POV and Workflow button POV Action?here is how we set the button Can anyone help?Thanks and regardsMassimo
Good afternoon,I was wondering if anyone has had the issue of In-Sheet Action Buttons turning grey and not working within the excel add in. The environment is 8.5.1, using the 64 bit version of excel, and has the updated excel add in.When using the in sheet actions within the spreadsheet tool, there are no issues with the Buttons and the DM steps run as expected.When opening up in Excel, the first button is greyed out and does not initiate any tasks, while the green button still works. If anyone has any resolutions, I would appreciate it. Thanks, Ben
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.