all groups > sql server reporting services > august 2005 >
You're in the

sql server reporting services

group:

A table within a table


A table within a table KimB
8/15/2005 2:26:33 PM
sql server reporting services: Does anyone know how to put a table within a table? I need to use
multiple datasets within one table, but since it will only let me put
one dataset within the table, I am trying to put a table within a table
but I can't get it to work. Thank you for any help that you can give!
RE: A table within a table daw
8/15/2005 3:16:16 PM
What are you trying to accomplish? Maybe there's another way....

[quoted text, click to view]
RE: A table within a table KimB
8/17/2005 7:21:05 AM
Hi! Actually, the stored procedures were already given to me and I have two
rows to put in my report, with row one coming from one procedure, and row two
coming from the other procedure. I did try putting a list within the table
and the list let me use a different data set than the table was....I know
that the table within a table should let me use different data sets, but I
havent been able to figure it out. Thank you for responding!

[quoted text, click to view]
RE: A table within a table daw
8/17/2005 9:39:03 AM
I haven't really used temp tables, but could you combine the data from the
two stored procedures into a temp table and use that as your data set?

[quoted text, click to view]
RE: A table within a table Henry Chen
8/18/2005 3:30:01 PM
I have the same problem too, the only difference is I have 20 stored
procedures to call for my 20 different tables.

[quoted text, click to view]
AddThis Social Bookmark Button