<?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: Constants, Formulas, and Variables, Oh My!</title>
	<atom:link href="http://www.dagira.com/2009/11/03/constants-formulas-and-variables-oh-my/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dagira.com/2009/11/03/constants-formulas-and-variables-oh-my/</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: gobinath</title>
		<link>http://www.dagira.com/2009/11/03/constants-formulas-and-variables-oh-my/comment-page-1/#comment-1165</link>
		<dc:creator>gobinath</dc:creator>
		<pubDate>Wed, 19 May 2010 07:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=217#comment-1165</guid>
		<description>What is user object in report level?
What is the use of that?
variable and user objects are same or diffrent?
If i create variable the valueswhere it get stored ?</description>
		<content:encoded><![CDATA[<p>What is user object in report level?<br />
What is the use of that?<br />
variable and user objects are same or diffrent?<br />
If i create variable the valueswhere it get stored ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nod</title>
		<link>http://www.dagira.com/2009/11/03/constants-formulas-and-variables-oh-my/comment-page-1/#comment-879</link>
		<dc:creator>nod</dc:creator>
		<pubDate>Fri, 06 Nov 2009 17:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=217#comment-879</guid>
		<description>Ooh, Sandi, I like that idea, I think I&#039;ll use it.  

For reports run in non-Prod environments, I like to include the SID (we use oracle) so that there are no panicked phone calls when the numbers look wrong.  Saves a lot of headaches!  

I use a universe object (we have oracle) defined as CASE  WHEN SYS_CONTEXT(&#039;USERENV&#039;, &#039;DB_NAME&#039;)=&#039; sid &#039; THEN &#039;&#039; ELSE SYS_CONTEXT(&#039;USERENV&#039;, &#039;DB_NAME&#039;) END</description>
		<content:encoded><![CDATA[<p>Ooh, Sandi, I like that idea, I think I&#8217;ll use it.  </p>
<p>For reports run in non-Prod environments, I like to include the SID (we use oracle) so that there are no panicked phone calls when the numbers look wrong.  Saves a lot of headaches!  </p>
<p>I use a universe object (we have oracle) defined as CASE  WHEN SYS_CONTEXT(&#8217;USERENV&#8217;, &#8216;DB_NAME&#8217;)=&#8217; sid &#8216; THEN &#8221; ELSE SYS_CONTEXT(&#8217;USERENV&#8217;, &#8216;DB_NAME&#8217;) END</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Rathbun</title>
		<link>http://www.dagira.com/2009/11/03/constants-formulas-and-variables-oh-my/comment-page-1/#comment-877</link>
		<dc:creator>Dave Rathbun</dc:creator>
		<pubDate>Fri, 06 Nov 2009 13:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=217#comment-877</guid>
		<description>Hi, Simon, welcome. To be honest, I&#039;m not sure why I haven&#039;t covered that subject already. :) I will try to address that topic as soon as I get time.</description>
		<content:encoded><![CDATA[<p>Hi, Simon, welcome. To be honest, I&#8217;m not sure why I haven&#8217;t covered that subject already. <img src='http://www.dagira.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I will try to address that topic as soon as I get time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.dagira.com/2009/11/03/constants-formulas-and-variables-oh-my/comment-page-1/#comment-876</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Fri, 06 Nov 2009 12:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=217#comment-876</guid>
		<description>On the subject of calculations, have you written up, or are you considering writing up - in your inimitable style - calculation contexts? I don&#039;t find the vendor documentation particularly helpful.</description>
		<content:encoded><![CDATA[<p>On the subject of calculations, have you written up, or are you considering writing up &#8211; in your inimitable style &#8211; calculation contexts? I don&#8217;t find the vendor documentation particularly helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandi</title>
		<link>http://www.dagira.com/2009/11/03/constants-formulas-and-variables-oh-my/comment-page-1/#comment-875</link>
		<dc:creator>Sandi</dc:creator>
		<pubDate>Thu, 05 Nov 2009 14:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=217#comment-875</guid>
		<description>Hi Dave
Well that sounds as if it may be promising!
Re naming conventions, I tend to use (and advise my customers) the v_ prefix so that all variables appear together.   
I also recommend they create a v_Report_Title variable (set to DocumentName()&amp; the report effective date) as they do a &lt;b&gt;lot&lt;/b&gt; of report cloning and I was finding that they had a habit of forgetting to retitle their reports.  :)</description>
		<content:encoded><![CDATA[<p>Hi Dave<br />
Well that sounds as if it may be promising!<br />
Re naming conventions, I tend to use (and advise my customers) the v_ prefix so that all variables appear together.<br />
I also recommend they create a v_Report_Title variable (set to DocumentName()&amp; the report effective date) as they do a <b>lot</b> of report cloning and I was finding that they had a habit of forgetting to retitle their reports.  <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/11/03/constants-formulas-and-variables-oh-my/comment-page-1/#comment-873</link>
		<dc:creator>Dave Rathbun</dc:creator>
		<pubDate>Tue, 03 Nov 2009 20:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=217#comment-873</guid>
		<description>Sandi, welcome. :) While I cannot make specific comments regarding the wish list item, I can say that Business Objects appears to have been listening. 8-)</description>
		<content:encoded><![CDATA[<p>Sandi, welcome. <img src='http://www.dagira.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  While I cannot make specific comments regarding the wish list item, I can say that Business Objects appears to have been listening. <img src='http://www.dagira.com/wp-includes/images/smilies/icon_cool.gif' alt='8-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Rathbun</title>
		<link>http://www.dagira.com/2009/11/03/constants-formulas-and-variables-oh-my/comment-page-1/#comment-872</link>
		<dc:creator>Dave Rathbun</dc:creator>
		<pubDate>Tue, 03 Nov 2009 20:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=217#comment-872</guid>
		<description>nod, I have seen a number of different suggestions for naming conventions. Some folks preface all variables with v_, others do something with case (as you suggested). As reports get more complex there is certainly some value in having some way to differentiate between variables and query objects.</description>
		<content:encoded><![CDATA[<p>nod, I have seen a number of different suggestions for naming conventions. Some folks preface all variables with v_, others do something with case (as you suggested). As reports get more complex there is certainly some value in having some way to differentiate between variables and query objects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nod</title>
		<link>http://www.dagira.com/2009/11/03/constants-formulas-and-variables-oh-my/comment-page-1/#comment-871</link>
		<dc:creator>nod</dc:creator>
		<pubDate>Tue, 03 Nov 2009 17:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=217#comment-871</guid>
		<description>I&#039;ll share a tip I got from a colleague that is now the standard in my group.  Name your variables in all upper case so it&#039;s easy to spot which objects are report based and which are coming in from your query.  When something isn&#039;t working right a year from now, it&#039;s easy to spot and you can get right down to fixing it.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll share a tip I got from a colleague that is now the standard in my group.  Name your variables in all upper case so it&#8217;s easy to spot which objects are report based and which are coming in from your query.  When something isn&#8217;t working right a year from now, it&#8217;s easy to spot and you can get right down to fixing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandi</title>
		<link>http://www.dagira.com/2009/11/03/constants-formulas-and-variables-oh-my/comment-page-1/#comment-869</link>
		<dc:creator>Sandi</dc:creator>
		<pubDate>Tue, 03 Nov 2009 15:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=217#comment-869</guid>
		<description>Hi Dave

I just spotted your blog today - fantastic.

Oh how I agree with you on the wish list!
I deliver customised WebI training to our customers and the times I have to say that once they have created a variable it is only available for use in that document.

We have suggested that the customer sets up a BO User group of their own (they have over 300 power users across the country) and to document &#039;commonly used formulae&#039; on a page on their intranet.   Not as good as a user updatable variable repository but the best we can come up with currently.

Cheers, Sandi

&lt;i&gt;PS - I also include a warning in my training when creating variables for percentages - to omit the final (* 100) if the % number formatting is to be applied but to remeber that when applying an alerter to the cell you have to consider the underlying number and not the displayed % value! &lt;/i&gt;</description>
		<content:encoded><![CDATA[<p>Hi Dave</p>
<p>I just spotted your blog today &#8211; fantastic.</p>
<p>Oh how I agree with you on the wish list!<br />
I deliver customised WebI training to our customers and the times I have to say that once they have created a variable it is only available for use in that document.</p>
<p>We have suggested that the customer sets up a BO User group of their own (they have over 300 power users across the country) and to document &#8216;commonly used formulae&#8217; on a page on their intranet.   Not as good as a user updatable variable repository but the best we can come up with currently.</p>
<p>Cheers, Sandi</p>
<p><i>PS &#8211; I also include a warning in my training when creating variables for percentages &#8211; to omit the final (* 100) if the % number formatting is to be applied but to remeber that when applying an alerter to the cell you have to consider the underlying number and not the displayed % value! </i></p>
]]></content:encoded>
	</item>
</channel>
</rss>

