Hello,
I am attempting the following: I need to sum up a line item's values based on all of the list items used in the module. For example: the module I am building uses a list of adjustments as a dimension (ex: Adjustment % 1, Adjustment % 2, etc.), then there's a line item in the module for the percent amount for each adjustment, finally, there's a line item for sum of all adjustments. This sum of all adjustments simply needs to take the percent amount for each list item and sum it up to have a total adjustment amount across all list items in the module. I have attempted to use the SUM formula but it has not been successful. What can I do to sum up all my adjustments?