<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Where clause in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Where-clause/m-p/498983#M186424</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check if the date in the DB field format is same as 'YYYY-MM-DD' or not. May be the different date format comparison causing the error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Nov 2013 13:16:50 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2013-11-27T13:16:50Z</dc:date>
    <item>
      <title>Where clause</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause/m-p/498982#M186423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="oracle.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/49621_oracle.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trying to filter but the error prevails.Please advice thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 13:10:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause/m-p/498982#M186423</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-27T13:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Where clause</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause/m-p/498983#M186424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check if the date in the DB field format is same as 'YYYY-MM-DD' or not. May be the different date format comparison causing the error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 13:16:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause/m-p/498983#M186424</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-11-27T13:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Where clause</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause/m-p/498984#M186425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ORA-12801 usually has another error associated, please scroll right the screen and check&lt;/P&gt;&lt;P&gt;It seems to start with ORA-018....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 13:38:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause/m-p/498984#M186425</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-11-27T13:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Where clause</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause/m-p/498985#M186426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If its a date formatting issue you could try&lt;/P&gt;&lt;P&gt;MAN_ITEM_REPORT_DATE &amp;gt; TO_DATE('2010-01-01','YYYY-MM-DD') &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 13:44:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause/m-p/498985#M186426</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-11-27T13:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Where clause</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause/m-p/498986#M186427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the full error message displayed;&lt;/P&gt;&lt;P&gt;ErrorSource: OraOLEDB, ErrorMsg: ORA-12801: error signaled in parallel query server P179&lt;/P&gt;&lt;P&gt;ORA-01861: literal does not match format string&lt;/P&gt;&lt;P&gt;MANIFEST:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIRST 1000&lt;/P&gt;&lt;P&gt;SELECT * from MANIFEST_ITEMS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE MAN_ITEM_REPORT_DATE &amp;gt; '2010-01-01'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 14:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause/m-p/498986#M186427</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-27T14:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Where clause</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause/m-p/498987#M186428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="date format.PNG.png" class="jive-image" src="/legacyfs/online/49628_date format.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how QV displays it when the filter is rem out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 15:25:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause/m-p/498987#M186428</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-27T15:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Where clause</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause/m-p/498988#M186429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;Where&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MAN_ITEM_REPORT_DATE &amp;gt; TO_DATE('2010-01-01','YYYY-MM-DD')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 15:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause/m-p/498988#M186429</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-11-27T15:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Where clause</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause/m-p/498989#M186430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adotey Kwame,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not only Date Format, Its Date with Timestamps format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you will need to do Query Like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MANIFEST:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIRST 1000&lt;/P&gt;&lt;P&gt;SELECT * from MANIFEST_ITEMS &lt;/P&gt;&lt;P&gt;WHERE MAN_ITEM_REPORT_DATE &amp;gt; to_date('2010-01-01 00:00:00', 'YYYY:MM:DD HH24:MI:SS')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vishal Waghole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 17:42:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause/m-p/498989#M186430</guid>
      <dc:creator>VishalWaghole</dc:creator>
      <dc:date>2013-11-27T17:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Where clause</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause/m-p/498990#M186431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See my old document here, maybe it helps: &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-1321"&gt;http://community.qlik.com/docs/DOC-1321&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 18:34:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause/m-p/498990#M186431</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-27T18:34:06Z</dc:date>
    </item>
  </channel>
</rss>

