JackLacavaOneStream EmployeeJoined 4 years ago1448 Posts955 LikesLikes received295 SolutionsView All Badges
ContributionsMost RecentMost LikesSolutionsRe: Dynamic Cubes from Multiple Cubes 😅ahah, sorry. Sometimes I'm short on time... Re: Dynamic Cubes from Multiple Cubes Of course it's possible, this is Onestream. It's just not super easy - at the moment - because you'll have to retrieve your data record by record and mesh it with records coming from the other cube. ...Re: Alias Dimension Property in V9.1 The whole point of Alias is that it behaves like the regular name, rather than being a separate property. If you need to do other things, use the Text1-8 properties. Re: Extract Related components for Dashboard We should also add that things can be done programmatically by manipulating an XfProject file. Re: FdxExecuteCubeView parameters What you wrote doesn't seem to match what the function does. Can you please post your code ? Re: EncryptText And DecryptText Replacement https://documentation.onestream.com/docs/Content/CAT/Key%20Management.html CAT ships Snippets that you can use. Re: FDXExecuteCubeView with Consol filter create your cube view using a Parameter in the Cons member on general POV execute FDXExecuteCubeView twice, each time setting the parameter to a different value - you do that by including it in t...Re: Programmatically hide dashboard Tabs This is the simplest approach (there are others). Have a "Layout" dashboard of type Embedded Dynamic Repeater, with Layout Type set to Tabs. Have your other dashboards of type Embedded ...Re: Time always returns 0001-01-01 in BR when using XFBR in Cube View It should also be noted that WF* variables are reliably populated only when items are used into an actual Workflow step, for example in a custom Dashboard used in a Workspace step. Executing a cube v...Re: Business Rules in Visual Studio As a platform, we have to be flexible on the tooling we enable. If we mandated Visual Studio or GitHub, for example, we would dramatically simplify the problem landscape but also set a bar that a lot...