I created a new report (CRW version 7.1) that takes in a single record-set (MS SQL view, unsorted) and prints a summary (summarising transactions by COUNTRY within DATE).
I set the details up for the records and suppressed it. The Date and the Country fields ARE in the suppressed detail. I set the major group as DATE (as type datetime) and the minor group as COUNTRY (as type text). COUNTRY has no headers (suppressed), and the footers show the detail-totals. DATE has Headers and footers.
My problem? The dates are NOT in order! I get 2004, 1995, 2001, 2002, 1997... How do I get the dates in sequeance (and I'll take ASC or DESC!)? Note that me countries ARE in the correct sequence... I look at the grouping, and its listed lkike this : "{view-name}.GrantDate - A" and that looks right.
My thanks in advance...
I set the details up for the records and suppressed it. The Date and the Country fields ARE in the suppressed detail. I set the major group as DATE (as type datetime) and the minor group as COUNTRY (as type text). COUNTRY has no headers (suppressed), and the footers show the detail-totals. DATE has Headers and footers.
My problem? The dates are NOT in order! I get 2004, 1995, 2001, 2002, 1997... How do I get the dates in sequeance (and I'll take ASC or DESC!)? Note that me countries ARE in the correct sequence... I look at the grouping, and its listed lkike this : "{view-name}.GrantDate - A" and that looks right.
My thanks in advance...