Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Sorting DBtext

edited April 2004 in General
Hello,

How to sort the DBtext data?

Thanks

OIL

Comments

  • edited April 2004
    ReportBuilder simply traverses the dataset you provide top to bottom. You
    will need to sort your dataset in SQL code using the Order By command to get
    a dbText to show up this way. The one exception is using the CrossTab
    component, in this case the CrossTab engine will automatically sort the
    dataset alphebetically.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.