ContributionsMost RecentMost LikesSolutionsRe: Sign Flip for Account in Transformation Rule (Complex Expression) Or you can modify the query in the source system to flip the sign. With integrations, this has generally been my approach. Re: Dashboard component/business rule AFAIK not possible. OneStream is proprietary UI components that lack the discreet event handling needed for your requirement. You would have to make a user initiated button click round trip to a bu...Re: Supplied Parameters in Workspaces To accomplish this you would use input parameters, not supplied parameters. Supplied parameters are generally for supplying initial state information. Your requirement often involves the use of a...Re: DM Step Issue with Exporting Data with View Filters Create 2 steps named accordingly, one for YTD, and one for Periodic instead of trying to do both views in one step. Re: Call Assembly Business Rule from another Workspace in a Data Management Step for future reference, "I was thinking that line 29 (Workspace.OFC.RCM.Legacy.SolutionHelper) would replace line 17 (OneStream.BusinessRule.DashboardExtender.RCM_SolutionHelper), for example. Any g...Re: Call Assembly Business Rule from another Workspace in a Data Management Step Does your assembly reference the RCM assembly in the Dependencies? Re: Cube View sum of columns sums only values from column with first child No need to calculate columns. The total is already in your cube. Add a second column after your E#GroupEntity.Base column called GroupEntity Total. Use member filter E#GroupEntity.Name(GroupEntit...Re: Call Assembly Business Rule from another Workspace in a Data Management Step Have a look here: How to Run Workspace Assembly from a Data Management Step In 6 Easy Steps | OneStream Community in particular, this may help your situation: Re: Alias Dimension Property in V9.1 Excellent description Jack! So if i'm understanding the concept, would this be another way of putting it?: So for a robust, flexible application: code & parameterize by alias, report by member name...Re: Version 9.0 Redacting information in Error Log It may help to know that OneStream is actively tightening security of its platform to meet the very stringent requirements of FedRAMP certification. While the log redaction situation creates a littl...