<?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: Load Where. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860177#M996778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Getting back the following error&lt;/P&gt;&lt;P&gt;SQL##f - SqlState: S1000, ErrorCode: 4294757240, ErrorMsg: [DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]Syntax error in SQL statement at or about "[Receipt Info.TxnType],2,3,6)" (10713)&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM PUB."PV_InvHistory"&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;&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;&lt;/P&gt;&lt;P&gt;Where "SysDate" &amp;gt; '01/01/2015' and match([Receipt Info.TxnType],2,3,6)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jun 2015 07:35:21 GMT</pubDate>
    <dc:creator>bnelson111</dc:creator>
    <dc:date>2015-06-19T07:35:21Z</dc:date>
    <item>
      <title>Load Where.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860170#M996768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently I have a working Load where Statement as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where "SysDate" &amp;gt; '01/01/2015';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i add the following where it filter down unnecessary data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Receipt Info.TxnType equal to 2 or 3 or 6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have tried &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where "SysDate" &amp;gt; '01/01/2015' and Where [&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Receipt Info.TxnType] = 2,3,6&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Brett, Maybe i have had a brain freeze &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 07:19:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860170#M996768</guid>
      <dc:creator>bnelson111</dc:creator>
      <dc:date>2015-06-19T07:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860171#M996769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Try,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Where "SysDate" &amp;gt; '01/01/2015' and match([&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Receipt Info.TxnType],2,3,6)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Kaushik Solanki&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 07:23:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860171#M996769</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2015-06-19T07:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860172#M996770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Where "SysDate" &amp;gt; '01/01/2015' and Match( [&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Receipt Info.TxnType], 2,3,6)&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 07:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860172#M996770</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-06-19T07:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860173#M996772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this is a WHERE clause in a LOAD statement, try with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;WHERE (SysDate &amp;gt; '01/01/2015') AND Match(TxnType, 2, 3, 6);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is a SQL WHERE clause (e.g. used in a SELECT statement), please tell us what DBMS you're writting code for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 07:24:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860173#M996772</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-06-19T07:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860174#M996773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Use the where as below&lt;/P&gt;&lt;P&gt;where date(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SysDate,'DD/MM/YYYY')&amp;gt;date#('01/01/2015','DD/MM/YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;and match(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Receipt Info.TxnType] ,'2','3','6')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 07:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860174#M996773</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-06-19T07:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860175#M996775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Getting the following error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL##f - SqlState: S1000, ErrorCode: 4294757240, ErrorMsg: [DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]Syntax error in SQL statement at or about "[Receipt Info.TxnType],2,3,6)" (10713)&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM PUB."PV_InvHistory"&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;&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;&lt;/P&gt;&lt;P&gt;Where "SysDate" &amp;gt; '01/01/2015' and match([Receipt Info.TxnType],2,3,6)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 07:34:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860175#M996775</guid>
      <dc:creator>bnelson111</dc:creator>
      <dc:date>2015-06-19T07:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860176#M996776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Getting the following error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL##f - SqlState: S1000, ErrorCode: 4294757240, ErrorMsg: [DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]Syntax error in SQL statement at or about "[Receipt Info.TxnType],2,3,6)" (10713)&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM PUB."PV_InvHistory"&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;&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;&lt;/P&gt;&lt;P&gt;Where "SysDate" &amp;gt; '01/01/2015' and match([Receipt Info.TxnType],2,3,6)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 07:34:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860176#M996776</guid>
      <dc:creator>bnelson111</dc:creator>
      <dc:date>2015-06-19T07:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860177#M996778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Getting back the following error&lt;/P&gt;&lt;P&gt;SQL##f - SqlState: S1000, ErrorCode: 4294757240, ErrorMsg: [DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]Syntax error in SQL statement at or about "[Receipt Info.TxnType],2,3,6)" (10713)&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM PUB."PV_InvHistory"&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;&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;&lt;/P&gt;&lt;P&gt;Where "SysDate" &amp;gt; '01/01/2015' and match([Receipt Info.TxnType],2,3,6)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 07:35:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860177#M996778</guid>
      <dc:creator>bnelson111</dc:creator>
      <dc:date>2015-06-19T07:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860178#M996779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using in Database the use IN()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM PUB."PV_InvHistory"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where "SysDate" &amp;gt; '01/01/2015' and [Receipt Info.TxnType] IN (2,3,6);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 07:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860178#M996779</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-06-19T07:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860179#M996781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is because the syntax we all suggested is for a LOAD statement, not for a SQL SELECT. You cannot mix parts of different script languages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The WHERE clause should be put in Progress SQL, and that version may not have a match function. Does it have something comparable, or does it have the &lt;SPAN style="font-family: 'courier new', courier;"&gt;...TxnType IN (2,3,6)&lt;/SPAN&gt; set membership operator?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 07:38:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860179#M996781</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-06-19T07:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860180#M996782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brett,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM ABC&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where "SysDate" &amp;gt; '01/01/2015' and match([&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Receipt Info.TxnType],2,3,6);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Snehal&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 07:39:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860180#M996782</guid>
      <dc:creator />
      <dc:date>2015-06-19T07:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860181#M996784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Postgress documentation says that it does support an IN operator. The above syntax is (probably) right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 07:42:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860181#M996784</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-06-19T07:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860182#M996786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried suggested, still getting the following&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Getting back the following error&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL##f - SqlState: S1000, ErrorCode: 4294757240, ErrorMsg: [DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]Syntax error in SQL statement at or about "[Receipt Info.TxnType],2,3,6)" (10713)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM PUB."PV_InvHistory"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 12:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860182#M996786</guid>
      <dc:creator>bnelson111</dc:creator>
      <dc:date>2015-06-19T12:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860183#M996788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're still trying to stuff the match() function call in a SELECT statement. That SELECT statement will be sent as-is to your Postgress database which replies that it doesn't understand QlikView functions (match() is a QlikView function, not a SQL or DBMS function). Which is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happens if you try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;PUB."PV_InvHistory"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE ("SysDate" &amp;gt; '01/01/2015') AND ("Receipt Info.TxnType" IN (2,3,6));&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 12:15:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860183#M996788</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-06-19T12:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860184#M996791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * where &lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SysDate &amp;gt; '01/01/2015' and Match( [&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Receipt Info.TxnType], 2,3,6)&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM PUB."PV_InvHistory"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 12:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860184#M996791</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-06-19T12:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860185#M996793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Getting the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL##f - SqlState: S0022, ErrorCode: 4294757222, ErrorMsg: [DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]Column "Receipt Info.TxnType" cannot be found or is not specified for query. (13865)&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM PUB."PV_InvHistory"&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;WHERE ("SysDate" &amp;gt; '01/01/2015') AND ("Receipt Info.TxnType" IN (2,3,6))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 12:31:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860185#M996793</guid>
      <dc:creator>bnelson111</dc:creator>
      <dc:date>2015-06-19T12:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860186#M996794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Everyone answer worked, Im so sorry i found a spelling problem. Sorry thanks everyone..&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 12:35:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860186#M996794</guid>
      <dc:creator>bnelson111</dc:creator>
      <dc:date>2015-06-19T12:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860187#M996796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 12:37:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860187#M996796</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-06-19T12:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860188#M996798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filtering the data in the SQL itself is the best method, because you don't need to bring all the data into qlikview and then on top filtering it in Qlikview is not a good practice.&amp;nbsp; Usually it will take more time to load if data is huge.&amp;nbsp; So best method is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM PUB."PV_InvHistory" &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where "SysDate" &amp;gt; '01/01/2015' and [Receipt Info.TxnType] IN (2,3,6);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jun 2015 06:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where/m-p/860188#M996798</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-06-21T06:15:17Z</dc:date>
    </item>
  </channel>
</rss>

