ContributionsMost RecentMost LikesSolutionsLinked Cube View - Bound Parameter on GetDataCell Column Hello - I have a cube view that's linked to another to show detail. I have bound parameters set on the time, view and account dimensions. These parameters are all working properly except for the calc...Default Workflow Security Hello - recently in our Production environment a new user inadvertently locked and certified all of the workflows used for variance commentary before they were completed for the period. These workflo...Use api.data.calculate to calculate data from one entity to another by account Hello - I'm looking for a formula to calculate data from one entity to another for two specific accounts. I would just use a standard data management job for this since the amounts are not changing, ...Re: Pass Results from Business Rule into UD8 Formula Thanks Jack - I appreciate the help so far. Now that I have the calculations for the entity, how would I pass or reference the calculation to the other UD8 to produce the Y or N? The variance UD8 is ...Re: Pass Results from Business Rule into UD8 Formula OK, so if I change the XFBR to a UD8 calculation, would the member filter for my column where I'm summing the values of the entities with the text criteria be the UD8 plus the specific entity filter?...Pass Results from Business Rule into UD8 Formula Hi - I have a dashboard XFBR business rule that calculates totals for members with a specific text value in a cube view. The rule is working as designed, and I have a couple GetDataCell functions in ...Re: Cube View - Return Blank Columns Where No Members Have a Specific Text Value Hi db Yes - the member filter I have for the first dynamic column is E#TopEntity.base.Where (Text8 Contains [DP_|WFYear|Q4]), and for the second its the same syntax, except the Text8 isAQ_|WFYear|...Cube View - Return Blank Columns Where No Members Have a Specific Text Value Hello - I'm working on a cube view that will be used to add variance commentary. The rows have accounts and subtotals, the first column will have a specific entity that will not change, then the next...Re: UD8 Dynamic Calc - Show Zeroes in Cube View column based on time period comparison I added a couple error log message functions and found the issue was with pvTime - it was returning zero. I made an adjustment to the code by usingapi.Time.GetPeriodNumFromId for the POV time instea...UD8 Dynamic Calc - Show Zeroes in Cube View column based on time period comparison Hello - I created a dynamic UD8 calc for a cube view that shows 12 months of actual, forecast and budget periodic amounts. The calc is designed to show zeroes in the actual scenario column for a peri...Solved