ContributionsMost RecentMost LikesSolutionsRe: Combobox Multiple select option. it works with the entities in rows or colums, but it not possible in the POV, you know any way to implement in the POV and if you select several entities got the sum of these? thanks Re: How to download the database table contents to the Excel file .CSV format in OneStream Hi! In a grid view, you can't download millions of records; each page has a maximum of 1000 records. This method wouldn't be possible for tables with millions of records. Re: How to download the database table contents to the Excel file .CSV format in OneStream Hello , this code was useful for me and get the same purpose: Namespace OneStream.BusinessRule.Extender.Test_ExportTabletoCSV Public Class MainClass Public Function Main(ByVal si As SessionInfo...Re: 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.