ContributionsMost RecentMost LikesSolutionsFdxExecuteCubeView unstable when using NameValueBuilder Hi all, we are using FDX routines to extract high volume data from our cubes for external consumptions and we noticed an odd behaviour when using the FdxExecuteCubeView method with parallel processin...Re: Tech Talks After Hours - Dynamic Dashboards Now Available Hi OneCommunity, my team and I started working on Dynamic Dashboards (especially code-driven) and it would save many headaches we always faced using old approaches to dashboards...though this video i...Re: Remove row expansion symbo from cube view Hi Jack, I fear this is a behaviour peculiar to row expansion 2 onwards. Example 1 Example 2 Re: Slice Security vs Conditional Input Finance Business Rule Hi Mike, for controlling the access to cube slices based on user security groups, I would prefer the cube Data Cell Access Security settings instead of no input rules in a BR because of their differ...Re: Dictonary variable Hi, to handle duplicated or non-existing keys, I would suggest you to use a couple of nifty extended dictionary methods available in OneStream: XFGetValue and XFSetValue. Dim params As New Dictionar...Re: How to join application database and Framework databases tables in same data adapter query Hi Chand, you may actually query both app and framework db using a single SQL query against the application db. E.g. in the example below we are joining journal headers with usernames info. Please ...