I would need to group by several categories, subtotal within the main
category and then total on tha main category on a repeatable form. The
data is from an underlying db. Here is my scenario:MAIN GROUP:
OFFICESECOND GROUP (WITHIN MAIN): TYPETHIRD GROUP (WITHIN SECOND/MAIN)
BASED ON SECOND GROUP WITH 4 TYPES OF POSSIBLE COMBINATIONS:1. NO $ in
AMT_TRES2. $ in AMT_TRES3. $ in AMT_ACCT4. $ in both AMT_TRES and
AMT_ACCTIN_TRES: Column name to capture third group indentifier
'X'IN_ACCT: Column name ...