Viewing 15 posts - 211 through 225 (of 232 total)
I'm in the process changing all my reports to use SPs. I'm lucky, we report off of replicated DBs so the only things in my catalog are the report...
June 8, 2010 at 6:46 am
I had ca similar problem. The problem may lie in the type of AD group that you're using. I believe ( this problem was a while ago), that if...
June 1, 2010 at 6:34 am
I know I had problems with page breaks within a tablix that I had to fix by checking the KeepwithGroup, keeptogether, and repeatonnewpage settings of for each row and group...
May 28, 2010 at 7:10 am
I had this problem too. I believe if you make the subreport parameter multi-value then you can pass it. You'll have to remove the value(0) part. Just...
April 30, 2010 at 7:04 am
What we all should be doing is also posting links to the software we like. I'll add a few more to my list. I generally just use SSMS....
April 12, 2010 at 7:11 am
I have my favourites like notepad++, and onenote, and a few apps I wrote myself but I find the tool I miss the most when I work on a different...
April 9, 2010 at 7:25 am
I used to be a generalist, I worked for for an IBM partner just doing general repair, or programming or anything else that nobody else wanted to do. When...
March 9, 2010 at 7:14 am
I have a script that I did that is similar to yours I have an additional join in it.
try this one:
SELECT UserName, Path, RoleName
FROM dbo.Catalog
INNER JOIN dbo.Policies on dbo.Policies.PolicyID =...
February 12, 2010 at 7:46 am
What I've been using for drill down in situation where I can't build it into the report is to use the Action->Go to Report to go to another report. ...
January 8, 2010 at 7:38 am
I then go to parameters and for each of my parameters I choose expression, then go to dataset and choose the Parameter value.
=First(Fields!SCH_NAME,”SessionalSchoolName”)
=First(Fields!AC_YEAR,”DimDateTimeAACYEAR”)
Looks like your parameters have dataset values in...
December 17, 2009 at 6:45 am
I've run into the same thing. I just take the sub report and put at the top of the body instead. Not as nice of course because the...
November 25, 2009 at 9:02 am
I've started coming in to work an hour earlier so I can study (and do it in relative peace). If my kids go to bed nicely I even get...
October 9, 2009 at 10:12 am
I don't understand not taking advantage of a library. I'd love to be able to have a resource like that, I'm slowly building my own and one day...
October 9, 2009 at 9:59 am
My current employer is very good at providing training(Which I haven't yet taken advantage of). I had always before did my own training out of pocket. I had...
October 9, 2009 at 7:03 am
the whole single song .vs. album is interesting. What would happen to albums like "the wall"? would 90% of the world download "comfortably numb" and ignore the rest...
August 12, 2009 at 3:16 pm
Viewing 15 posts - 211 through 225 (of 232 total)