Report Grouping & Sorting

A

ARS

I have a field "Year" whose values are derived from a date as
format(lastdate, "yyyy/mm") as [year].

I am trying to sort on the "yyyy/mmm" and group on "yyyy" so that the first
page of the report will look like:

1999/01 ....
1999/02 ....
 
R

Rolls

Write a query that parses your date field into two fields and you should
have no problem grouping and sorting.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top