ContributionsMost RecentMost LikesSolutionsRe: Close custum tree hierarchy in filter Hi! how you got multiselect function? thank you! Re: Customizing aggregation weight Hi rhankey thank for your contribution. Really I need make an average in parents of base members (UD1 to UD6) and an account member that store that calculation. I was investigating if exist an aggreg...Customizing aggregation weight The client requires us that aggregation is with an average method and not summing (this condition must be applied to all dimensions). For example: Oversea and Europe are aggregating summing (UD...Re: Display Text1 member property instead of name or description in cubeview Hi TheJonG, I am trying this XFBR BR, but I don't get results: If args.FunctionName.XFEqualsIgnoreCase("GetTextFieldForDescription2") Then Dim ud1Members As List(Of String) = args.NameValuePai...Re: Display Text1 member property instead of name or description in cubeview Thank you, it is very useful and it is what I wanted. However, my client has more than one Text1 with the same value (repeated), then he need a sum of these cellamounts in one and displaying only the...Display Text1 member property instead of name or description in cubeview My client has member property Text1 in UD1 as a second description or alias, he wants to display Text1 instead of name or description. I tried with CV Function "u1#top.descendants.where(Text1 <> '')"...SolvedRe: OS metadata could please give more details to put in acction it? I need it in the case of delete members instead of relationships. thanks in advace. Re: Dimension Member Names - Renaming and Deleting and how can I achieve load this? thank. Re: Get WFScenario in Complex Expression Time Data Source Finally, I solved with the next script: Dim vYear As String = args.Value ''Dim scenId As Integer = api.ScenarioTypeID Dim scenId As Integer=api.CurrentDataClusterKey.ScenarioID Dim scenType As ...Get WFScenario in Complex Expression Time Data Source I am trying out a complex expression in Time Data Source. The issue is the next: I have a Forecast scenario type with input frequency monthly and on the other hand I have a Long Term scenario type ...Solved