|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, April 30, 2013 2:10 PM
Points: 8,
Visits: 332
|
|
|
|
|
|
SSChasing Mays
      
Group: General Forum Members
Last Login: Friday, November 02, 2012 11:23 AM
Points: 650,
Visits: 190
|
|
| This is helpfull. Thank you!
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: 2 days ago @ 2:46 PM
Points: 2,561,
Visits: 18,910
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, January 18, 2013 10:16 AM
Points: 2,
Visits: 28
|
|
| Thank you! I've been waiting patiently for this next installment of this excellent series... being a complete newbie this is just what I've been looking for. Here's hoping the next article isn't quite as long in coming! ;)
|
|
|
|
|
SSC-Insane
         
Group: General Forum Members
Last Login: Yesterday @ 7:02 PM
Points: 21,376,
Visits: 9,584
|
|
Hey Jessica, I've just been tasked to make all our reports work on iphones. Any hints on how I can accomplish this?
The users will need to access an interface to pick their parameters and then consume the report (web, excel, pdf, etc).
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Tuesday, May 07, 2013 4:26 PM
Points: 20,
Visits: 218
|
|
Hi Jessica, 2008R2 exposes a lot of datasources. I have a couple of questions though. 1. Do I need to install the software drivers e.g teradata on the Reporting server? 2. Is it considered "best practice" not to have sql code in the report. I.e. all reports should have a stored proc.
Cheers.
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Friday, July 06, 2012 9:43 AM
Points: 16,
Visits: 89
|
|
Hello Jessica,
One of the biggest frustrations we've faced is not being able to mash-up two report datasets from different data sources together elegantly. In your scenario at the start of article 3, your user says "You need descriptions from this source, metrics from that source, and filters from another source". I hope in the next article your fictional character will find an elegant way to do this?
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, April 30, 2013 2:10 PM
Points: 8,
Visits: 332
|
|
What a great set of questions! Thanks to everyone who enjoyed my article. I'll try to answer your questions here.
jcrawf02, The intent of this article series is to be an introduction to Reporting Services. I consider those to be more advanced topics, so wasn't planning on including them. I'll see if I can fit multivalue parameters into a later article though! In the meantime, here is a good reference on using the Lookup function: http://prologika.com/CS/blogs/blog/archive/2009/08/12/reporting-services-lookup-functions.aspx
sbramblet, The result of working during the day and writing during the evening :) I will do my best to get the rest of the series out as soon as I can!
Ninja's_RGR'us, I'm actually not familiar with iPhone development, but SSRS reports can be exposed through any web browser. You may want to check out the mobile chapter in this book for help: http://search.barnesandnoble.com/Professional-SQL-Server-2005-Reporting-Services/Paul-Turley/e/9780764584978
Joe Fuller, Sure thing. 1) Yes, you'll want the .NET Teradata provider, which you can find here: http://www.teradata.com/DownloadCenter/Forum146-1.aspx 2) The "SQL or sproc" debate has been debated almost religiously over time, but my view is that it makes sense from an SSRS perspective to use stored procedures :)
kpatrick, The best way to merge data from different datasets into one report item is to use the Lookup function (introduced in 2008R2). Be aware that it doesn't scale very well, so you'll need to use it with caution. I won't be covering it in later articles, but hopefully this will help you!
And I'm off to work on the next article - thanks all! Jessica
|
|
|
|
|
SSCarpal Tunnel
       
Group: General Forum Members
Last Login: Tuesday, June 11, 2013 5:01 AM
Points: 4,815,
Visits: 1,343
|
|
Nice article. Very well written....
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: 2 days ago @ 2:46 PM
Points: 2,561,
Visits: 18,910
|
|
Thanks Jessica.
KPatrick, aside from the lookup function, if you only need to filter based on one column in your 3rd dataset, you can have that dataset return the appropriate column only, then set a Multi-Valued Parameter based on that dataset.
Then use that parameter in the WHERE clause of your dataset (e.g. WHERE IN(@myparam)). Since the Multi-Valued Parameter comes out formatted as a comma-separated list, it effectively filters your final dataset based on the values in the first dataset.
--------------------------------------------------------- How best to post your question How to post performance problems Tally Table:What it is and how it replaces a loop
"stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."
|
|
|
|