ContributionsMost RecentMost LikesSolutionsRe: 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 Re: Table view service - get customSubstVars inside SaveTableView function Hi Niccolo, i haven't found the solution but i use a workaround which might help you. in my Get function i pick up the parameter and store it in my tableview on each row: If args.CustSubstVa...Re: Unable to compile formula. Error compiling Business Rule 'RCM_FormulaHelper' Hi Pedro, aparently there is some dependency in your rule that differs per situation. But with such a generic question its hard to give any advice at all. Perhaps you can give some more info like ...