<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: SSRS, SSAS &#8211; Auto Pick Yesterday</title>
	<atom:link href="http://blog.stevienova.com/2007/01/22/ssrs-ssas-auto-pick-yesterday/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stevienova.com/2007/01/22/ssrs-ssas-auto-pick-yesterday/</link>
	<description>Homepage of Steve Novoselac</description>
	<lastBuildDate>Fri, 12 Mar 2010 15:59:49 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Whatever-ishere</title>
		<link>http://blog.stevienova.com/2007/01/22/ssrs-ssas-auto-pick-yesterday/comment-page-1/#comment-82586</link>
		<dc:creator>Whatever-ishere</dc:creator>
		<pubDate>Wed, 21 Nov 2007 17:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevienova.com/2007/01/22/ssrs-ssas-auto-pick-yesterday/#comment-82586</guid>
		<description>thanks for the GREAT post! Very useful...</description>
		<content:encoded><![CDATA[<p>thanks for the GREAT post! Very useful&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Novoselac</title>
		<link>http://blog.stevienova.com/2007/01/22/ssrs-ssas-auto-pick-yesterday/comment-page-1/#comment-69617</link>
		<dc:creator>Steve Novoselac</dc:creator>
		<pubDate>Fri, 10 Aug 2007 18:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevienova.com/2007/01/22/ssrs-ssas-auto-pick-yesterday/#comment-69617</guid>
		<description>well, you should be able to drag your time DIM over in the filters in the query designer on the Data tab, and then check the boxes next to it for &quot;parameter&quot; and SSRS should automagically add it to your parameters on your report, the date picker is there and works just fine, it is just setting the default dynamically which is tough, which this post should  handle...</description>
		<content:encoded><![CDATA[<p>well, you should be able to drag your time DIM over in the filters in the query designer on the Data tab, and then check the boxes next to it for &#8220;parameter&#8221; and SSRS should automagically add it to your parameters on your report, the date picker is there and works just fine, it is just setting the default dynamically which is tough, which this post should  handle&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eivind G.</title>
		<link>http://blog.stevienova.com/2007/01/22/ssrs-ssas-auto-pick-yesterday/comment-page-1/#comment-69602</link>
		<dc:creator>Eivind G.</dc:creator>
		<pubDate>Fri, 10 Aug 2007 12:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevienova.com/2007/01/22/ssrs-ssas-auto-pick-yesterday/#comment-69602</guid>
		<description>Hey!

Can I use a similar approach to get RS to pass values from the datepicker to query an AS database? You ever got that working?</description>
		<content:encoded><![CDATA[<p>Hey!</p>
<p>Can I use a similar approach to get RS to pass values from the datepicker to query an AS database? You ever got that working?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Novoselac</title>
		<link>http://blog.stevienova.com/2007/01/22/ssrs-ssas-auto-pick-yesterday/comment-page-1/#comment-51641</link>
		<dc:creator>Steve Novoselac</dc:creator>
		<pubDate>Wed, 07 Feb 2007 22:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevienova.com/2007/01/22/ssrs-ssas-auto-pick-yesterday/#comment-51641</guid>
		<description>update:

=&quot;[Time].[Calendar Date].&amp;[&quot;&amp; Year(DateAdd(&quot;D&quot;,-1,DateTime.Now())) &amp;&quot;-&quot;&amp; IIf(Len(Month(DateAdd(&quot;D&quot;,-1,DateTime.Now()))) &lt; 2,Month(DateAdd(&quot;D&quot;,-1,DateTime.Now())),&quot;0&quot;&amp;Month(DateAdd(&quot;D&quot;,-1,DateTime.Now()))) &amp;&quot;-&quot;&amp; IIF(Len(Day(DateAdd(&quot;D&quot;,-1,DateTime.Now())).ToString()) &lt; 2,&quot;0&quot; &amp; Day(DateAdd(&quot;D&quot;,-1,DateTime.Now())).ToString(),Day(DateAdd(&quot;D&quot;,-1,DateTime.Now())).ToString()) &amp;&quot;T00:00:00]&quot;</description>
		<content:encoded><![CDATA[<p>update:</p>
<p>=&#8221;[Time].[Calendar Date].&#038;["&#038; Year(DateAdd("D",-1,DateTime.Now())) &#038;"-"&#038; IIf(Len(Month(DateAdd("D",-1,DateTime.Now()))) < 2,Month(DateAdd("D",-1,DateTime.Now())),"0"&#038;Month(DateAdd("D",-1,DateTime.Now()))) &#038;"-"&#038; IIF(Len(Day(DateAdd("D",-1,DateTime.Now())).ToString()) < 2,"0" &#038; Day(DateAdd("D",-1,DateTime.Now())).ToString(),Day(DateAdd("D",-1,DateTime.Now())).ToString()) &#038;"T00:00:00]&#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steffo</title>
		<link>http://blog.stevienova.com/2007/01/22/ssrs-ssas-auto-pick-yesterday/comment-page-1/#comment-51354</link>
		<dc:creator>Steffo</dc:creator>
		<pubDate>Sat, 03 Feb 2007 10:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevienova.com/2007/01/22/ssrs-ssas-auto-pick-yesterday/#comment-51354</guid>
		<description>=â€?[Time].[Calendar Date].&amp;[â€? &amp; Today().AddDays(-1).ToString(&quot;yyyy-MM-ddT00:00:00]&quot;)</description>
		<content:encoded><![CDATA[<p>=â€?[Time].[Calendar Date].&amp;[â€? &amp; Today().AddDays(-1).ToString("yyyy-MM-ddT00:00:00]&#8220;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie Maitland&#8217;s Blog MDX for using Yesterdays date in a SSRS Parameter &#171;</title>
		<link>http://blog.stevienova.com/2007/01/22/ssrs-ssas-auto-pick-yesterday/comment-page-1/#comment-50948</link>
		<dc:creator>Charlie Maitland&#8217;s Blog MDX for using Yesterdays date in a SSRS Parameter &#171;</dc:creator>
		<pubDate>Tue, 23 Jan 2007 21:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevienova.com/2007/01/22/ssrs-ssas-auto-pick-yesterday/#comment-50948</guid>
		<description>[...] MDX for using Yesterdays date in a SSRS&#160;Parameter January 23rd, 2007 &#8212; Charlie Maitland   Snippet from Stevienova that will return yesterdays date for use in a parameter. [...]</description>
		<content:encoded><![CDATA[<p>[...] MDX for using Yesterdays date in a SSRS&nbsp;Parameter January 23rd, 2007 &#8212; Charlie Maitland   Snippet from Stevienova that will return yesterdays date for use in a parameter. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
