hello guys,
i have this module dimensionned by a list. The list is made from differents families and the row axis is made of many lines item and whenever an element is added by the user it insert itself on top of the its parent(family). so the parent is the total line of his elements, what i want to do is to be able to only show for certain rows the total per family and not the number of its elements. What im trying to do is something like below for the cash line item maybe based on a bolean line item or something.
Amount cash
element 1 10
element 2 25
element 3 35
family 1 70 70
family 2
element 1 15
family 3 15 15
Thanks