Part of the requirement for our latest ND app is some reporting of subtotals against a hierarchy. It's not especially complex but doesn't lend itself to basic HTML templates. We seem faced with a couple of choices: Use a DO to retrieve the data in the right sequence and then generate HTML manually either using display fields or just squirting the HTML into the output stream. Manually retrieve the data into a java vector and then process the whole dataset manually, identifying where the breaks occur and accruing subtotals in code. Something else... Whatever way, it seems like a load of grief - has anyone else dealt with this sort of thing elegantly before ? Mark _________________________________________________________________________ For help in using, subscribing, and unsubscribing to the discussion forums, please go to: http://www.netdynamics.com/support/visitdevfor.html For dire need help, email: [EMAIL PROTECTED]
