At 05:08 PM 11/2/2005, Marc Shluter wrote:
I was hoping there was some trick to save time.
Marc,
In addition to Bill Downall's wonderful solution, you may define
a variable in report, such as DayOfMonth = (IDay(B_Date)), and
then define a "Break" based on that "variable" to sort the report
in ascending order. Make sure that the variable is evaluated at
the [D]etail band.
Take a look at the "CustYellowPages" which demonstrates the use
of report breaks using the "variable", defined as expression, in
report.
Database: RRBYW10
Report: CustYellowPages
Associated Table: Customer
Expression: vFirstLetter = ('-'&(SGET(Company,1,1))&'-')
Report Break 0: vFirstLetter
Break On: Variable
Enjoy!
Very Best R:egards,
Razzak.