Viewing 15 posts - 376 through 390 (of 2,010 total)
Can you be a bit more specific? Are you looking to gather data in a report and the post it back to the database? This would not be...
June 4, 2010 at 12:36 pm
only4mithunc (6/2/2010)
What I was trying to use is in the Jump to URL option we can give as
"void window.open('"+Globals!ReportServerUrl+"?"+Globals!ReportFolder+"/"+
but when I tried to use this in SSRS...
June 2, 2010 at 11:32 am
Why the insistence on using js? Why not use the built in properties or the report. The error message is pretty specific. It wants a url that...
June 2, 2010 at 9:49 am
I now see the issue, Since the data is in a large text area you dont' really have a whole lot of control over where the breaks happen... Here's a...
June 2, 2010 at 8:28 am
Can you please post the code you are using to generate the URLs? Are you using the URL Action property of the textbox? You'll probably need to create...
June 2, 2010 at 7:41 am
The question I have is how is the data stored? Can you get some examples so that we can have to code to play with, I have a few...
June 2, 2010 at 7:26 am
Steve Jones - Editor (6/1/2010)
Very cool video. Worth watching:
Anyone care to post the actual URL tinyUrls are blocked here as they make it "too easy to hide malicious URLS" or...
June 2, 2010 at 6:01 am
Is this a report that takes a long time to render or something? Does it have a large number of params? Why can't the user just re-run the...
June 1, 2010 at 12:18 pm
While it may not be ideal for your purposes, you can check out the report history (snapshot history) options. These are available from the report properties on the history...
June 1, 2010 at 9:55 am
You'll want to look in Books Online (SQL Server's help files) and search for things relating to SSRS making use of Parameters, and perhaps a matrix (if using 2005) or...
June 1, 2010 at 9:51 am
Paul White NZ (5/27/2010)
Steve Jones - Editor (5/27/2010)
Having great typing skills and lots of snippets as well might alleviate the need as well.
Well I'm a reasonable (code) typist, but to...
May 27, 2010 at 9:18 am
Basically a matrix is a CrossTab that gets auto generated on the fly. Seems like you are doing a sales report so it'd be something like the following, please...
May 27, 2010 at 8:14 am
There were entirely too many times I type the same code or case statement to code some of the reports I work with. I now replace 5-10 lines of...
May 27, 2010 at 8:09 am
I can't off the top of my head come up with a way for you to get just one reporting period without the others and without screwing with your total....
May 27, 2010 at 8:01 am
Viewing 15 posts - 376 through 390 (of 2,010 total)