ContributionsMost RecentMost LikesSolutionsRe: Time always returns 0001-01-01 in BR when using XFBR in Cube View Hi Manju, most easy is to use substitution variables to insert these kind of info into your BR. Use the glasses on top and select Substitution Variables on the left bottom to see what is available...Re: IC matching issue Hi Manju, we had the same, we were using :Name(xxx) in the account definition to show the account description in the IC Matching screen. V9 does this automatically so removed the accounts. If you ...Re: Multiple DbWhere statement Hi Olaf, you can create a list of dbwheres land add that to your query: Dim dbWheres As New List (Of DbWhere) dbwheres.Add(New DbWhere("Year", "=",dYEar)) dbwheres.Add(New DbWhere("Sub", "=",Ent...Re: Finance Memberlist Service via ServiceFactory Works like a charm, Thank you! Finance Memberlist Service via ServiceFactory Does someone knows the syntax to call a memberlist that is written in a Finance MemberList service accessed via a service factory? I've tried many forms but cannot get to my code. Thanks SolvedRe: SaveCustomDataTable Gives Error You can also use BRApi.Database.CreateExternalDbConnInfo (assuming a connection to the external database is already configured in your OneStream environment). For the parameter DBlocation in SaveCu...Re: SaveCustomDataTable Gives Error the second field is the dblocation, not sure what "FDH_DEV" is but this should be "App" for the application server. I prefer to create the connection for in a using statement (so it is also active...Re: api.data.calculate C# Code issue Hi Pranav, You can use the intellisence to see which options you have for an api.data.calculate, using the down/ up arrow you see the different options: in your case you use 3 fields which ...Re: Intercompany Reports Its more like a SQL filter so Account = '12345' AND Entity IN ('abc', 'cde') Re: Table view service - get customSubstVars inside SaveTableView function Hi Niccolo, i use a speadsheet BR