Viewing 11 posts - 1 through 11 (of 11 total)
Got this one sorted after speaking to a colleague, thanks.
FYI - added UserID via Report -> Report Parameters and then added these to the individual reports via report properties.
March 10, 2011 at 2:01 am
Hi
Thanks for your response.
So I have 2 reports, each with it's own data set. These work individually.
I can add both to a single report but get an error "sub report...
March 8, 2011 at 5:18 am
Tested and working.
Thanks. 😀
February 12, 2010 at 3:51 am
If you believe this can be done in a much simpler way, I'd really like to know how! :w00t:
Thanks for the solution above. I will test this out.
Appreciate...
February 9, 2010 at 5:03 am
Yes.
First, I'll declare all columns in the attribute table as variables.
DECLARE@xid numeric
DECLARE@xGroup numeric
DECLARE@xname varchar(10)
DECLARE@xValue varchar(10)
DECLARE@xuserID numeric
I set them to the values I want. Some are constant values while the others...
February 9, 2010 at 4:38 am
Hi
Thank you for the SQL to generate the attribute ID. Not sure if I've been completely clear on this...
My user IDs come from another query. I need to insert each...
February 9, 2010 at 3:25 am
Hi
Thanks again for responses. Code below should create tables and insert some sample data.
Notes
- ID of User and Group tables correspond with User & Group in Attributes and Membership tables
-...
February 9, 2010 at 2:34 am
Ramesh Saive (2/6/2010)
February 8, 2010 at 3:49 am
Thanks for the response.:-)
Ok...
I have the following tables:
User - contains id and name of user
Group - contains id and name of group
Membership - contains the unique id of user and...
February 5, 2010 at 9:14 am
bc_ (12/9/2009)
December 10, 2009 at 9:30 am
Hi. I was looking at reporting services previously. The problem is I think I need a combination of the 2 to email reports and so on. How would you recommend...
December 9, 2009 at 1:33 pm
Viewing 11 posts - 1 through 11 (of 11 total)