I am designing reports for my solution and finding that an aggregate is not behaving as expected. I have tested this on the orders table of the example_data database. I would like to have a report that groups data first by customer, then by employee, then by orderdate and shows a count of records for each grouping. I create a form with a leading subsummary for each group and place the same aggregate field (a count of the orderid column) in each subsummary. In 2.2.5, I sort the records in the order of the subsummaries and what I find is that the aggregate only shows the count for the last group in the sort and shows 1 for all the preceding subsummaries. In 3.0.1, the aggregate only works if there is only 1 leading subsummary.
Is this a Servoy limitation? If so, is there a workaround? HTML is not an option in this case until the 70-page limit problem is addressed.
Steve In LA