ContributionsMost RecentMost LikesSolutionsRe: Dashboard in Report Hi Shub What you are attempting to do is not possible. A dashboard report is not the same as a dashboard. I'm not at my computer currently but there are a few posts on here about exactly the same ...Re: BI Viewer component and OneStream 9.0.0 Hi sylvainremy Are you passing in any dynamic logic? If not, then i would not expect it to work when you change to this dashboard type (which is expecting dynamic logic to reside in the dynamic ...Re: Can a Format Template Profile call a Cube View created in a named Workspace? Hi RandyThompson Have you tried passing in the fully substantiated name e.g. "YourWorkspaceName.YourCubeViewName"? Instead of just "YourCubeViewName". I would expect this behaviour for content t...Re: Need help on 2 functions GetSessionDataTable and SetSessionDataTable Hi HoneyGulati These two functions can be used to Set / Get results of a DataTable in session for a given user (works a bit like Globals). So that it can be retrieved later on for a different u...Re: Dynamic Cube services I would still recommend to speak to OS Support. They can guide you on next steps for your on-prem instance. This functionality needs to be enabled for you Re: Dynamic Cube services Hi WernerN You need to email OS support to enable this functionality for you on v9.0 Thanks Sam Re: How do I return a range of Members? Hi jayaleck You should be able to perform some kind of string manipulation using linq on a member list However based on your description it is difficult to understand how consistent your naming ...Re: determining parent by hierarchy For source initiated requests ACM will process a request based on your source data and your target dimension e.g Adds, Moves, etc. Which it sounds like you are trying to build manually. You only need...Re: determining parent by hierarchy Hi photon Have you considered using Application Control Manager (ACM) for this? Thanks Sam Re: How to pull Workflow Start time to Workflow end time in Report(Cube View) Hi ShivaPrasad There are api's to retrieve those values for you. If you search for "time" in the snippet library, you will find them under Scenario e.g. see below ...