<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Dashboard Discussion, Support, Examples, Help Topic: Dashboard Date in Oracle Where Clause</title>
<link>http://dashboard.infocaptor.com/</link>
<description>Dashboard Discussion, Support, Examples, Help Topic: Dashboard Date in Oracle Where Clause</description>
<language>en</language>
<pubDate>Sat, 11 Sep 2010 02:07:01 +0000</pubDate>

<item>
<title>admin on "Dashboard Date in Oracle Where Clause"</title>
<link>http://dashboard.infocaptor.com/topic/dashboard-date-in-oracle-where-clause#post-57</link>
<pubDate>Thu, 12 Mar 2009 23:18:31 +0000</pubDate>
<dc:creator>admin</dc:creator>
<guid isPermaLink="false">57@http://dashboard.infocaptor.com/</guid>
<description>&#60;p&#62;Hello Semma,&#60;/p&#62;
&#60;p&#62;The default date format for the date picker is dd-MMM-yyyy (e.g 01-Jan-2009). Assuming this format is not changed in the Date properties&#60;/p&#62;
&#60;p&#62;  Try the where clause as below (NOTE: there is no need to convert to to_char and then to date)&#60;/p&#62;
&#60;p&#62;where invoice_date between to_date('G_PARAM&#38;lt;34:Display&#38;gt;','DD-MON-YYYY') and to_date('G_PARAM&#38;lt;63:Display&#38;gt;','DD-MON-YYYY')&#60;br /&#62;
group by country_desc order by amount desc
&#60;/p&#62;</description>
</item>
<item>
<title>semma on "Dashboard Date in Oracle Where Clause"</title>
<link>http://dashboard.infocaptor.com/topic/dashboard-date-in-oracle-where-clause#post-56</link>
<pubDate>Thu, 12 Mar 2009 10:50:02 +0000</pubDate>
<dc:creator>semma</dc:creator>
<guid isPermaLink="false">56@http://dashboard.infocaptor.com/</guid>
<description>&#60;p&#62;Hello,&#60;br /&#62;
I am using your dashboard date picker, but it doesn't appear to be giving expected results in my where clause in Oracle.  Here's my where clause:&#60;/p&#62;
&#60;p&#62;where&#60;br /&#62;
invoice_date between to_date(('G_PARAM&#38;lt;p34:Display&#38;gt;'),'dd:mon:yyyy') and&#60;br /&#62;
to_date(to_char('G_PARAM&#38;lt;p63:Display&#38;gt;'),'dd:mon:yyyy')&#60;br /&#62;
group by country_desc order by amount desc
&#60;/p&#62;</description>
</item>

</channel>
</rss>
