Viewing 15 posts - 31 through 45 (of 64 total)
Thanks Perry!
Just used that URL for a post!
February 2, 2006 at 12:44 pm
Awesome! Thank you guys! This is perfect!
February 2, 2006 at 7:35 am
There's no data in the db yet, I was just trying to replicate from another db in the quickest manner possible.
I have my script for the tables and sproc creation,...
February 1, 2006 at 9:12 pm
Perry,
Do you know where to report a bug about SRS?
I tried to look around here:
http://www.microsoft.com/sql/technologies/reporting/default.mspx
...but no luck finding anything.
Thanks for the interest!
February 1, 2006 at 6:19 pm
January 30, 2006 at 9:04 am
Hi Jim!
What's you query look like?
We've been using SRS for about six months now, and have around 100 adhoc reports.
What I do is something like this:
1. Set up the SQL...
January 19, 2006 at 6:51 am
finally I figured it out by the following expression on the Visibility tab of my 2nd level group "ThreeItems" (table1_Group1 is my top level grouping, and "ThreeItems" is my second...
December 20, 2005 at 2:26 pm
I've tried to work with the group's visibility expression of:
=IIF(ReportItems!txtPerson is "No Mgr" and rownumber("table1_Group1")
> 1,true, False)
.....I'm trying to hide the group band if it's "No Mgr" in txtPerson and...
December 20, 2005 at 1:08 pm
Got it by:
Set detail band Hidden = "True"
Use a textbox in group band for toggle
December 15, 2005 at 10:29 am
Got it:
check the allow "Blank Value" box for the parameter, then click "View Report" when the report is run!
Thanks!
December 5, 2005 at 12:12 pm
My fault...I had the textbox "tag" in the page header and not in the list object itself.
It works!
Thanks!
September 22, 2005 at 3:24 pm
This is what I've tried so far, but it resets on every page.
So, each page is 1 even if the Unique ID spans 2-3 pages.
I only need it to reset...
September 22, 2005 at 12:21 pm
David,
Can you send me an example?
I tried yesterday to play with fields from the dataset, but I guess MSRS doesn't allow data fields in the report footers.
Thanks!
September 22, 2005 at 8:07 am
Yeah...good point. Less data / page, but more pages.
September 20, 2005 at 12:01 pm
I just changed the list object to page break on the grouping (so basically the change of the Unique ID will go to another/new page), and now the report is...
September 20, 2005 at 11:54 am
Viewing 15 posts - 31 through 45 (of 64 total)