ContributionsMost RecentMost LikesSolutionsRe: Dynamic Column Headers in the PLPRegister You pointed me in the right direction. Thank you. Re: BI Viewer Grid Header Format I know this is an old post, but I was looking for a way to bold the Grand Total columns. Along the way with the trial and error I was able to format the column headers to be bold. Re: Dynamic Column Headers in the PLPRegister Hello Victor, I will get test this next week and circle back. Thank you for your help. Dynamic Column Headers in the PLPRegister Hello All, Anyone know if it is possible to pass a parameter value into the PLP Register? I have a method query returning a value based on scenario & year and need that to be the column header in t...SolvedRe: Reporting: Aggregating Amounts by Region in a Flat Entity Hierarchy Have you explored using CVCs. Create Cube View Column and Row Calculations Re: Updating Text1 using business rule Here is a sample of some code I used. Hope it helps. Dim anotherMember As MemberInfo = BRApi.Finance.Members.GetMemberInfo(si, dimtypeid.UD1, UD1Attr1, True) 'Set to Default Scenario and Time (-1=...Re: Copy Annotations across scenario Here is an example I used to copy VarianceExplantions from one scenario to another. I am only copying the text values not files. I also run it from a DM Step using Custom Calculate. #Region "Seed ...Re: Query on annotation data copy Here is an example I used to copy VarianceExplantions from one scenario to another. I am only copying the text values not files. I also run it from a DM Step using Custom Calculate. #Region "Seed ...Re: Extensibility Question Try this as you member selection. A#BalSheet.Base.options(cube=|WFcube|, scenariotype=Budget, MergeMembersFromReferencedCubes=False) You may have to update the cube and scenario type. The scenario...Re: 24 Month PLP Dataset - Import to cube Welcome