<?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 problem with load statement with where clause in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/problem-with-load-statement-with-where-clause/m-p/238021#M89002</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have already tried it, but result is same.&lt;/P&gt;&lt;P&gt;i have some extra unrecognised fields like 'zzzzzzzzzzz' , 'zzzzzzNOT USED' , '********R.K. ENTERPRISE' etc in the party_name list box.&lt;/P&gt;&lt;P&gt;i m unable to trace from where they r coming?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Nov 2009 17:11:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-11-11T17:11:12Z</dc:date>
    <item>
      <title>problem with load statement with where clause</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-load-statement-with-where-clause/m-p/238019#M89000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i m using load statement with where clause to load party_name whose party_code is 02 .as a result i m getting&lt;/P&gt;&lt;P&gt;some party_name which doesn't exists in original table and no of records are more than that of actual table.&lt;/P&gt;&lt;P&gt;code snippet:-&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;ODBC CONNECT TO [odbc oracle2];&lt;/P&gt;&lt;P style="font-weight: bold"&gt;LOAD&lt;/P&gt;&lt;B&gt;&lt;/B&gt; "PARTY_LOCN_CODE", &lt;P&gt;"PARTY_PARTY_TYPE",&lt;/P&gt;&lt;P&gt;"PARTY_PARTY_CODE",&lt;/P&gt;&lt;P&gt;"PARTY_PARTY_CTGRY",&lt;/P&gt;&lt;P&gt;"PARTY_PARTY_CLASS",&lt;/P&gt;&lt;P&gt;"PARTY_PARTY_STS",&lt;/P&gt;&lt;P&gt;"PARTY_PARTY_NAME",&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"PARTY_DIR_INDIR"&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;where&lt;/P&gt;"PARTY_PARTY_TYPE"=02 &lt;P&gt;;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;SQL&lt;/P&gt;&lt;B&gt;SELECT&lt;/B&gt; &lt;P&gt;*&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;FROM&lt;/P&gt;&lt;P&gt;"NEWTON_BI1"."COR_PARTY_M";&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2009 13:45:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-load-statement-with-where-clause/m-p/238019#M89000</guid>
      <dc:creator />
      <dc:date>2009-11-11T13:45:31Z</dc:date>
    </item>
    <item>
      <title>problem with load statement with where clause</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-load-statement-with-where-clause/m-p/238020#M89001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please put where cluse here&lt;/P&gt;&lt;P&gt;FROM "NEWTON_BI1"."COR_PARTY_M" where ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2009 13:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-load-statement-with-where-clause/m-p/238020#M89001</guid>
      <dc:creator />
      <dc:date>2009-11-11T13:52:16Z</dc:date>
    </item>
    <item>
      <title>problem with load statement with where clause</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-load-statement-with-where-clause/m-p/238021#M89002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have already tried it, but result is same.&lt;/P&gt;&lt;P&gt;i have some extra unrecognised fields like 'zzzzzzzzzzz' , 'zzzzzzNOT USED' , '********R.K. ENTERPRISE' etc in the party_name list box.&lt;/P&gt;&lt;P&gt;i m unable to trace from where they r coming?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2009 17:11:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-load-statement-with-where-clause/m-p/238021#M89002</guid>
      <dc:creator />
      <dc:date>2009-11-11T17:11:12Z</dc:date>
    </item>
    <item>
      <title>problem with load statement with where clause</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-load-statement-with-where-clause/m-p/238022#M89003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do not think that QV invents some new fields - would guess that these fields are actually in your database (and probably not visible in the usual forms). If you are in doubt, try to retrieve the very same with a native SQL-query.&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Nov 2009 02:11:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-load-statement-with-where-clause/m-p/238022#M89003</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2009-11-15T02:11:24Z</dc:date>
    </item>
    <item>
      <title>problem with load statement with where clause</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-load-statement-with-where-clause/m-p/238023#M89004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Newlearner&lt;/P&gt;&lt;P&gt;Your LOAD overlay is almost there. Below is an extract on how it could be done.&lt;BR /&gt;The * needs to be in the LOAD, the FIELDS in the SELECT and the WHERE also in the SELECT.&lt;BR /&gt;Hope it solves your problem.&lt;/P&gt;&lt;P&gt;code&lt;/P&gt;&lt;P&gt;"TEMP":&lt;BR /&gt;load *,&lt;BR /&gt; year(PostingDate)*12+month(PostingDate) as BaseTransactDate&lt;BR /&gt;;&lt;BR /&gt;SQL SELECT&lt;BR /&gt; DomainCode+CompanyCode as [%COMPANY CODE],&lt;BR /&gt; DomainCode+DivisionCode AS [%SUB ACCOUNT CODE],&lt;BR /&gt; CurrencyCode as "TRANSACTION CURRENCY",&lt;BR /&gt; PostingYearPeriod,&lt;BR /&gt; PostingDate,&lt;BR /&gt; POSTINGLINELC,&lt;BR /&gt; DOMAINCURRENCYCODE AS "BASE CURRENCY D"&lt;BR /&gt;FROM BI.dbo."VW_CUSTOMER_TXN"&lt;BR /&gt;where "DomainCode" IN ($(zDomains));&lt;/P&gt;&lt;P&gt;/code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2009 17:26:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-load-statement-with-where-clause/m-p/238023#M89004</guid>
      <dc:creator />
      <dc:date>2009-11-17T17:26:20Z</dc:date>
    </item>
  </channel>
</rss>

