Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

i have a daily report that shows everything that came in on trains all day long (at the top of the report).

below that i have what came in on a specific train.

if there is more than one train in a day then i need this group to repeat.

how can i do this

Posted

Sorry not enough info

 

i have the report connected to a dataset.

the dataset is reading from 2 different tables.

the data at the top of the report is from one table

called daily

the data in the group is from a table called trains.

the sql statement that is loaded into the dataset looks like this:

 

select daily.*,Trains.* where daily.datestamp = '11/02/2003' and trains.datestamp = daily.datestamp

 

 

 

when this comes back with data there are two rows, both have the daily values in them and the trains data is different for the two trains.

how can i get this to group them so that the train data is grouped by the daily info.

 

or is there a better way to do this

 

Please help

Posted

i got it

 

the report was working correctly i just didn't have enough room at the bottom of the report to fit another group so i closed it in and the second group showed up on the page.

thanks for the views though.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...