I am not sure how to best communicate my challenge without the following image. I have a number of report groupings, child/parent/adjacent etc. The report groups the information by State "DE" at the highest level and reference document line item detail at the lowest. The second grouping in my heirarchy is a TaxIdNumber, the third would be Tax entities and on down to the document numbers that are part of the TaxIdNumber and finally the items per document. My challenge now is getting the right totals. In the image below, you can see that the amount of $1,022.17 is the sme for each of the 3 tax entities, as it should be. It is not supposed to total the 3. Instead, each entity is the total of the documents that are in their respective TaxIdNumber and State grouping at any point in time (date range). A second image below shows my groupings if this would help. Right now, I am trying to figure out how to show a single amount of $1,022.17 for the TaxId parent category/group. For this group, I have set the properties to group on both the group itself and the entity. If I do not group on the two, I end up getting a sum of the 3 ... as shown (and obvious) is the $3,066.51. Because there are usually three entities per document, I am showing the sum total of the documents as I want ($1,022.17), but it is showing for each entity. How can I get the sum total of the documents without adding the 3 entities together? Is this what recursive is for? And if so, I guess am having trouble trying to figure out how to write the expression so that it will work.
Thanks.
Thanks, Tom