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

Report Not Sorting

edited June 2007 in General
I have just upgraded to Delphi 2007 and Report Builder 10.06 on Windows
Vista.
I have a report that was sorting correctly but now is NOT sorting correctly.
My data table is sorted using this sort (OptionID, MasterLineID,
IsMasterLine, LineID)
The report sorts using ONLY the LineID, what am I doing wrong??
Thank you in advance.

Comments

  • edited June 2007
    Hi Dan,

    This is not a known issue with ReportBuilder. Which database and
    connectivity are you using? Are you certain all other items in you
    application are the same including the data that is being accessed? Are you
    able to recreate this issue with a simple example? If so, please send the
    example in .zip format to support@digital-metaphors.com and I'll take a look
    at it for you.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited June 2007
    Thank you for the response Nico.
    Actually, I found the resolution. I was linking my data directly to a data
    table (Advantage Database) and the sort is done (or rather was done in
    Delphi 7 and RBuilder 9) on the data table.
    I ended up building a query to handle the sorts and all is working now.
    Thank you again for your response.!
    Dan


This discussion has been closed.