Discuss reporting and cube views.
Recently active
Hi, there is a way to get the sum of the values of all the members that I filter with the text3? for example text3='Austria'In this case in Row1, I have E#Entity.Base.Where(Text3 = 'Austria'), which identify two entities, and in Row2 GetDataCell(CVR(Row1)):Name(Total Austria), but it doesn't work.
HiIs it possible to show a message box in excel?I am currently writing a SpreadsheetFunctionType.SaveTableView rule and I would like to display a message box to the user with any data validation errors when trying to save.I have tried :Throw New XFUserMsgException(si, Nothing, Nothing, "My error message")However, this doesn't seem to work. Regards,Mark
Hi I'm trying to link this form to an Headcount correction form but when I navigated to this linked form, It shows me in the Group adj column green cells. How can I make them imputable?
Hi,I have set one Time Profile in one cube from Oct 2018 to Sep 2019 (first fiscal year) and another Time Profile in different cube from Jan 2019 to Dec 2019 (second fiscal year). I need to present Consolidated Report of both periods from beginning of both fiscal years simultaneously in one dashboard. Can anyone help ?
Hi,I want to have a consolidated report from Oct to Sep of any year. In order to achieve this, one time profile is created and attached to a cube and the same cube is used in cube view. What should I write in T# for cube view column ? Thanks in advance.
Is it possible to add already existing parameters to a report that is being created through the report designer tool in dashboards?On that note, is there any type of user guide for this report designer tool?
Hi there, After having loaded data through the Corporate Finance Data Review workflow step to the 2023Bud1 Scenario for the full year 2023, I was hoping to use the OS provided Application Reports dashboard to get an overview of, e.g., All Stage Source and Target Data (from the Data Validation dashboard report group), or Import Detail (Imported Data)(from the Import Detail dashboard report group), but the reports return no results. At a point in the process I was able to run the Data Validation - Intersection Errors report successfully, but none of the reports seem to pull any data now. My Workflow POV is set on that which was used when I imported the data and I don't believe the Cube POV has an impact. If anyone has come across this and have guidance to get these reports pointed at the right underlying data in OS it would be much appreciated. We're on OS 7.0.1 and I'm running Windows 11 Pro.Many thanks,Adriaan
I'm creating a quickview to list all of our customers (UD2) over 24 months - is there a way to set a rule to exclude that customer if there's no value or if it's all 0? Thanks, Trish
Is it possible to report on workflow detail that was loaded into the import step of a workflow. Our company loads in several attributes in the import step that do not make it into the cube. Is it possible to create a report or a data adaptor that can display that higher level of detail.
Hi All,similar to this post: https://community.onestreamsoftware.com/t5/Reporting/BI-Viewer-Creating-a-clustered-column-line-chart/m-p/6355#M1099 I have created a chart with bars and a line on a secondary y-axis. I also used the method to form the secondary y-axis: Iif(StartsWith([Account]), 'Sales'), [Amount], 0)The problem now is that the bars are getting thinner by drawing in the 0 values and also the legend is overloaded by the 0 values. So I wanted to ask if there is a way to filter out these 0 values and not display them?Thanks for any help!
Audit would like reports on activity regarding Business rule changes made by the administrator. The Task Activity reports give all activity in the system but since we have not made any changes to business rules yet, we don't know what to look for in the filtered details of the "Task Type". Is there somewhere we can get a list of all the possible activities that could be listed so that we can pick and choose the activity types the audit would like to focus on? And, if not intuitive, what is the type for changes to Business Rules?
Hello community,When creating a dashboard that requires user interaction, usually it is necessary to receive confirmation from the user to proceed or we just want to inform the user that something has happened in the background.In order to do so, one of the most efficient ways to do it is by displaying a dialog box from the code with the information that we want to share with the user and, if necessary, some buttons to catch the user response. However, I still haven't found this way to do it while programming a Business Rule in OneStream. Since it uses VB seems that using the "MsgBox(<message>)" function should work, but the following error occurs:Summary: Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.When using MessageBox.Show() with the "ServiceNotification" option, then it doesn't
Dear Community,we have requirement to display top and bottom lines in all the column headers in excel format.Here in this above image, a line should appear below the scenario and view columns. Here both of the columns are overridden. If I apply "ExcelBottomBorderLineStyle" in Cell formatting. It applies for both of the columns since both are overridden.Here, in this case I have created a blank row named it as "Row1" and given this condition below: If (RowName Contains 'Row1') ThenExcelTopBorderColor = Black, ExcelTopBorderLineStyle = ThickEnd IfAnyhow, this method works only if I create a blank row and applied this conditional formatting. Is there any other way/formatting setting that can be applied to achieve this? Any solutions to this will be really helpful.Thanks
Is there a way to display alternate columns in different colors even if we apply expansion (e.g. .tree , .children etc.)
Is there an easier way to move a cube view from one Cube View Group to another? I am currently trying to reorganize dozens of cube views into different Cube View Groups, but they are linked to other cube views via row/column sharing. Because of this, I have to touch not only the cubes I'm moving, but those that it is linked to: copying to new group, renaming associated row/column sharing link in other cubes, deleting original, renaming new. Thank you!
Hi All,I am currently facing a challenge with my SQL code in dashboards and would greatly appreciate your help in finding a solution. The issue at hand is that I have hardcoded the code to pull data from tables, but now I need to modify it so that when a user selects a specific month (e.g., 2023M1), the dashboard displays data for the selected month as well as the 12 months prior to it.To provide more context, here is the query I am currently using:SELECT ISNULL(Name, 'Total |!SelectAcc!|') AS Name, SUM(CASE WHEN Period = '2022M12' THEN |!SelectAcc!| END) AS '2022M12', SUM(CASE WHEN Period = '2022M11' THEN |!SelectAcc!| END) AS '2022M11', SUM(CASE WHEN Period = '2022M10' THEN |!SelectAcc!| END) AS '2022M10', SUM(CASE WHEN Period = '2022M9' THEN |!SelectAcc!| END) AS '2022M9', SUM
Dear Community,we have requirement to remove the zero from empty row when it is displayed in excel format. As shown in the picture for empty row "0" should not present. Any solutions to this will be much helpful.Thank You.
Hi, I'm building a Forecast template which brings in Actuals for the YTD periods, and the future periods are form inputs. The actuals are based on all stat entities, rolling up to a Parent (let's call it M_GROUP). They are all tagged with a UD1 Region code, "MEA" for example. To input Forecast, users post by Region so regional entities have been created, such as M_MEA. The issue I have is that the Group Total columns do not update to include the base entity data once a user has submitted their input. I can Force Consolidate, and this works, however I would have thought a simple consolidate would also update this? Where it is highlighted green, this has been force consolidated. Red highlight, I just used the consolidation button. My preference is to have it as user friendly for basic bookkeepers to see their totals without having to force a consolidation. The form looks like below:Does anyone have a better method to input forecast data using the spreadsheet me
Hi, I have a Cube View where I expand accounts to report on columns using a parameter (each parameter choice generates three different columns, but all regarded as Col1). This is a specification of what is reported in the Balance sheet on two specific accounts.Parameter has choices: AccountA, AccountBAnd the report shows AccountA1, AccountA2, AccountA3 or AccountB1, AccountB2, AccountB3.I want to add a row which retrieves data reported in the balance sheet so I can reconcile the reporting in this form/CV against the balance sheet.Do I have to create a business rule for this and if so, how?I want row3 to show either AccountX or Account Y based on if I have chosen AccountA or AccountB in the parameter.
Hi,Does anyone know if it is possible to export a Dashboard to PDF on one page?I have a dashboard that incorporates a CV on top with two graphs in a BIV below. I need both the CV and BIV components to export to PDF on the same page? I have only been successful with exporting the components separately onto individual PDF pages.Any help is appreciated! Thanks!
Is there a way to make parameters have multiple selections in cube views?
I am working on a report that shows YTD, Quarters and Months based on the pov. The Year and Month works fine however for Quarters, when I pull a non quarter months I am getting the inverse of the prior quarter. The formula I am using for the quarters is below.T#quarter(|PovTime|).allpriorinyearinclusive:v#QTD
When running a book, sometimes the user will be prompted with a second dialog box. The first will include all applicable parameters for them to select. After clicking 'OK', a second dialog box will pop up that reads: "There are no additional parameters for the selected item. Select OK to continue." Only after that will the book run. What causes that second dialog box and is there any way to stop it from happening?
Hello, I am looking for help with the quick view functionality. We are moving from HFM, and when creating back up for certain journal entries/rollforwards in HFM ad-hoc excel files, we would type POV:{} in the header of the spreadsheet so that when the file was printed it would also show the POV members used to generate the data in the spreadsheet. I have included an example. Does anyone know how to accomplish something similar through quickview? Thanks!
I am able to display it in data explorer but unable to display in PDF report.
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.