Discuss reporting and cube views.
Recently active
What is the formula to pull the Exchange rate data via a formula into an extensible document (word)
Dear Community, I am struggling with components that are coming from 2 differents workspaces. Right now, I have a dashboard which is in Workspace A, that have a cube view cube and buttons to open other things in dialogbox from the same workspace. It's working fine on its own. I have dashboard in workspace B, where I need to embed the dashboard from workspace A. I ensured that both are shareable workspaces, they also have shared workspace names. My problem is, and I can see it in the dashboard design mode, none of the parameters that are in the embedded dashboard from workspace A are shown, so it behave like these input parameters don't exist and its messing up everything. I've seen these options since V7.4 related to "Embedded Custom Control Dashboard" but I don't know if I can use this to solve the situation ? - Parameters from Dashboard A (workspace A): - Parameters of Dashboard B with embedded Dashboard A (Workspace B). As you can see, none of the parameters from Dashboard
Hi All, I would like your help. I installed OneStream as a plug-in using MS Excel. When I try to create a pull or refresh a sheet this is what it shows: "Error processing dimension. The item was not found. Dim, OneStream.Shared.Common.DimPk, 0-1". Any chance you know how to fix this issue?
Hi,I have a cue view report of below settings:Net Sales row: A#NSStd cost row: A#SCgross Margin row: GetDataCell(A#NS - A#SC):Name("GROSS MARGIN") Col1: S#BudgetCol2: S#RollingBud Col3: GetDataCell(CVC(Col1) - CVC(Col2)):Name("VARIANCES")Col4:GetDataCell((CVC(Col1) - CVC(Col2))/CVC(Col2)):Name("VARIANCES%")BUT you can see below the col3 and col4 for the gross margin cell has a wrong calculation.It should be 335501-1736404 = -1400903 but it shows +1080805.May I know why there is error and how to fix it? Thank you.
Hello,Question: Is it possible to retrieve the POV of a clicked cell inside a Quick View through a "Spreadsheet" Business Rule ?Context: I want to be able to generate 'Table View' analysis based on any workbook/worksheet's Quick View POV or ideally the selected Quick View Cell POV. I can easily do so with a linked CubeView and its bound params, but for I am wondering if it's possible for QV
Hello, I have several Bi Viewer reports and I have recently upgraded my Solution to V8.0.0.15105 and I am facing issues with BI Viewer component not rendering graphics when used in a dashboard. FYI, this works fine in V6, V7. For example: I have defined rules on column "Time Graph". As you can see from below, it works fine in edit mode but when rendered in dashboard it doesn't shows graphics. Is there some setting or something I am missing in V8. Thanks.
Hi, On the September forecast in OneStream, the beginning and ending balances on the Cash Forecast report from FY 2024-forward are not matching. The balances are matching correctly before FY24. The ending balance of the FY should match with the beginning balance of the next FY. In the past, this was related to workflows entered but not fully processed by the cube. But in this scenario, all workflows have been entered. Tried to drilldown on the BEGBAL/ENDBAL cell and check the entity base to know what caused this amount but the option is disabled here. What can be the possibilities for this issue to be caused and is there anywhere I can search for and solve this issue.
I am building a cube view that has 3 row set options. The user selects their row set by a parameter, placed in the row sharing property of the cube view. Depending on the row set selected by the user, I need the page caption to change. The page captions for each row set options are static and will not change. Is it possible to pull the page captions when the row set is selected? Or, can I make the page caption change depending on which row set option is selected? I would like this to be selected concurrently with the single parameter that already exists. I don't believe I can pull the row set POV to the page description, and I cannot figure out a way to pull a delimited list based on another delimited list parameter selection. Hypothetical example: The user selects from 3 row set options; GBP, EUR, or USD. Depending on their selection, the page caption should read 'Investment Report GBP', 'Investment Report EUR', or 'Investment Report USD'. The row sets are different depend
Hi dear Community, I'd like to know whether it's possible to create a dynamic CV description somehow. So far, I've tried using parameters, substitution variables, and Business Rules (BR) in the description field but it's always considered as a plain string. Thank you in advance for your help. Best regards, Carlos
I am creating a cube view by defining "member.childrenInclusive" on the rows. Is there a way to increase indentation on the child members without defining each members on separate rows and specifying indent levels?
Hi All, We are using XFGetCell's all the time in excel and one of the user reinstalled MS Office recently and he started facing issues XFGetCell. Please see screenshot below. XFGetCell function is defaulting to OneStreamExcelAddIn.XFFunctions.XFGetCell and this is causing refresh issue. If I try to remove the highlighted part the sheets are working fine. Any suggestions will be appreciated ? Thanks Sridhar
Hey all!So I have noticed a strange behaviour on my Dashboard buttons with Workflow navigation "links" like below: Above works great it takes me to Profile, Scenario and Name. However when I want to go to below instance, the previous year (2024) remains, even though in this case I have hardcoded 2023. I have to press the button 2 times in order for below value (2023) to kick in!I have several buttons where I use substitution variables and business rules to fetch times. But for this particular example it is not working, only difference in this case is the scenario which has some set parameters: Does anyone have any solution how to get the button to work on the first click instead of having to click 2 times? Thanks in advance! Jones
I have an application using the culture feature. This gives me multiple member description options. When I pull a member in a cube view, it's displaying the description from the wrong culture. It's pulling from the English culture description instead of the default description. How can I change which description it displays?
Hi!I am trying to do the following variance to calculate the incremental balance between 2 Qtrs but the time filter doesn't work:GetDataCell(Variance(CVR(Row8),CVR(Row8):T#PovPrior1)):Name(Incremental RWA EOP)Row 8 is also a CVR calculated row. I have Quarters in columns, so need to do the formula as dynamic as possible.
The same formula works in a quick view sheet but errors out in member formaule on UD8.If (Not ViewMember.IsAnnotationTypeViewId(api.Pov.View.MemberId)) ThenReturn api.Data.GetDataCell("BWDiff(T#[Quarter(|WFTime|)]:U8#None,T#[QuarterPrior1(|WFTime|)]:U8#None)")End IfThe error that I am getting once i run the CV -formula using in th QV sheetGetDataCell(BWDiff(T#[Quarter(|WFTime|)]:U8#None,T#[QuarterPrior1(|WFTime|)]:U8#None))
When I ran the report book, the Default value of Parameters is not showing instead it is taking recent selected value.Please provide any suggestions.
Is there any better way of getting rid of these default TOP other then explicitly adding them in each row with Name tag?
I have a Reporting component that uses a rich Text sub componentand i want to bind multiple variables into it :Does anyone know what the correct syntax is syntax is ?Regards,
Hello,I'm working in the excel add-in and creating a some reports for my company and was wondering if you can use Column Better/Worse in the add-in. I know you can with cube views or quick views, but those limit the formatting we want. The reason I want this is to be able to differentiate between account types when it's doing the comparison like it does in Spreadsheets or in Cubeviews.Thanks,Will
Hello there,I am wondering if there is any possible method to link a dashboard to a GridView. Upon clicking on a specific row on the gridview, I want to retrieve all row values (similar to bound param in Cube Views) & then display my dashboard based on those valuesAlso, is it possible to horizontally center columns in a GridView ? Thanks in advance
We are trying to Override account member in Column.we have 2 accounts being called in a single column, her we need to Override only 1 account member from the list of 2 accounts.Below is the reference CV.In the below screenshot we are having 2 accounts "A#100 and A#200" in Col2, here we need to Override only A#100 Account member with "A#300"Currently problem which we are facing is it overrides both "A#100" and "A#200" with A#300.Please let me know if we can overcome this by using some Business rules? Thanks in advance!Nidhi
Is there any clear coverage for audit purposes over Marketplace solutions such as the Excel Add-In or Application Reports? I don't see it clearly covered in the SOC1 or SOC2 reports and our auditors are questioning how we know the interfaces and reports are complete and accurate, etc.
I have some power Excel users that want to dig deep into automation within Excel and are asking for any documentation there might be. Anybody know of anything other than what you can see in the Addin itself? Is there a full list of all the calls that are available?
Dear community, We encountered an issue with clients' display screens in OneStream. In the cube view formatting, we use the font family Geomanist Regular, and we have defined the text for certain rows as bold or italic. When we run the cube views, the formatting is correct on the consultants' view, but the clients do not see the differences between bold vs. non-bold or italic vs. non-italic text. The text font appears to be different as well. Please see the screenshot below for references. Consultant's displayClient's display Currently, all project team members (consultants and clients) have administrator rights, and we do not have any other culture setting in the application. Can anyone suggest what we can check to resolve this?If there are any similar experiences, kindly share them with us. Thanks in advance!
When viewing the results of a cube view and using the Export to Excel button, the filename generated replaces spaces with "+" and adds "_Export" and the sheet/tab name of the file appears to be the cube view name. Is there a way to define these while still using the Export to Excel button? Perhaps a business rule attached in the cube view that defines them?
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.