Viewing 15 posts - 31 through 45 (of 223 total)
So, what is the answer?
August 14, 2013 at 10:39 am
Rob --
Two things:
1) Did you actually modify the query to handle parameter sniffing? From my own experience, I've had situations where parameter sniffing was the problem -- modifying a...
August 14, 2013 at 6:27 am
We applied a data viewer immediately after the excel data connector, and could see that the values are distorted coming out of the connector before being handed off to a...
July 26, 2013 at 10:16 am
Thanks for such a quick reply, Phil.
As you suggested, I exported a spreadsheet as a text file. The values in the text file match the values in the spreadsheet...
July 26, 2013 at 9:13 am
Couple of quick thoughts for you:
1) Not sure a radar plot is possible in SSRS -- (Don't see it as an option in SSRS 2005, at the very least)
2) If...
July 1, 2013 at 11:01 am
Ryan Duclos wrote an article for Redgate's technical solutions site, simple-talk.com, that may be of value for you. He discusses creating a calendar report in SSRS 2005:
https://www.simple-talk.com/sql/reporting-services/ten-common-sql-server-reporting-services-challenges-and-solutions/
[/url]
He also wrote a...
June 11, 2013 at 9:36 am
I believe you need to be a local admin of the server that SSRS resides on. Anyone who is a member of the local admin group should be have default...
April 18, 2013 at 7:35 am
Couple of quick thoughts for you:
1) The key to making this work is to strip the unit of measure from the initial dose. For example, if a drug dose...
April 4, 2013 at 8:49 am
Couple of thoughts for you to consider which might not give you the answer you desire, but certainly provides options:
1) Pie charts are not the best data visualization tool. Recommend...
April 3, 2013 at 8:22 am
Any chance you can provide a screenshot, perhaps from excel, of what you are trying to accomplish with the graphs?
Your post doesn't explain if your graph reflects a time series:...
April 2, 2013 at 6:33 am
One last thing, the code I posted is essentially a proof of concept. Ultimately, for SSRS reports that I build that involve a multivalued parameter, I pass the parameter to...
March 15, 2013 at 7:40 am
Now, assuming you have a tally table already or built one from the script I provided in the previous post, below is the sql to build a sample test table...
March 14, 2013 at 9:54 am
OK -- you've can create stored procs and such... good to know.
Next question -- do you have a "numbers" table or "tally" table on the server?
If not, here's some SQL...
March 14, 2013 at 9:24 am
Barbara -- Just out of curiosity, do you have permissions to create a stored proc or function on SQL server from where the data is being sourced? If not, then...
March 14, 2013 at 8:17 am
Barbara:
A couple of thoughts come to mind. Top of my head, I don't think SSRS has an equivalent built-in feature you described in Crystal. So, for the moment, I'll offer...
March 13, 2013 at 10:23 am
Viewing 15 posts - 31 through 45 (of 223 total)