 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; SQL Server Reporting Services</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/sql-server/sql-server-reporting-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 09:10:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>SSRS 2008 R2 Trendlines</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ssrs-2008-r2-trendlines/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/ssrs-2008-r2-trendlines/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 08:19:41 +0000</pubDate>
		<dc:creator>NHSNick</dc:creator>
				<category><![CDATA[SQL Server Reporting Services]]></category>
		<category><![CDATA[SQL Server Reporting Services 2008]]></category>
		<category><![CDATA[SSRS]]></category>
		<category><![CDATA[SSRS 2008]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I cannot find out how to add trendlines to my SSRS 2008 R2 report. TechNet http://technet.microsoft.com/en-us/library/dd207034.aspx refers to a &#8216;Values&#8217; area and an option to &#8216;Add Calculated Series&#8217;. The &#8216;Values&#8217; area I see does nothing on a &#8220;Right-click&#8221; and the option to &#8220;Add Calculated Series&#8221; I cannot find anywhere.]]></description>
				<content:encoded><![CDATA[<p>I cannot find out how to add trendlines to my SSRS 2008 R2 report. TechNet http://technet.microsoft.com/en-us/library/dd207034.aspx refers to a &#8216;Values&#8217; area and an option to &#8216;Add Calculated Series&#8217;. The &#8216;Values&#8217; area I see does nothing on a &#8220;Right-click&#8221; and the option to &#8220;Add Calculated Series&#8221; I cannot find anywhere.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/ssrs-2008-r2-trendlines/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to configure parameters display in SSRS 2008?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-configure-parameters-display/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-configure-parameters-display/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 11:29:26 +0000</pubDate>
		<dc:creator>SoniaA</dc:creator>
				<category><![CDATA[SQL Server Reporting Services]]></category>
		<category><![CDATA[SQL Server Reporting Services 2008]]></category>
		<category><![CDATA[SSRS 2008]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, I know it wasn&#8217;t possible in ssrs 2005 to have parameters displayed into more than 2 columns. My question is has it be solved in ssrs 2008r2 ? If yes, how can I do it ? If no, is there a possibility to walk around this issue ? Many thanks, Sonia]]></description>
				<content:encoded><![CDATA[<p>Hi, <br/><br/> I know it wasn&#8217;t possible in ssrs 2005 to have parameters displayed into more than 2 columns. <br/><br/> My question is has it be solved in ssrs 2008r2 ? If yes, how can I do it ? If no, is there a possibility to walk around this issue ?<br/><br/> Many thanks, <br/><br/> Sonia<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-configure-parameters-display/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the PIVOT function</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/using-the-pivot-function/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/using-the-pivot-function/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 09:13:56 +0000</pubDate>
		<dc:creator>ChristinaSym</dc:creator>
				<category><![CDATA[PIVOT]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SQL Server 2008 Reporting Services]]></category>
		<category><![CDATA[SQL Server Reporting Services]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi there, I&#8217;m pretty new to SQL and I&#8217;m trying to use the PIVOT function in Sequel Server 2008 R2. I&#8217;ve followed a whole bunch of examples and tutorials but just can&#8217;t quite get my syntax right. I have a database of applications. Fields include ApplicationID, Status Description and StatusID, and the date each status [...]]]></description>
				<content:encoded><![CDATA[<p>Hi there, <br/><br/> I&#8217;m pretty new to SQL and I&#8217;m trying to use the PIVOT function in Sequel Server 2008 R2. I&#8217;ve followed a whole bunch of examples and tutorials but just can&#8217;t quite get my syntax right.<br/><br/> I have a database of applications. Fields include ApplicationID, Status Description and StatusID, and the date each status was reached. I was to create a cross tab report which shows each status and the date it was reached on one row so that I can operate a DateDiff between the stages. <br/><br/> I cannot for the life of me figure out what is wrong with this query: <br/><br/> SELECT ApplicationID, DateReached, [1], [2], [3], [4], [5], [6], [7] FROM <br/><br/> (SELECT ApplicationID, DateReached, StatusID FROM vw_ApplicationsReceived) as SourceData <br/><br/> PIVOT (MAX(DateReached) FOR StatusID IN [1], [2], [3], [4], [5], [6], [7]) AS PivotTable <br/><br/> Please could someone tell me whether I&#8217;m heading in the right direction? If so, what about this query is invalid?<br/><br/> Many thanks, <br/><br/> Christina<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/using-the-pivot-function/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SQL Report Help</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-report-help/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sql-report-help/#comments</comments>
		<pubDate>Tue, 31 May 2011 23:35:55 +0000</pubDate>
		<dc:creator>Blowinup</dc:creator>
				<category><![CDATA[Reporting]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Reports]]></category>
		<category><![CDATA[SQL Server Reporting Services]]></category>
		<category><![CDATA[SQL Server Reports]]></category>
		<category><![CDATA[SSRS]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi I&#8217;m dave and I&#8217;m new to the forum, SQL and SSRS. Thanks in advance for your assistance and patience. I have a recall report that produces letters for every patient who needs to return to the office on a certain date based on their recall plan (a plan that determines when they should return [...]]]></description>
				<content:encoded><![CDATA[<p>Hi I&#8217;m dave and I&#8217;m new to the forum, SQL and SSRS. Thanks in advance for your assistance and patience. <br/><br/> I have a recall report that produces letters for every patient who needs to return to the office on a certain date based on their recall plan (a plan that determines when they should return based on their condition).<br/><br/>  I have another table that stores all appointments for each patients (past and present). Appointments in the recall_plans table are auto-generated whereas appointments in the appointments table where created manually. The recall plan report is not checked if a person calls in to make an appointment so often the same appointment is represented in both tables resulting in duplicate reminder letters being sent out. <br/><br/> I need to do two things: (I know my approach is not necessarily resolving the business problem but this is what I am tasked with) <br/><br/>
<ol>
<li>I need to produce a list showing the next appointment for each patient but only if it is in the future. </li>
<li>I need to add a column to the first report showing each patient’s next appointment so someone can manually identify that duplicate letters would go out for specific patients and intervene accordingly. </li>
</ol>
<p> Recall Report Query: <br/><br/> SELECT description as [Plan Name], per.first_name + &#8216; &#8216; + per.last_name as [Patient], substring (plan_start_date, 5,2) + &#8216;-&#8217; + substring (plan_start_date, 7,2) + &#8216;-&#8217; + substring (plan_start_date, 1,4) as [Plan Start Date], substring (nr.expected_return_date, 5,2) + &#8216;-&#8217; + substring (nr.expected_return_date, 7,2) + &#8216;-&#8217; + substring (nr.expected_return_date, 1,4) as [Expected Return Date] FROM recall_plan_mstr rp, patient_recall_plans nr, patient pt, person per WHERE rp.practice_id = nr.practice_id and rp.recall_plan_id = nr.recall_plan_id and nr.practice_id = pt.practice_id and nr.person_id = pt.person_id and per.person_id = pt.person_id and (active_plan_ind = &#8216;Y&#8217;) and rp.practice_id = &#8217;0025&#8242; <br/><br/> Recall Report Results: <br/><br/> PLAN NAME PATIENT START RETURN <br/><br/> OFFICE VISIT W/ DR Charles Span 04-18-2011 12-15-2011<br/><br/>  <br/><br/> Appointments Query: <br/><br/> select person_id, appt_date from appointments where person_id is not null group by person_id, appt_date order by person_id, appt_date desc <br/><br/> Appointments Results: <br/><br/> 073C8F83-CE15-4192-8E12-00006CB5A433 20091228 073C8F83-CE15-4192-8E12-00006CB5A433 20090510 073C8F83-CE15-4192-8E12-00006CB5A433 20090301 073C8F83-CE15-4192-8E12-00006CB5A433 20081006 378A281C-FAE7-43DF-BC03-00006E386680 20110509 378A281C-FAE7-43DF-BC03-00006E386680 20110217 378A281C-FAE7-43DF-BC03-00006E386680 20110124 378A281C-FAE7-43DF-BC03-00006E386680 20110111 378A281C-FAE7-43DF-BC03-00006E386680 20101207 816D4D31-3C99-4762-878D-000097883B73 20110316 816D4D31-3C99-4762-878D-000097883B73 20101216 <br/><br/> Questions: <br/><br/>
<ol>
<li>How can I produce a list from the appointments table that results with one patient per row with only the latest appointment that is in the future? Do I need to write a cursor for that? </li>
<li>How can I comingle this list into my recall report so it has a column to the right of return column that displays the patient’s next appointment date (future only)? </li>
</ol>
<p> Both tables have a person number GUID. <br/><br/> I hope i have adequately explained and provided enough information. If any additional information is needed please don’t hesitate to ask. <br/><br/> Thanks, dave<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sql-report-help/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSRS Report switch for Operational DB to DWH</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ssrs-report-switch-for-opperational-db-to-dwh/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/ssrs-report-switch-for-opperational-db-to-dwh/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 14:43:45 +0000</pubDate>
		<dc:creator>An279505</dc:creator>
				<category><![CDATA[SQL Server data warehousing/business intelligence]]></category>
		<category><![CDATA[SQL Server Reporting Services]]></category>
		<category><![CDATA[SQL Server Reporting Services 2008]]></category>
		<category><![CDATA[SSRS]]></category>
		<category><![CDATA[SSRS 2008]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[We currently are running a large report off of the operational DB but in turn used this report to create a DWH in order to get this report to run faster. Before we used a stored procedure with many smaller queries that summed our numbers. Since we have the DWH that stores all this needed [...]]]></description>
				<content:encoded><![CDATA[<p>We currently are running a large report off of the operational DB but in turn used this report to create a DWH in order to get this report to run faster. Before we used a stored procedure with many smaller queries that summed our numbers. Since we have the DWH that stores all this needed data in one or two fact tables (the operational DB is highly normalized) is it better in terms of performance to create one sql statement that pulls these flags on each row (i.e. Gender &#8211; F, M, NULL) and then do a sum on the report side by using group by&#8217;s or is it a better idea to sum all the numbers in the SQL statement and just throw these summed amounts into individual text boxes?<br/><br/> This is the first Data Warehouse I have ever created or even seen and I am just trying to figure out the capability of this with the use of SSRS. If you need any more specifics or have further questions I can give further detail. Thanks so much!<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/ssrs-report-switch-for-opperational-db-to-dwh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SRS 2005 Export to EXCEL</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/srs-2005-export-to-excel/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/srs-2005-export-to-excel/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 13:20:42 +0000</pubDate>
		<dc:creator>Oldmickey</dc:creator>
				<category><![CDATA[SQL Export to Excel]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server Reporting Services]]></category>
		<category><![CDATA[SSRS 2005]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Is there anyway to turn off Wrap Text formating on report rows/colimns as it is exported to EXCEL from Reporting Services 2005]]></description>
				<content:encoded><![CDATA[<p>Is there anyway to turn off Wrap Text formating on report rows/colimns as it is exported to EXCEL from Reporting Services 2005</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/srs-2005-export-to-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSRS Report Export to Excel</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ssrs-report-export-to-excel/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/ssrs-report-export-to-excel/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 07:14:00 +0000</pubDate>
		<dc:creator>Radhikavarshit</dc:creator>
				<category><![CDATA[excel]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Reporting Services]]></category>
		<category><![CDATA[SSRS]]></category>
		<category><![CDATA[SSRS 2005]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[When exported to Excel, some data is hidden from view by the row heigth. Rows must be expanded to view. Please suggest me a nice solution so that if the data is more than the single line, it has to expand the row height.]]></description>
				<content:encoded><![CDATA[<p>When exported to Excel, some data is hidden from view by the row heigth. Rows must be expanded to view. Please suggest me a nice solution so that if the data is more than the single line, it has to expand the row height.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/ssrs-report-export-to-excel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SSRS 2008 from SSRS 2005, Authentication</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ssrs-2008-from-ssrs-2005-authentication/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/ssrs-2008-from-ssrs-2005-authentication/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 10:32:56 +0000</pubDate>
		<dc:creator>MrPryor</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server authentication]]></category>
		<category><![CDATA[SQL Server Reporting Services]]></category>
		<category><![CDATA[SQL Server Reporting Services 2008]]></category>
		<category><![CDATA[SSRS 2005]]></category>
		<category><![CDATA[SSRS 2008]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Currently I am running a 2005 SSRS Website, and 7/9 of my reports are done in 2005, and when I try access the 2 reports in 2008, it prompts me to enter my user name and password again, with this converter, will it solve this issue? I need a solution to get around the authentication [...]]]></description>
				<content:encoded><![CDATA[<p>Currently I am running a 2005 SSRS Website, and 7/9 of my<br />
reports are done in 2005, and when I try access the 2 reports in 2008, it prompts<br />
me to enter my user name and password again, with this converter, will it solve<br />
this issue? I need a solution to get around the authentication of 2008 (with<br />
its extra level of authentication) which is not in 2005 SSRS, will this help<br />
with this issue, I have looked everywhere and there doesn’t seem to be a<br />
solution to this problem.<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/ssrs-2008-from-ssrs-2005-authentication/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to make a graph always visible when there is no data?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-make-a-graph-always-visible-when-there-is-no-data/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-make-a-graph-always-visible-when-there-is-no-data/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 08:52:46 +0000</pubDate>
		<dc:creator>Zhounan</dc:creator>
				<category><![CDATA[SQL Server Reporting Services]]></category>
		<category><![CDATA[SSRS]]></category>
		<category><![CDATA[SSRS Performance]]></category>
		<category><![CDATA[SSRS reports]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, I am currently creating a report in SSRS which contains many tables including a graph on one page. The formatting is nice generally, but when there is no data in the graph, everything will be different. So, I am trying to keep the graph always visible to keep the formatting. Is that possible? Thanks, [...]]]></description>
				<content:encoded><![CDATA[<p>Hi,<br />
I am currently creating a report in SSRS which contains many tables including a graph on one page. The formatting is nice generally, but when there is no data in the graph, everything will be different. So, I am trying to keep the graph always visible to keep the formatting. Is that possible?<br />
Thanks,<br />
Joe</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-make-a-graph-always-visible-when-there-is-no-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Reporting Services (SSRS) Reports 2005</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ssrs-reports-2005/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/ssrs-reports-2005/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 12:06:44 +0000</pubDate>
		<dc:creator>YogeshNT</dc:creator>
				<category><![CDATA[input parameters]]></category>
		<category><![CDATA[Parameters]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server reporting]]></category>
		<category><![CDATA[SQL Server Reporting Services]]></category>
		<category><![CDATA[SSRS]]></category>
		<category><![CDATA[SSRS reports]]></category>
		<category><![CDATA[SSRS Reports 2005]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[How to include to Input parameters in the report, so as to help users identify the parameters on which the report was run.]]></description>
				<content:encoded><![CDATA[<p>How to include to Input parameters in the report, so as to help users identify the parameters on which the report was run.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/ssrs-reports-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/30 queries in 0.039 seconds using memcached
Object Caching 945/1081 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 10:27:40 -->