<?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: Calculation Context Part I: Overview</title>
	<atom:link href="http://www.dagira.com/2010/01/04/calculation-context-part-i-overview/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dagira.com/2010/01/04/calculation-context-part-i-overview/</link>
	<description>...you are in a twisty maze of passageways, all different...</description>
	<lastBuildDate>Fri, 30 Jul 2010 13:04:22 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dave Rathbun</title>
		<link>http://www.dagira.com/2010/01/04/calculation-context-part-i-overview/comment-page-1/#comment-1286</link>
		<dc:creator>Dave Rathbun</dc:creator>
		<pubDate>Tue, 27 Jul 2010 06:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=229#comment-1286</guid>
		<description>Hi, Sunil, you don&#039;t have a context issue in your scenario. It seems you need a calculation that includes everything except for the current month. I would experiment with code that looks something like this:
&lt;code&gt;=Sum(Spend) - Sum(Spend) Where (Month = Current Month)&lt;/code&gt;
That will get you an overall total and then &quot;back out&quot; the amount for the current month, leaving a current year total up to the end of the previous month. That&#039;s just an idea and not the actual syntax, as I am sure you realize.</description>
		<content:encoded><![CDATA[<p>Hi, Sunil, you don&#8217;t have a context issue in your scenario. It seems you need a calculation that includes everything except for the current month. I would experiment with code that looks something like this:<br />
<code>=Sum(Spend) - Sum(Spend) Where (Month = Current Month)</code><br />
That will get you an overall total and then &#8220;back out&#8221; the amount for the current month, leaving a current year total up to the end of the previous month. That&#8217;s just an idea and not the actual syntax, as I am sure you realize.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunil Patel</title>
		<link>http://www.dagira.com/2010/01/04/calculation-context-part-i-overview/comment-page-1/#comment-1280</link>
		<dc:creator>Sunil Patel</dc:creator>
		<pubDate>Sat, 24 Jul 2010 13:29:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=229#comment-1280</guid>
		<description>Dave,

I am trying to create formula context,
I have 3 measures to come up with.

measure 1 --- PY Total Spend
measure 2 --- Cy Total Spend 
measure 3 ----CY Total Spend Total (till the end of the previous month)

I have been a ble to create the first 2, my problem is getting the 3rd one created.
Thanks for your help.</description>
		<content:encoded><![CDATA[<p>Dave,</p>
<p>I am trying to create formula context,<br />
I have 3 measures to come up with.</p>
<p>measure 1 &#8212; PY Total Spend<br />
measure 2 &#8212; Cy Total Spend<br />
measure 3 &#8212;-CY Total Spend Total (till the end of the previous month)</p>
<p>I have been a ble to create the first 2, my problem is getting the 3rd one created.<br />
Thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Girish Jawale</title>
		<link>http://www.dagira.com/2010/01/04/calculation-context-part-i-overview/comment-page-1/#comment-1259</link>
		<dc:creator>Girish Jawale</dc:creator>
		<pubDate>Fri, 09 Jul 2010 18:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=229#comment-1259</guid>
		<description>Hey Dave,

I really appreciate your style of explaining the concepts.
This blog has really helped me a lot.
Cab you please throw more light on input and output contexts?

Thanks &amp; Regards,
Girish Jawale</description>
		<content:encoded><![CDATA[<p>Hey Dave,</p>
<p>I really appreciate your style of explaining the concepts.<br />
This blog has really helped me a lot.<br />
Cab you please throw more light on input and output contexts?</p>
<p>Thanks &amp; Regards,<br />
Girish Jawale</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://www.dagira.com/2010/01/04/calculation-context-part-i-overview/comment-page-1/#comment-1184</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Tue, 25 May 2010 20:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=229#comment-1184</guid>
		<description>I taught last week Web Intelligence courses and among the most important things I think are input/output contexts and track data (and the new formulas).
I wish we had the capability in Web Intelligence to evaluate a formula in its contexts (as we could with old DesktopIntelligence).</description>
		<content:encoded><![CDATA[<p>I taught last week Web Intelligence courses and among the most important things I think are input/output contexts and track data (and the new formulas).<br />
I wish we had the capability in Web Intelligence to evaluate a formula in its contexts (as we could with old DesktopIntelligence).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gobinath</title>
		<link>http://www.dagira.com/2010/01/04/calculation-context-part-i-overview/comment-page-1/#comment-1166</link>
		<dc:creator>gobinath</dc:creator>
		<pubDate>Wed, 19 May 2010 07:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=229#comment-1166</guid>
		<description>Is calculation context is used only for aggregation?
If not what are functions we can use?
pls give clear definition for calculation context</description>
		<content:encoded><![CDATA[<p>Is calculation context is used only for aggregation?<br />
If not what are functions we can use?<br />
pls give clear definition for calculation context</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John McCulloch</title>
		<link>http://www.dagira.com/2010/01/04/calculation-context-part-i-overview/comment-page-1/#comment-1137</link>
		<dc:creator>John McCulloch</dc:creator>
		<pubDate>Tue, 11 May 2010 10:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=229#comment-1137</guid>
		<description>Hi Dave, 

We were finding problems with %age calculation on a drilled report XI R2 SP4. The total we were dividing by always got filtered. XI 3 feature NOFILTER( [object]; drill) works in SP4 - this &#039;drill option&#039; is undocumented in SP4 help - so previously we had settled for two data sources, but this is far better. 

John</description>
		<content:encoded><![CDATA[<p>Hi Dave, </p>
<p>We were finding problems with %age calculation on a drilled report XI R2 SP4. The total we were dividing by always got filtered. XI 3 feature NOFILTER( [object]; drill) works in SP4 &#8211; this &#8216;drill option&#8217; is undocumented in SP4 help &#8211; so previously we had settled for two data sources, but this is far better. </p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Rathbun</title>
		<link>http://www.dagira.com/2010/01/04/calculation-context-part-i-overview/comment-page-1/#comment-1106</link>
		<dc:creator>Dave Rathbun</dc:creator>
		<pubDate>Wed, 21 Apr 2010 03:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=229#comment-1106</guid>
		<description>Hi, this really isn&#039;t a context issue. As &lt;a href=&quot;http://www.dagira.com/getting-support/&quot; rel=&quot;nofollow&quot;&gt;mentioned elsewhere&lt;/a&gt;, this blog isn&#039;t intended to be a source of personal support. You might want to try &lt;a href=&quot;http://busobj.forumtopics.com&quot; rel=&quot;nofollow&quot;&gt;BOB&lt;/a&gt; or contacting technical support with your questions if they are not related to a post here. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, this really isn&#8217;t a context issue. As <a href="http://www.dagira.com/getting-support/" rel="nofollow">mentioned elsewhere</a>, this blog isn&#8217;t intended to be a source of personal support. You might want to try <a href="http://busobj.forumtopics.com" rel="nofollow">BOB</a> or contacting technical support with your questions if they are not related to a post here. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ravi</title>
		<link>http://www.dagira.com/2010/01/04/calculation-context-part-i-overview/comment-page-1/#comment-1105</link>
		<dc:creator>ravi</dc:creator>
		<pubDate>Mon, 19 Apr 2010 21:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=229#comment-1105</guid>
		<description>while merging a vendor name only one value is duplicated .

example: vendor contains hfc, uhc ,and aetna  from table A.claim vendor contains uhc aetna and cobra

when merging i got  hfc
                    uhc
                    aetna 
                    aetna
                    cobra   

aetna is repeating twice in the merged dimension.could you please help me in resolving it.</description>
		<content:encoded><![CDATA[<p>while merging a vendor name only one value is duplicated .</p>
<p>example: vendor contains hfc, uhc ,and aetna  from table A.claim vendor contains uhc aetna and cobra</p>
<p>when merging i got  hfc<br />
                    uhc<br />
                    aetna<br />
                    aetna<br />
                    cobra   </p>
<p>aetna is repeating twice in the merged dimension.could you please help me in resolving it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Rathbun</title>
		<link>http://www.dagira.com/2010/01/04/calculation-context-part-i-overview/comment-page-1/#comment-1097</link>
		<dc:creator>Dave Rathbun</dc:creator>
		<pubDate>Thu, 15 Apr 2010 13:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=229#comment-1097</guid>
		<description>Hi, and thanks for your question. From what I can see, this issue doesn&#039;t require context. Simply create a new variable that combines Entity with Risk ID and then count the results.</description>
		<content:encoded><![CDATA[<p>Hi, and thanks for your question. From what I can see, this issue doesn&#8217;t require context. Simply create a new variable that combines Entity with Risk ID and then count the results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poonam N</title>
		<link>http://www.dagira.com/2010/01/04/calculation-context-part-i-overview/comment-page-1/#comment-1096</link>
		<dc:creator>Poonam N</dc:creator>
		<pubDate>Thu, 15 Apr 2010 11:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=229#comment-1096</guid>
		<description>I have data below
Region Country Entity RiskID ControlID
Asia  India     Sales 1001    2001
Asia  India     Sales 1001    2002
Asia  India     Sales 1002    2003
Asia  India   Marketing 1001  2001
Asia  India   Marketing 1001  2002
Asia  India   Marketing 1003  2004
Asia  India   Education 1001  2001
Asia  India   Education 1001  2002

Now in my report I want below dimensions and count of unique RiskIDs at the Entity level. as below. i.e. I want to extend the Count() function to include Entity in the input context.
Region  Country Count(RiskIDs)  
Asia  India      5

Kindly let me know how to write the formula for above.
Thank you,
Poonam N.</description>
		<content:encoded><![CDATA[<p>I have data below<br />
Region Country Entity RiskID ControlID<br />
Asia  India     Sales 1001    2001<br />
Asia  India     Sales 1001    2002<br />
Asia  India     Sales 1002    2003<br />
Asia  India   Marketing 1001  2001<br />
Asia  India   Marketing 1001  2002<br />
Asia  India   Marketing 1003  2004<br />
Asia  India   Education 1001  2001<br />
Asia  India   Education 1001  2002</p>
<p>Now in my report I want below dimensions and count of unique RiskIDs at the Entity level. as below. i.e. I want to extend the Count() function to include Entity in the input context.<br />
Region  Country Count(RiskIDs)<br />
Asia  India      5</p>
<p>Kindly let me know how to write the formula for above.<br />
Thank you,<br />
Poonam N.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
