ContributionsMost RecentMost LikesSolutionsMissing Account Values This one is for all you Encyclopedia Brown fans out there. Like many companies, we have a cash flow cube view. We've recently added two balance sheet accounts to one of the lines in it, but the val...Re: Pull in Variables from another BR That would be much easier that two BRs, but I would have to break some of our data integrity rules when it comes to our test vs development applications. Our GL has three environments; OneStream onl...Re: Pull in Variables from another BR Update. I've solved the problem of not being defined, but run into a new problem. In order for the called rule to be defined, I need to specify it in the receiving rule's properties. Done. Now I'...Pull in Variables from another BR I'm trying to call a helper BR that I wrote to pull in two variables to denote our environment, but I'm getting an error message saying the extender business rule.MainClass is undefined. Background...Re: Dynamic Cubes from Multiple Cubes Shame on me for posting a yes or no question --especially on a worldwide forum. 😏 Thank you, Jack. Please elaborate. It would be very helpful. Dynamic Cubes from Multiple Cubes Is it possible to build a dynamic cube from multiple cubes? For instance, could I build a dynamic cube that had income statement level data from our month end close cube and summarized headcount dat...SolvedRe: SQL in BR gets syntax errors, but runs from Data Adapter So then I could still insert variables and be done with it? "SELECT crpdta.F0902.GBLT, crpdta.F0902.GBCO, crpdta.F0902.GBSBL, crpdta.F0902.GBOBJ, crpdta.F0902.GBSUB, crpdta.F0902.GBMCU, ...Re: SQL in BR gets syntax errors, but runs from Data Adapter I just figured out the answer to my own question, as you were typing your response. Thank you for responding. As it so happens, you cannot have any spaces at the end of a line when calling the SQL ...SQL in BR gets syntax errors, but runs from Data Adapter Has anybody seen this error? If so, how did you fix it? I can run the SQL query in question from a Data Adapter just fine, but when trying to run it from a BR I get the above error. At this ...SolvedRe: Importing from QAD Ledger FYI, we were finally able to get the ODBC connection stable. It wasn't a OneStream issue and we are able to use a database connection thankfully.