-
Re: filter does not show correct total lines
@Ana22 , Filter does not affect the aggregation. It is just for displaying the list items. In this case you need another line item that shows the value at the low level only if it meets your filter c…1 -
Re: Selective access based on property
Saved view Import Mapping Result Note: It is only incremental/additive, when there is a removal of access it does not work. For that case, you need one more step to clear all selective access and the…1 -
Re: Does The Anaplan Way (or Agile) require a traceability matrix?
Hello @Joshua.Huilar , Anaplan way has the RTM (Requirement traceability matrix). In Anaplan Way, User stories represent the Requirements. If you carefuly look at the contents of user story, there is…1 -
Re: What's the difference between a model and an algorithm?
My 10 cents here, Algorithm is a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer. Where as a model is a representation of whole/pa…1 -
Re: Calculation of CAGR based on a baseline percentage
@akprasa1 This should work for you Formula IF YEAR(START()) = YEAR(CURRENTPERIODSTART()) THEN Baseline % * (1 + CAGR %) ELSE PREVIOUS(Simulation Result %) * (1 + CAGR %) Thanks Arun1

