-
Re: How to calculate across Hierarchy
assuming Skus rolls up to Brands, change the summary of the boolean to All.1 -
Re: Is it more efficient to divide by 1,000,000 or divide by line item of 1,000,000
@Olek P The latter would be better. Both will perform about the same, but from a scalability perspective, the latter is better.1 -
Re: DCA Import Access For Combination List
@CommunityMember131357 , It seems to me you shouldn't be using DCA but rather true Selective Access in this case. Remember, DCA is not really security, it is a way to hide/enable cell data at th…1 -
Re: Boolean Processing Optimization
@CWheeler96 You hear correct. An IF/THEN/ELSE statement has three different calculations contained in it: the IF part, the THEN part, and the ELSE part. In using a boolean as you did, a = 1 AND b = 2…1 -
Re: Question on how I set up my List
@mshaw Yes, you should have 3 modules in total. First, create a Holiday list having a Top Level: SYS Holiday Observed: * Dimensionalized by Holiday list and Time at the year level * Line Item: Observ…1

