<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Think OBIEE</title>
	<atom:link href="http://thinkobiee.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinkobiee.wordpress.com</link>
	<description>Oracle Business Intelligence in Practice</description>
	<lastBuildDate>Tue, 29 Dec 2009 11:37:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='thinkobiee.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Think OBIEE</title>
		<link>http://thinkobiee.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://thinkobiee.wordpress.com/osd.xml" title="Think OBIEE" />
	<atom:link rel='hub' href='http://thinkobiee.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to pass Character value for Query which has Date column</title>
		<link>http://thinkobiee.wordpress.com/2009/12/29/how-to-pass-character-value-for-query-which-has-date-column/</link>
		<comments>http://thinkobiee.wordpress.com/2009/12/29/how-to-pass-character-value-for-query-which-has-date-column/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 11:37:48 +0000</pubDate>
		<dc:creator>Shanaka</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thinkobiee.wordpress.com/2009/12/29/how-to-pass-character-value-for-query-which-has-date-column/</guid>
		<description><![CDATA[In OBIEE Dashboard Answer i have used the following Advanced SQL Filter CAST(&#8220;- Payment Date&#8221;.&#8221;Calender Date&#8221; as date) between CAST (CONCAT (&#8217;01-&#8217;, &#8216;@{var_from_date}&#8217;) as date) and TIMESTAMPADD(SQL_TSI_MONTH, 1, TIMESTAMPADD(SQL_TSI_DAY, -(DAY(cast(CONCAT (&#8217;01-&#8217;,'@{var_to_date}&#8217;) as date))), cast(CONCAT (&#8217;01-&#8217;,'@{var_to_date}&#8217;) as date))) here the @{var_to_date} and @{var_from_date} are presentation variables capture values at the dashboard prompt. Captured values are taken [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thinkobiee.wordpress.com&amp;blog=10249205&amp;post=17&amp;subd=thinkobiee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In OBIEE Dashboard Answer i have used the following Advanced SQL Filter</p>
<p>CAST(&#8220;- Payment Date&#8221;.&#8221;Calender Date&#8221; as date) between CAST (CONCAT (&#8217;01-&#8217;, &#8216;@{var_from_date}&#8217;) as date) and TIMESTAMPADD(SQL_TSI_MONTH, 1, TIMESTAMPADD(SQL_TSI_DAY, -(DAY(cast(CONCAT (&#8217;01-&#8217;,'@{var_to_date}&#8217;) as date))), cast(CONCAT (&#8217;01-&#8217;,'@{var_to_date}&#8217;) as date)))</p>
<p>here the @{var_to_date} and @{var_from_date} are presentation variables capture values at the dashboard prompt.<br />
Captured values are taken from date dimention month &#8211; year string value &#8216;MON-YYYY&#8217; which need to convert to a date to pass to the query.</p>
<p>Hope this may useful.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thinkobiee.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thinkobiee.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thinkobiee.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thinkobiee.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thinkobiee.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thinkobiee.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thinkobiee.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thinkobiee.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thinkobiee.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thinkobiee.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thinkobiee.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thinkobiee.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thinkobiee.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thinkobiee.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thinkobiee.wordpress.com&amp;blog=10249205&amp;post=17&amp;subd=thinkobiee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thinkobiee.wordpress.com/2009/12/29/how-to-pass-character-value-for-query-which-has-date-column/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0789a3ab35252cc832b2a5e4abcf79c2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Shanaka</media:title>
		</media:content>
	</item>
		<item>
		<title>Dashboard Prompts &#8211; Calender &#8211; How to Change the Date Format in the Calendar Object</title>
		<link>http://thinkobiee.wordpress.com/2009/11/30/dashboard-prompts-calender-how-to-change-the-date-format-in-the-calendar-object/</link>
		<comments>http://thinkobiee.wordpress.com/2009/11/30/dashboard-prompts-calender-how-to-change-the-date-format-in-the-calendar-object/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 10:14:25 +0000</pubDate>
		<dc:creator>Shanaka</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thinkobiee.wordpress.com/2009/11/30/dashboard-prompts-calender-how-to-change-the-date-format-in-the-calendar-object/</guid>
		<description><![CDATA[1. Go to the following location \OracleBI\web\config 2. Open the localedefinitions.xml file in edit mode 3. Find the language tag e.g - Change the following tags based on the requirement Date Short Format   dd/MM/yyyy Date Order                   dmy Restart the BI Server and Presentation Services<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thinkobiee.wordpress.com&amp;blog=10249205&amp;post=14&amp;subd=thinkobiee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. Go to the following location<br />
\OracleBI\web\config<br />
2. Open the localedefinitions.xml file in edit mode<br />
3. Find the language tag<br />
e.g<br />
-<br />
Change the following tags based on the requirement<br />
Date Short Format   dd/MM/yyyy<br />
Date Order                   dmy</p>
<p>Restart the BI Server and Presentation Services</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thinkobiee.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thinkobiee.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thinkobiee.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thinkobiee.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thinkobiee.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thinkobiee.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thinkobiee.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thinkobiee.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thinkobiee.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thinkobiee.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thinkobiee.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thinkobiee.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thinkobiee.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thinkobiee.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thinkobiee.wordpress.com&amp;blog=10249205&amp;post=14&amp;subd=thinkobiee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thinkobiee.wordpress.com/2009/11/30/dashboard-prompts-calender-how-to-change-the-date-format-in-the-calendar-object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0789a3ab35252cc832b2a5e4abcf79c2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Shanaka</media:title>
		</media:content>
	</item>
		<item>
		<title>Between Prompts for Date Columns &#8211; Error in Assigning the Date Format</title>
		<link>http://thinkobiee.wordpress.com/2009/11/30/between-prompts-for-date-columns-error-in-assigning-the-date-format/</link>
		<comments>http://thinkobiee.wordpress.com/2009/11/30/between-prompts-for-date-columns-error-in-assigning-the-date-format/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 07:50:38 +0000</pubDate>
		<dc:creator>Shanaka</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thinkobiee.wordpress.com/2009/11/30/between-prompts-for-date-columns-error-in-assigning-the-date-format/</guid>
		<description><![CDATA[The Following Error will displays when trying to input numeric or charactor value instead of date Try to Format the date in the &#8220;globalfilterprompt.js&#8221; file which will found in the following two locations 1.\OracleBI\web\app\res\b_mozilla\prompts 2.\OracleBI\oc4j_bi\j2ee\home\applications\analytics\analytics\res\b_mozilla\prompts The default date format which OBIEE accepts is &#8220;1900-01-01 12:00:00&#8243; e.g: var sDisplayDate = &#8220;1900-01-01 12:00:00&#8243;; Assign the default value [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thinkobiee.wordpress.com&amp;blog=10249205&amp;post=13&amp;subd=thinkobiee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The Following Error will displays when trying to input numeric or charactor value instead of date </p>
<p><a href="http://thinkobiee.files.wordpress.com/2009/11/error-date-format.png"><img src="http://thinkobiee.files.wordpress.com/2009/11/error-date-format.png?w=300&#038;h=187" alt="" title="Dashboard Prompts - Error in Date format" width="300" height="187" class="aligncenter size-medium wp-image-12" /></a></p>
<p>Try to Format the date in the &#8220;globalfilterprompt.js&#8221; file which will found in the following two locations</p>
<p>1.\OracleBI\web\app\res\b_mozilla\prompts<br />
2.\OracleBI\oc4j_bi\j2ee\home\applications\analytics\analytics\res\b_mozilla\prompts</p>
<p>The default date format which OBIEE accepts is &#8220;1900-01-01 12:00:00&#8243;</p>
<p>e.g: var sDisplayDate = &#8220;1900-01-01 12:00:00&#8243;;</p>
<p>Assign the default value for the Date Prompt.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thinkobiee.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thinkobiee.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thinkobiee.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thinkobiee.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thinkobiee.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thinkobiee.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thinkobiee.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thinkobiee.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thinkobiee.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thinkobiee.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thinkobiee.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thinkobiee.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thinkobiee.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thinkobiee.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thinkobiee.wordpress.com&amp;blog=10249205&amp;post=13&amp;subd=thinkobiee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thinkobiee.wordpress.com/2009/11/30/between-prompts-for-date-columns-error-in-assigning-the-date-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0789a3ab35252cc832b2a5e4abcf79c2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Shanaka</media:title>
		</media:content>

		<media:content url="http://thinkobiee.files.wordpress.com/2009/11/error-date-format.png?w=300" medium="image">
			<media:title type="html">Dashboard Prompts - Error in Date format</media:title>
		</media:content>
	</item>
		<item>
		<title>Dashboard Prompts</title>
		<link>http://thinkobiee.wordpress.com/2009/11/26/dashboard-prompts/</link>
		<comments>http://thinkobiee.wordpress.com/2009/11/26/dashboard-prompts/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 17:59:25 +0000</pubDate>
		<dc:creator>Shanaka</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Dashboard]]></category>
		<category><![CDATA[Presenation Variable]]></category>
		<category><![CDATA[Prompts]]></category>

		<guid isPermaLink="false">http://thinkobiee.wordpress.com/?p=4</guid>
		<description><![CDATA[How to create a simple dashboard prompt. For my examples I have used sampleSales.rpd repository which is freely available on OBIEE. 1. Loging to the Presentation Services using default username and password (Administrator/Administrator) 2. Go to Answers. Create Report Layout using the Presentation Layer objects in the Sample Sales Reporsitory appeard in the left hand [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thinkobiee.wordpress.com&amp;blog=10249205&amp;post=4&amp;subd=thinkobiee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>How to create a simple dashboard prompt.</p>
<p>For my examples I have used sampleSales.rpd repository which is freely available on OBIEE.</p>
<p>1. Loging to the Presentation Services using default username and password (Administrator/Administrator)</p>
<p>2. Go to Answers. Create Report Layout using the Presentation Layer objects in the Sample Sales Reporsitory appeard in the left hand side.</p>
<p><a href="http://thinkobiee.files.wordpress.com/2009/11/sc1.jpg"><img class="aligncenter size-medium wp-image-5" title="Creating Report using OBIEE Answers" src="http://thinkobiee.files.wordpress.com/2009/11/sc1.jpg?w=300&#038;h=113" alt="" width="300" height="113" /></a></p>
<p>3. Click on Answers again and go to the Left side and Create New Dashboard Prompt. Then Select the Subject Area. Then again will display the Sample Sales Presentation Layer objects in the left coner. Select a Column that you need as a filter in the Report Layout.</p>
<p>Here Dashboard Prompt Scope can be either Dashboard or Page. If it is Dashboard then the prompt value can accessible only within the Dashboard and if the scope is page then the prompt can use for other pages (Tabs)</p>
<p><a href="http://thinkobiee.files.wordpress.com/2009/11/sc2.jpg"><img class="aligncenter size-medium wp-image-6" title="Creating Dashboard Prompt" src="http://thinkobiee.files.wordpress.com/2009/11/sc2.jpg?w=300&#038;h=101" alt="" width="300" height="101" /></a></p>
<p>Here its visible that the operators which can use for the dashboard prompt (is equal, lessthan, etc), Control &#8211; how would like to view the results for the prompt (facility to provide by user or drop down list or Multiple items to select), At report loading can pass a value to the report by using  a hard coded value or through sql query etc, Set Variable -Provide a variable name for either for Presentation variable or Request Variable.</p>
<p>4. Then Save the prompt.</p>
<p>5. Go back to Answers (Where the Catelog/Dashboards were displayed).</p>
<p>6. Create Saved Filter to get the earlier declaired Presenation Variable. Here Click on New Saved Filter and then select the subject area and then pick a column which is assigned for DashboardSe Prompt. Save the Filter.</p>
<p>7. Then Add &gt; Variable &gt; Presentation and give the earlier mentioned variable name. Save the Report Layout.</p>
<p><a href="http://thinkobiee.files.wordpress.com/2009/11/sc3.jpg"><img class="aligncenter size-medium wp-image-7" title="Create a Filter" src="http://thinkobiee.files.wordpress.com/2009/11/sc3.jpg?w=300&#038;h=187" alt="" width="300" height="187" /></a></p>
<p>8. Go to Dashboard and Add the prompt and Report.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thinkobiee.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thinkobiee.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thinkobiee.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thinkobiee.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thinkobiee.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thinkobiee.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thinkobiee.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thinkobiee.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thinkobiee.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thinkobiee.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thinkobiee.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thinkobiee.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thinkobiee.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thinkobiee.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thinkobiee.wordpress.com&amp;blog=10249205&amp;post=4&amp;subd=thinkobiee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thinkobiee.wordpress.com/2009/11/26/dashboard-prompts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0789a3ab35252cc832b2a5e4abcf79c2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Shanaka</media:title>
		</media:content>

		<media:content url="http://thinkobiee.files.wordpress.com/2009/11/sc1.jpg?w=300" medium="image">
			<media:title type="html">Creating Report using OBIEE Answers</media:title>
		</media:content>

		<media:content url="http://thinkobiee.files.wordpress.com/2009/11/sc2.jpg?w=300" medium="image">
			<media:title type="html">Creating Dashboard Prompt</media:title>
		</media:content>

		<media:content url="http://thinkobiee.files.wordpress.com/2009/11/sc3.jpg?w=300" medium="image">
			<media:title type="html">Create a Filter</media:title>
		</media:content>
	</item>
	</channel>
</rss>
