A treeview datawindow, i add a compute field in the group band which named "subtotal". Its value depends on a complex function.
My question is , how to add these compute field together?
Something like:
GroupBand a subtotal=10
DetailBand a1
DetailBand a2
GroupBand b subtotal = 20
DetailBand b1
=====================
i need get the result of 10 + 20 = 30. But a1 + a2 + b1 <> 30.