ContributionsMost RecentMost LikesSolutionsRe: Custom Input Parameter for a Cube View Hi jake, I haven't tried this before but I think the following approach should work. input parameter that's attached to a text box button to save the input and refresh the dashboard cv fil...Re: Update the member Text5 property from a dashboard Hi Marta, One approach would be to use a button and a dashboard extender rule to do this. Create a button that calls the rule as shown below, passing the member's name and the text5 value (modif...Re: Dimension Hierarchy Hi, We can use relations in this case, select the parent member - click on 'Add Relationship for selected member' - select the base member. Please keep in mind that any change to the base membe...Re: Cubeview CVR CVC calculation error For those, you can place two column overrides in your gross margin row, one for variances and the other for variances%, and mention the CVC formulae so that it picks up the relevant getdatacell. Re: Question: Is there a way to clean up sub-folders within Batch? Hi Diego, Please refer to this article:How do I delete redundant files from system/file explorer/file share as DELETE Option is Grey ? - OneStream Community (onestreamsoftware.com) Regards, Ma...Re: Cubeview CVR CVC calculation error Hi, Since you already have a getdatacell in your columns, theGetDataCell(A#NS - A#SC) is overriding your CVC's giving you the wrong value. Could you please tryGetDataCell(CVR(Net Sales row) - CVR...Re: calculate on entity Hi, you can place your calculation within if condition, Dim curEntity As String = api.Pov.Entity.Name If curEntity.XFEqualsIgnoreCase("NonRolled") Then api.Data.Calculate("O#BeforeElim:F#EndB...Re: UD7 Text Field Hi Gourav, please try the below code and let me know if you are facing any issues Dim u7Name As String = "Test1" Dim U7Id As Integer = api.Members.GetMemberId(DimTypeId.UD7, u7Name) Dim text1 A...Re: Cube view rows grouping Hi, In advanced view, navigate to Cube view properties --> Header Format and setRowExpansionMode = ExpandAll Thanks. Re: Dashboard - Add Horizontal and Vertical Scroll Bars Hi Robert, Set the layout type of your dashboard to Grid and make sure to set the row height and col width to * that point to the cube view component. Thank you.