<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Time-Sliced Measures Part I: Defining the Problem</title>
	<atom:link href="http://www.dagira.com/2009/08/08/time-sliced-measures-part-i-defining-the-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dagira.com/2009/08/08/time-sliced-measures-part-i-defining-the-problem/</link>
	<description>...you are in a twisty maze of passageways, all different...</description>
	<lastBuildDate>Tue, 07 Feb 2012 17:17:49 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shiva</title>
		<link>http://www.dagira.com/2009/08/08/time-sliced-measures-part-i-defining-the-problem/comment-page-1/#comment-686</link>
		<dc:creator>Shiva</dc:creator>
		<pubDate>Fri, 21 Aug 2009 10:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=124#comment-686</guid>
		<description>This topic doesn&#039;t mean the one you published...........

This time sliced measures..... This topic as a whole is a killer... i believe one who does this perfectly he can do anything in time related fields.....</description>
		<content:encoded><![CDATA[<p>This topic doesn&#8217;t mean the one you published&#8230;&#8230;&#8230;..</p>
<p>This time sliced measures&#8230;.. This topic as a whole is a killer&#8230; i believe one who does this perfectly he can do anything in time related fields&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shiva</title>
		<link>http://www.dagira.com/2009/08/08/time-sliced-measures-part-i-defining-the-problem/comment-page-1/#comment-685</link>
		<dc:creator>Shiva</dc:creator>
		<pubDate>Fri, 21 Aug 2009 10:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=124#comment-685</guid>
		<description>When are you going to publish your second part Dave.....
This topic is a nightmare for me..... I&#039;m looking forward to it.

I&#039;ve also posted one of the ways to calculate YTD and MTD etc.... in your 2007 blog... its just i came to know of this link few days back.
I&#039;m repeating my formula here also .....

SDOY (start date of year): =To_Date(&quot;1/1&quot;+FormatDate(currentdate();&quot;yyyy&quot;);&quot;MM/dd/yyyy&quot;)
Then you have the current date with you ..... as currentdate()
Use these 2 to create YTD 
Similarly for YTM......

Regards,</description>
		<content:encoded><![CDATA[<p>When are you going to publish your second part Dave&#8230;..<br />
This topic is a nightmare for me&#8230;.. I&#8217;m looking forward to it.</p>
<p>I&#8217;ve also posted one of the ways to calculate YTD and MTD etc&#8230;. in your 2007 blog&#8230; its just i came to know of this link few days back.<br />
I&#8217;m repeating my formula here also &#8230;..</p>
<p>SDOY (start date of year): =To_Date(&#8221;1/1&#8243;+FormatDate(currentdate();&#8221;yyyy&#8221;);&#8221;MM/dd/yyyy&#8221;)<br />
Then you have the current date with you &#8230;.. as currentdate()<br />
Use these 2 to create YTD<br />
Similarly for YTM&#8230;&#8230;</p>
<p>Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://www.dagira.com/2009/08/08/time-sliced-measures-part-i-defining-the-problem/comment-page-1/#comment-677</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Tue, 18 Aug 2009 14:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=124#comment-677</guid>
		<description>Hmm, a normalized data model is really bad for reporting, it is typically used for OLTP systems or as an atomic layer for a data warehouse. Nevertheless, one should denormalize the 3NF as necessary. Of course the standard (Kimbal) Star-schema is ideal for reporting (I know this is nothing new for you Eileen though).

If you needed various time-sliced measures and have the luxury of a data mart/data warehouse, then  calculating some of the time-sliced measures (such as Current YTD, Previous YTD, etc.) as part of the fact table (=additional columns) would be the easiest IMHO.</description>
		<content:encoded><![CDATA[<p>Hmm, a normalized data model is really bad for reporting, it is typically used for OLTP systems or as an atomic layer for a data warehouse. Nevertheless, one should denormalize the 3NF as necessary. Of course the standard (Kimbal) Star-schema is ideal for reporting (I know this is nothing new for you Eileen though).</p>
<p>If you needed various time-sliced measures and have the luxury of a data mart/data warehouse, then  calculating some of the time-sliced measures (such as Current YTD, Previous YTD, etc.) as part of the fact table (=additional columns) would be the easiest IMHO.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Rathbun</title>
		<link>http://www.dagira.com/2009/08/08/time-sliced-measures-part-i-defining-the-problem/comment-page-1/#comment-673</link>
		<dc:creator>Dave Rathbun</dc:creator>
		<pubDate>Tue, 18 Aug 2009 01:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=124#comment-673</guid>
		<description>It should work okay, but could get really messy. The driving factor here is you have an alias / context for every time-slice / fact combination. So if you have pseudo-fact tables (anything with measures, basically, think of the Motors training database if you want) and multiple contexts already, then the number of contexts that you&#039;ll have could become ... unwieldy.</description>
		<content:encoded><![CDATA[<p>It should work okay, but could get really messy. The driving factor here is you have an alias / context for every time-slice / fact combination. So if you have pseudo-fact tables (anything with measures, basically, think of the Motors training database if you want) and multiple contexts already, then the number of contexts that you&#8217;ll have could become &#8230; unwieldy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eileen King</title>
		<link>http://www.dagira.com/2009/08/08/time-sliced-measures-part-i-defining-the-problem/comment-page-1/#comment-672</link>
		<dc:creator>Eileen King</dc:creator>
		<pubDate>Mon, 17 Aug 2009 20:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=124#comment-672</guid>
		<description>Here&#039;s the REAL question...

How do you think this would work with a 3NF data model with multiple contexts by subject?</description>
		<content:encoded><![CDATA[<p>Here&#8217;s the REAL question&#8230;</p>
<p>How do you think this would work with a 3NF data model with multiple contexts by subject?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eileen King</title>
		<link>http://www.dagira.com/2009/08/08/time-sliced-measures-part-i-defining-the-problem/comment-page-1/#comment-670</link>
		<dc:creator>Eileen King</dc:creator>
		<pubDate>Mon, 17 Aug 2009 19:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=124#comment-670</guid>
		<description>I&#039;ve got to have the implementation finished this week... :)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got to have the implementation finished this week&#8230; <img src='http://www.dagira.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Rathbun</title>
		<link>http://www.dagira.com/2009/08/08/time-sliced-measures-part-i-defining-the-problem/comment-page-1/#comment-666</link>
		<dc:creator>Dave Rathbun</dc:creator>
		<pubDate>Sun, 16 Aug 2009 22:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=124#comment-666</guid>
		<description>Eileen, the answer to your question is scheduled to come out shortly. :)</description>
		<content:encoded><![CDATA[<p>Eileen, the answer to your question is scheduled to come out shortly. <img src='http://www.dagira.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eileen King</title>
		<link>http://www.dagira.com/2009/08/08/time-sliced-measures-part-i-defining-the-problem/comment-page-1/#comment-664</link>
		<dc:creator>Eileen King</dc:creator>
		<pubDate>Fri, 14 Aug 2009 13:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=124#comment-664</guid>
		<description>I&#039;ve worked with it and to answer my own question, the answer is yes.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve worked with it and to answer my own question, the answer is yes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eileen King</title>
		<link>http://www.dagira.com/2009/08/08/time-sliced-measures-part-i-defining-the-problem/comment-page-1/#comment-663</link>
		<dc:creator>Eileen King</dc:creator>
		<pubDate>Tue, 11 Aug 2009 20:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=124#comment-663</guid>
		<description>Dave,

This is awesome!  I was looking at your presentation for my current project so the fact that you blogged about is even better.

I was hoping you could clarify Slide 23 for me.  What information actually goes into &quot;cal_tmslc_mn_val&quot;?  You have it labeled as the Time slice name.  Would I have one for each of the different time slice periods?  So I would have rows with start and end dates for period, quarter, YTD, full period, etc...

Thanks!</description>
		<content:encoded><![CDATA[<p>Dave,</p>
<p>This is awesome!  I was looking at your presentation for my current project so the fact that you blogged about is even better.</p>
<p>I was hoping you could clarify Slide 23 for me.  What information actually goes into &#8220;cal_tmslc_mn_val&#8221;?  You have it labeled as the Time slice name.  Would I have one for each of the different time slice periods?  So I would have rows with start and end dates for period, quarter, YTD, full period, etc&#8230;</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

