ContributionsMost RecentMost LikesSolutionsRe: Dynamic Member addition in version 9 There must be some confusion in terminology, because nothing has changed in 9.0 related to Dynamic Dimensions. If you mean that you were adding actual, stored members with Business Rules, as it was...Re: WfTime parameter not working in SQL table editor This. That WHERE is simply dropped into an SQL statement, so it needs to be quoted accordingly. Reason #7492 to use Dynamic Grids instead... Re: Hybrid Scenario – Pre-Aggregated Member Setup for Entity Summarization (V8.4) Officially, only account-type dimensions (Account, Flow, UD1-8, Origin, IC) are supported in the pre-aggregation property in all releases. Unofficially, in most releases Entity also works, as you f...Re: Automating Consolidated Financial Reporting with OneStream The magic keyword is Extensible Documents. They are used precisely for that, and there are plenty of things you can do with them. Good luck! Re: Issue with Zero Input Not Triggering Calculations in OneStream I'd need to clarify what you mean by "triggering" and "inputting" before i could be sure of what is going on. How are you entering this data? How is the calculation supposed to be launched? There a...Re: Supplied parameter tied to Bound List not returning value You can make it slightly more elegant by turning the SQL bound list into a Method one of type Business Rule, which runs a Dashboard DataSet that can share logic with the onload extender. Re: Supplied parameter tied to Bound List not returning value This is a long-standing issue with the order of evaluation of parameters. Bound lists cannot have a default value, because the system does not know which value could be valid until it runs the sql - ...Re: Can I connect OneStream directly to BI Remove "/onestreamweb", like in the screenshot. Re: OneStream Server Configuration Create the string with the database config utility: https://documentation.onestream.com/1375907/Content/Installation/Creating%20Database%20Connections.html then just copy it unencrypted. You will hav...Re: Version 9.0 Redacting information in Error Log we need a way to turn-off this "feature" I am not the biggest fan of this feature, but there are legitimate concerns about outputting passwords, api keys, and the likes, so it likely won't be s...