Steve, I don't know if this would work, but you can try a descending order sort on the index related to the breakpoint column break. Since R:BASE uses only one index to retrieve data for any query, there's a chance this still might not work, but give it a try: you might not need an enhancement request.
On the other hand, is there a reason to not be explicit, to not use an ORDER BY clause? CREATE INDEX upsidedown ON tablename breakcolumn DESC Bill On Fri, Sep 26, 2008 at 12:58 PM, Wills, Steve <[EMAIL PROTECTED]> wrote: > Am I blind or is it possible to define a Report Break as DESCending at > Design Time? > > > > I know I can use ORDER BY … DESC at Run Time, as long as my ORDER BY > sequence is in accord with the Report Breaks. > > > > However, I feel like this is a feature that might exist, but I'm the sort > of person who would've missed it. > > > > > > Thanks, > > Steve in Memphis > > > > > > > > J. Stephen Wills > > Program Manager, Research Informatics > > Office of the Vice Chancellor for Research > > University of Tennessee Health Science Center > > 62 S. Dunlap, Suite 400 > > Memphis, TN 38163 > > Office: 901-448-2389 > > FAX : 901-448-7133 > > >

