Home > Archive > MS SQL Server Reporting Services > March 2005 > Does RS allow querying between tables?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Does RS allow querying between tables?
DCount17

2005-03-31, 8:03 pm

I have a very complex query that needs to return monthly and year-to-date
data. I'm using one table (table A) to correctly return the monthly data. I
would now like to create another table and use a result from table A to
correctly filter and display the year-to-date data along side the monthly
data.

Does RS allow querying between tables?

Example of desired results
Account July 2004 Year-to-Date
Ace hardware $3000.00 $8452.21


--
DCount
Timm

2005-03-31, 8:03 pm

You can't really use table A to display results into a different table. But
what you may want to try is to use the same dataset used in table A to create
a new table B and then on table B goto the properties of the table and then
goto the filters entry there and apply the filters you want to the table.
That should get you the results you're looking for.


> I have a very complex query that needs to return monthly and year-to-date
> data. I'm using one table (table A) to correctly return the monthly data. I
> would now like to create another table and use a result from table A to
> correctly filter and display the year-to-date data along side the monthly
> data.
>
> Does RS allow querying between tables?
>
> Example of desired results
> Account July 2004 Year-to-Date
> Ace hardware $3000.00 $8452.21
>
>
> --
> DCount

Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com