Hi, I have an example module dimensioned by: Columns = time/months, Rows = line items, Pages = Products. This products list isn't built as a hierarchy but has multiple different levels of parents/child. I have it set so that the module pulls in sales on the lowest child level and have the line items summing to roll up to the highest parent in this single list.
I want to add a line item that'll be a manually editable percentage that can be changed by the end user in the UX. For example, I want the sales to still roll in dynamically and aggregate up or down depending on the page selector - but for the percentage, I want it to be the same on every level without hardcoding it.
The issue I'm finding is that the percentage line item is only editable on the lowest child level and not the parent when it's rolled all the way up - this is an issue because I want the percentage to be changed at the highest level and applied downward instead of editing for each child item and then seeing the change roll upward. I tried changing the summary methods to min, max, etc with no luck.
Any Ideas on how to edit this?