Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Report with 4 different parts

Status
Not open for further replies.

skiabox

Technical User
Joined
Aug 27, 2002
Messages
125
Location
GR
I want to make a report with 4 columns that work independently one from another.I mean that every column must have a different grouping, different summaries etc.
Any idea how to do that?
Thank you!
 
I even need different data in every column.
I mean the second columns brings more data from the database.
Basically the first column should be a column about a date's totals of some kind, the second column should be a month's totals the 3rd a year's total and the fourth the totals of the rest of the years of the database.
The first column get's its date by a parameter field.The second column show the month's total of that parameter field.The third shows the year's totals and the forth column show the totals of the remaining years.

For example if the user enters 12/3/2007 when the report is running or refreshed the first column shows some data about that date , the second column shows the totals of the 3rd month of the year, the third column shows the totals of the 2007 year and the foourth column shows the total of the other years of the database.
 
I solved this one using cross-tabs!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top