If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > Problem with vdb7.01 report order

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-25-04, 07:48
Curt Sjoblom Curt Sjoblom is offline
Registered User
 
Join Date: Mar 2004
Posts: 2
Problem with vdb7.01 report order

I have a problem with a report in vdb7 where the report shows the rowsets in a different order than the querry.

I want the report to show the grouped rowsets in descending order within the groups. The querry is by design in such an order but the report shuffles this order so that the order within each group seem to be arbitrary.

If I omit the grouping the rowsets are shown in the correct order in the report.

I have even tried this with a simble database with fields (nr1 and nr2) numeric, ascending index order on nr1 and values (1 1) (1 2) (1 3) (1 4) (2 1) (2 2) (2 3) (2 4) (3 1) (3 2) (3 3)

the report grouped on nr1 gives a result with the following order

1 2
3
4
1
2 1
2
3
4
3 3
4
1
2

What can be done to get the values of nr2 in ascending or decending order.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On