ContributionsMost RecentMost LikesSolutionsRe: Calculation Script and Navigation Links Hello, We are currently using OS 7.4.2 and using navigation links from general settings. I want to enable navigation links when the cell is not calculated. But from general settings I don't know ...Calculation Script and Navigation Links Hello, Does anyone know how to Pass CalcScript in navigation links from One CubeView to another CubeView? Any help will be appreciated. Thanks Re: "Calculation Script" in drill down Hi Jack, I am using Navigation Links from One CubeView to Another CubeView. However when the cell has any GetDataCell, navigation links is not useful since I don't know how to pass any CalcScript...How to remove and sort an account group ascending Hello, If anyone needs to sort a specific account group by ascending. This is the codes it worked. Sub RemoveandSortAccounts(ByVal si As SessionInfo, ByVal globals As BRGlobals, ByVal api As O...Re: How to delete all relationships of a TOP dimension member? (or orphans all members below a TOP mb) I think I figure it out. Dim ParentGroup As String = args.NameValuePairs.XFGetValue("ParentGroup") Dim osAccountMember As Member = BRApi.Finance.Members.GetMember(si, dimtypeid.Account, Pare...Re: How to delete all relationships of a TOP dimension member? (or orphans all members below a TOP mb) Hello, Do you have any working codes to removeRelationships from an account group such as "Expense"? Thanks! Re: Specifying SiblingSortOrder while adding relationship through extensibility rule Hello, I think I may figure it out. Below is my working codes. 'Try to move Myaccountname position to before SiblingName Dim parentMem As MemberInfo = BRApi.Finance.Metadata.GetMember(si, DimT...Re: Specifying SiblingSortOrder while adding relationship through extensibility rule Hello, I tried to move a account from one position to another position within same parent group. Tried to modify using the codes above but no luck. Below is my code and any help will be apprecia...Re: Table View - Tab Addition Automation ?? I would like to know how to create an Excel document using a data table in BR. When I used a table view from Excel, it was too slow since the table view has too many rows and columns. Basically want ...Re: Table View - Tab Addition Automation ?? Hello John, Is it still possible to get those codes you wrote? I am very curious to see and use it. Thanks!