Anaplan does not sum the filtered list items but it sums all list items
Is there a way to sum only the list items that I filtered? Now All directions is always the sum of all the list items and not only the list items that I filtered
0
Answers
-
Not without an additional lineitem where you refer original lineitem but with filter condition. Formula of additional lineitem will go like: If filter? then Actuals else 0.
Cheers!1