<?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: Making the Best Use of Your Time (in a Prompt)</title>
	<atom:link href="http://www.dagira.com/2008/02/16/making-the-best-use-of-your-time-in-a-prompt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dagira.com/2008/02/16/making-the-best-use-of-your-time-in-a-prompt/</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: David P</title>
		<link>http://www.dagira.com/2008/02/16/making-the-best-use-of-your-time-in-a-prompt/comment-page-1/#comment-966</link>
		<dc:creator>David P</dc:creator>
		<pubDate>Mon, 04 Jan 2010 15:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2008/02/16/making-the-best-use-of-your-time-in-a-prompt/#comment-966</guid>
		<description>&lt;code&gt;
It is fairly simple to use dates (instead of datetime) without any of the problems mentioned above.

&lt;strong&gt;LOV Object - Calendar Date (Char)&lt;/strong&gt;
&lt;Strong&gt;Select: &lt;/strong&gt;convert(varchar(10), @Select(Dates\Calendar Date), 103)
&lt;Strong&gt;Where: &lt;/strong&gt;1 = 1 )
order by @Select(Dates\Calendar Date) desc --

An alternative is to hard code the LOV SQL.  If you are using SQL Server, then you have to remove the DISTINCT from the generated LOV query, because SQL Server will not sort on a column which is not in the select when performing a DISTINCT in the query (Oracle will work fine).  The general idea is to produce a date as a char, but ordered by the real date column.

&lt;strong&gt;Example Prompt&lt;/strong&gt;
@Select(Date Time) &gt;= convert(smalldatetime, @Prompt(&#039;1. Enter the start date:&#039;,&#039;D&#039;,&#039;LOV\Calendar Date (Char)&#039;,mono,free), 103)
and @Select(Date Time) &lt;= dateadd(d, 0, convert(smalldatetime, @Prompt(&#039;2. Enter the end date:&#039;,&#039;D&#039;,&#039;LOV\Calendar Date (Char)&#039;,mono,free), 103))

The result will be that the date values will be displayed as dates (without the time element), and you will be able to use the WebI inbuilt calendar selection method.
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><code><br />
It is fairly simple to use dates (instead of datetime) without any of the problems mentioned above.</p>
<p><strong>LOV Object - Calendar Date (Char)</strong><br />
<strong>Select: </strong>convert(varchar(10), @Select(Dates\Calendar Date), 103)<br />
<strong>Where: </strong>1 = 1 )<br />
order by @Select(Dates\Calendar Date) desc --</p>
<p>An alternative is to hard code the LOV SQL.  If you are using SQL Server, then you have to remove the DISTINCT from the generated LOV query, because SQL Server will not sort on a column which is not in the select when performing a DISTINCT in the query (Oracle will work fine).  The general idea is to produce a date as a char, but ordered by the real date column.</p>
<p><strong>Example Prompt</strong><br />
@Select(Date Time) &gt;= convert(smalldatetime, @Prompt('1. Enter the start date:','D','LOV\Calendar Date (Char)',mono,free), 103)<br />
and @Select(Date Time) &lt;= dateadd(d, 0, convert(smalldatetime, @Prompt(&#039;2. Enter the end date:&#039;,&#039;D&#039;,&#039;LOV\Calendar Date (Char)&#039;,mono,free), 103))</p>
<p>The result will be that the date values will be displayed as dates (without the time element), and you will be able to use the WebI inbuilt calendar selection method.<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Rathbun</title>
		<link>http://www.dagira.com/2008/02/16/making-the-best-use-of-your-time-in-a-prompt/comment-page-1/#comment-287</link>
		<dc:creator>Dave Rathbun</dc:creator>
		<pubDate>Wed, 30 Jul 2008 08:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2008/02/16/making-the-best-use-of-your-time-in-a-prompt/#comment-287</guid>
		<description>Heh, Hi, MissKris, and welcome. Your comment made me laugh, so thank you for that. :lol:</description>
		<content:encoded><![CDATA[<p>Heh, Hi, MissKris, and welcome. Your comment made me laugh, so thank you for that. <img src='http://www.dagira.com/wp-includes/images/smilies/icon_lol.gif' alt=':lol:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MissKris</title>
		<link>http://www.dagira.com/2008/02/16/making-the-best-use-of-your-time-in-a-prompt/comment-page-1/#comment-286</link>
		<dc:creator>MissKris</dc:creator>
		<pubDate>Wed, 30 Jul 2008 00:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2008/02/16/making-the-best-use-of-your-time-in-a-prompt/#comment-286</guid>
		<description>Sigh. There is so much about Business Objects that makes me scream &quot;WHY??? Who designed this thing? Nobody who has ever used it in the real world, that&#039;s for sure!&quot;</description>
		<content:encoded><![CDATA[<p>Sigh. There is so much about Business Objects that makes me scream &#8220;WHY??? Who designed this thing? Nobody who has ever used it in the real world, that&#8217;s for sure!&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Rathbun</title>
		<link>http://www.dagira.com/2008/02/16/making-the-best-use-of-your-time-in-a-prompt/comment-page-1/#comment-195</link>
		<dc:creator>Dave Rathbun</dc:creator>
		<pubDate>Wed, 05 Mar 2008 14:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2008/02/16/making-the-best-use-of-your-time-in-a-prompt/#comment-195</guid>
		<description>Foad, you are preaching to the choir, as they say. :) I think your views are perfectly valid. Thank you for your comment.</description>
		<content:encoded><![CDATA[<p>Foad, you are preaching to the choir, as they say. <img src='http://www.dagira.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I think your views are perfectly valid. Thank you for your comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Foad Tazi</title>
		<link>http://www.dagira.com/2008/02/16/making-the-best-use-of-your-time-in-a-prompt/comment-page-1/#comment-193</link>
		<dc:creator>Foad Tazi</dc:creator>
		<pubDate>Mon, 03 Mar 2008 13:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2008/02/16/making-the-best-use-of-your-time-in-a-prompt/#comment-193</guid>
		<description>From a developers perspective, I can understand the phrase &quot;not worth the time to try to fix this&quot;.

But from BusinessObjects perspective I can&#039;t understand it. When I would hear things like &quot;frequently asked&quot;, &quot;users don&#039;t like them&quot;, &quot;since 1998&quot; ... I would try to find a solution and not propose all kind of workarounds which will stay forever. If they would just look at Crystal Reports and take over some report functions in Webi (including a lot of time functions, date or DateTime Prompts), this would already be a good start.

But developing this means spending $$$&#039;s with almost no return for BOBJ. This kind of issues are almost never a key-breaker in chosing a BI application. 

Just try to visualize seconds in Webi (e.g. 3660) into a time format (e.g. 01:01:00). Yes, with complex formulas this is possible but you need to do it for each measure in each report. In e.g. excel, just right click and change format. Reported it, no idea what they will do with it.

Sometimes I have the impression that BOBJ is to busy with looking for new things and forget to improve/enhance (existing) things.</description>
		<content:encoded><![CDATA[<p>From a developers perspective, I can understand the phrase &#8220;not worth the time to try to fix this&#8221;.</p>
<p>But from BusinessObjects perspective I can&#8217;t understand it. When I would hear things like &#8220;frequently asked&#8221;, &#8220;users don&#8217;t like them&#8221;, &#8220;since 1998&#8243; &#8230; I would try to find a solution and not propose all kind of workarounds which will stay forever. If they would just look at Crystal Reports and take over some report functions in Webi (including a lot of time functions, date or DateTime Prompts), this would already be a good start.</p>
<p>But developing this means spending $$$&#8217;s with almost no return for BOBJ. This kind of issues are almost never a key-breaker in chosing a BI application. </p>
<p>Just try to visualize seconds in Webi (e.g. 3660) into a time format (e.g. 01:01:00). Yes, with complex formulas this is possible but you need to do it for each measure in each report. In e.g. excel, just right click and change format. Reported it, no idea what they will do with it.</p>
<p>Sometimes I have the impression that BOBJ is to busy with looking for new things and forget to improve/enhance (existing) things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://www.dagira.com/2008/02/16/making-the-best-use-of-your-time-in-a-prompt/comment-page-1/#comment-189</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Sun, 17 Feb 2008 21:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2008/02/16/making-the-best-use-of-your-time-in-a-prompt/#comment-189</guid>
		<description>Not being a fan of customizing code at all, I would love if BusinessObjects introduced more time functions: be it prompts with TODAY, YESTERDAY, LAST WEEK, etc. functions/default values, or creating crosstabs with a fixed format, such as last 30 days, no matter if data is present or not, etc.
I know and implemented a few work-arounds, but it is just that: a work-around.</description>
		<content:encoded><![CDATA[<p>Not being a fan of customizing code at all, I would love if BusinessObjects introduced more time functions: be it prompts with TODAY, YESTERDAY, LAST WEEK, etc. functions/default values, or creating crosstabs with a fixed format, such as last 30 days, no matter if data is present or not, etc.<br />
I know and implemented a few work-arounds, but it is just that: a work-around.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

