Discuss reporting and cube views.
Recently active
Does anyone have a good solution when viewing dashboards that require scrolling? We have a P&L view set up as a dashboard, which is fed from a cube view, but are hearing a lot of noise around the scrolling and loading of additional data. When a users scrolls down on their report they get the loading circle and need to wait a moment for the rest of the data to load to continue scrolling and get the same thing. Once they reach the bottom they can scroll back up and down without issue. I understand why OS is set up this way, but if anyone has any feedback or input on the different ways they improved their performance on that I would appreciate it! TYIA
Is there a list of keyboard shortcuts available for OneStream using Excel. Having a hard time trying to find any documentation on shortcut keys that work for OneStream excel addin.
Hi,We have a CV that has first few columns Actuals and rest as Forecast. User can select the Base Entity and enter the numbers in forecast columns but only look at the Actuals numbers.We have situation where we need to show parent of entity member for Actuals but use that base entity to capture forecast amounts. We need this for just 5-6 entity members. Any idea how I can achieve this without writing complex business rule? Tried conditional formatting but no luckThanks,PM
My rows are my UD3 Dimension, and I want to mimic a current Excel Report. I want to Left Justify the Description and right justify the UD3 Name so it basically looks like this. Boys garments B100Mens garments B110I have this Name function to reverse the Description and Name.U3#Root.List(B100, B110):Name(XFMemberProperty(DimType=UD3, Member=|MFUD3|, Property=Description)XFMemberProperty(DimType=UD3, Member=|MFUD3|, Property=Name))Based on that I getBoys garmentsB100Mens garmentsB110Of course I could add some spaces, but I have Descriptions that vary greatly.I just wanted to make sure I wasn't missing a statement could make the Member Name property to Right Justify. Any ideas appreciated, otherwise I just get the users to accept it in Name Description format.
Hi All, I have created a Cube view which has negative values in few cells with parenthesis format in OneStream, when i try to export the repot to an Excel am not getting the same format in Excel instead am getting "-" in Excel. I need the same format in excel while exporting. Can anyone suggest the formatting settings how to get that. Please find the below snaps for reference. Thanks in Advance.
Hi all, I wonder if I can use the following code in a Cube Cell Format. "XFMemberProperty (DimType=Account, Member=|MFAccount|, Property=AccountType)"The idea is to flip value sign in case AccountType is 'Expense'. ----------------------------------------------------------------------------------------------------------------------------- If ('XFMemberProperty(DimType=Account, Member=[RowE1MemberName] , Property=AccountType)= 'Expense') Then FlipSign = TrueEnd If-----------------------------------------------------------------------------------------------------------------------------
I need to build a cube view that shows my closing & average FX rates in my row set. Which dimension has these options?
Hi All,I am trying to create a simple view using SQL in BR. it works if do it directly in SQL server so no issue with the syntax. When i am trying to do the same using a BR it gives this error: anyone seens this and know the reason and how to resolve it? Code:
I am trying to utilize a combination of Year() and PeriodNext1() within a GetDataCell, and it's not working. The combination of Year() and Period() within a GetDataCell works if you surround it with brackets, but once you add the Next1, it will not work. Any ideas as to how I can accomplish this?Example of GetDataCell with Year() and Period() working fine: GetDataCell(BWDiff(V#MTD:T#|!Prompt_TimeMonth!|:S#|!Prompt_Scenario!|, V#MTD:T#[Year(|!Prompt_CurrentYear_Comp2!|)Period(|!Prompt_TimeMonth!|)]:S#|!Compare_Scenario2!|))Example of GetDataCell with Year() and PeriodNext1() which gives an error:GetDataCell(BWDiff(V#MTD:T#PeriodNext1(|!Prompt_TimeMonth!|):S#|!Prompt_Scenario_FW!|, V#MTD:T#[Year(|!Prompt_CurrentYear_Comp1!|)PeriodNext1(|!Prompt_TimeMonth!|)]:S#|!Compare_Scenario1_Bgt!|))Error Message Received:Thanks!
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.