<?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: How can use load statement as subquery in WildMatch in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-use-load-statement-as-subquery-in-WildMatch/m-p/705274#M254266</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;You replace the file name from the above solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;Load VBELN FROM &lt;D&gt; (qvd) WHERE ABSTK = 'C';&lt;/D&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Header_VBAK]:&lt;/P&gt;&lt;P&gt;Inner keep Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; VBELN AS [HeaderCode_VBELN],&lt;/P&gt;&lt;P&gt;&amp;nbsp; applymap('AccountExecutive_VBPA',VBELN) As [PersonalNumber_PERNR],&lt;/P&gt;&lt;P&gt;&amp;nbsp; AUDAT As [DocumentDate_AUDAT],&lt;/P&gt;&lt;P&gt;&amp;nbsp; VKORG AS [SaleOrganization_VKORG],&lt;/P&gt;&lt;P&gt;&amp;nbsp; KUNNR AS [CustomerCode_KUNNR],&lt;/P&gt;&lt;P&gt;&amp;nbsp; applymap('Customer_KNA1',KUNNR) as [Customer_Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp; BUKRS_VF AS [CompanyCode_BUKRS_VF]&lt;/P&gt;&lt;P&gt;FROM &lt;D&gt; (qvd) WHERE &lt;STRONG&gt;not Exists&lt;/STRONG&gt;(Temp.VBELN,VBELN) And Match(VBTYP ,'C','I');&lt;/D&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Sep 2014 06:56:48 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2014-09-04T06:56:48Z</dc:date>
    <item>
      <title>How can use load statement as subquery in WildMatch</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-use-load-statement-as-subquery-in-WildMatch/m-p/705268#M254260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder if everyone here can help me to correct this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Header_VBAK]:&lt;/P&gt;&lt;P&gt;Inner keep Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; VBELN AS [HeaderCode_VBELN],&lt;/P&gt;&lt;P&gt;&amp;nbsp; applymap('AccountExecutive_VBPA',VBELN) As [PersonalNumber_PERNR],&lt;/P&gt;&lt;P&gt;&amp;nbsp; AUDAT As [DocumentDate_AUDAT],&lt;/P&gt;&lt;P&gt;&amp;nbsp; VKORG AS [SaleOrganization_VKORG],&lt;/P&gt;&lt;P&gt;&amp;nbsp; KUNNR AS [CustomerCode_KUNNR],&lt;/P&gt;&lt;P&gt;&amp;nbsp; applymap('Customer_KNA1',KUNNR) as [Customer_Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp; BUKRS_VF AS [CompanyCode_BUKRS_VF]&lt;/P&gt;&lt;P&gt;FROM &lt;D&gt; (qvd) WHERE not WildMatch ('VBELN', load VBELN FROM &lt;D&gt; (qvd) WHERE ABSTK = 'C') And VBTYP IN ('C','I');&lt;/D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your answers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 04:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-use-load-statement-as-subquery-in-WildMatch/m-p/705268#M254260</guid>
      <dc:creator />
      <dc:date>2014-09-04T04:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can use load statement as subquery in WildMatch</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-use-load-statement-as-subquery-in-WildMatch/m-p/705269#M254261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chantharoth,&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;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; VBELN AS [HeaderCode_VBELN],&lt;/P&gt;&lt;P&gt;&amp;nbsp; applymap('AccountExecutive_VBPA',VBELN) As [PersonalNumber_PERNR],&lt;/P&gt;&lt;P&gt;&amp;nbsp; AUDAT As [DocumentDate_AUDAT],&lt;/P&gt;&lt;P&gt;&amp;nbsp; VKORG AS [SaleOrganization_VKORG],&lt;/P&gt;&lt;P&gt;&amp;nbsp; KUNNR AS [CustomerCode_KUNNR],&lt;/P&gt;&lt;P&gt;&amp;nbsp; applymap('Customer_KNA1',KUNNR) as [Customer_Name],&lt;/P&gt;&lt;P&gt;&amp;nbsp; BUKRS_VF AS [CompanyCode_BUKRS_VF]&lt;/P&gt;&lt;P&gt;FROM &lt;D&gt; (qvd) &lt;/D&gt;&lt;/P&gt;&lt;P&gt;WHERE not WildMatch (ABSTK,'C') &lt;/P&gt;&lt;P&gt;&amp;nbsp; And match(VBTYP,'C','I');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Regards,&lt;/P&gt;&lt;P&gt;Vishal Waghole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 04:43:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-use-load-statement-as-subquery-in-WildMatch/m-p/705269#M254261</guid>
      <dc:creator>VishalWaghole</dc:creator>
      <dc:date>2014-09-04T04:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can use load statement as subquery in WildMatch</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-use-load-statement-as-subquery-in-WildMatch/m-p/705270#M254262</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;I dont think so this is possible in one load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to use not exist()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try something like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;test:&lt;/P&gt;&lt;P&gt;load VBELN&lt;/P&gt;&lt;P&gt;FROM &lt;D&gt; (qvd)&lt;/D&gt;&lt;/P&gt;&lt;P&gt;WHERE wildmatch(ABSTK, 'C') And wildmatch(VBTYP,'C','I');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; VBELN AS [HeaderCode_VBELN],&lt;/P&gt;&lt;P&gt;&amp;nbsp; applymap('AccountExecutive_VBPA',VBELN) As [PersonalNumber_PERNR],&lt;/P&gt;&lt;P&gt;&amp;nbsp; AUDAT As [DocumentDate_AUDAT],&lt;/P&gt;&lt;P&gt;&amp;nbsp; VKORG AS [SaleOrganization_VKORG],&lt;/P&gt;&lt;P&gt;&amp;nbsp; KUNNR AS [CustomerCode_KUNNR],&lt;/P&gt;&lt;P&gt;&amp;nbsp; applymap('Customer_KNA1',KUNNR) as [Customer_Name],&lt;/P&gt;&lt;P&gt;&amp;nbsp; BUKRS_VF AS [CompanyCode_BUKRS_VF]&lt;/P&gt;&lt;P&gt;FROM &lt;D&gt; (qvd)&lt;/D&gt;&lt;/P&gt;&lt;P&gt;where not exist(test.VBELN,VBELN);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 04:54:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-use-load-statement-as-subquery-in-WildMatch/m-p/705270#M254262</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-09-04T04:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: How can use load statement as subquery in WildMatch</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-use-load-statement-as-subquery-in-WildMatch/m-p/705271#M254263</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;Temp:&lt;/P&gt;&lt;P&gt;Load VBELN FROM &lt;D&gt; (qvd) WHERE ABSTK = 'C';&lt;/D&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Header_VBAK]:&lt;/P&gt;&lt;P&gt;Inner keep Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; VBELN AS [HeaderCode_VBELN],&lt;/P&gt;&lt;P&gt;&amp;nbsp; applymap('AccountExecutive_VBPA',VBELN) As [PersonalNumber_PERNR],&lt;/P&gt;&lt;P&gt;&amp;nbsp; AUDAT As [DocumentDate_AUDAT],&lt;/P&gt;&lt;P&gt;&amp;nbsp; VKORG AS [SaleOrganization_VKORG],&lt;/P&gt;&lt;P&gt;&amp;nbsp; KUNNR AS [CustomerCode_KUNNR],&lt;/P&gt;&lt;P&gt;&amp;nbsp; applymap('Customer_KNA1',KUNNR) as [Customer_Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp; BUKRS_VF AS [CompanyCode_BUKRS_VF]&lt;/P&gt;&lt;P&gt;FROM &lt;D&gt; (qvd) WHERE &lt;STRONG&gt;not Exists&lt;/STRONG&gt;(VBELN,VBELN) And Match(VBTYP ,'C','I');&lt;/D&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 05:05:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-use-load-statement-as-subquery-in-WildMatch/m-p/705271#M254263</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2014-09-04T05:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can use load statement as subquery in WildMatch</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-use-load-statement-as-subquery-in-WildMatch/m-p/705272#M254264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Chantharoth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SQL concept of nested sub-queries is present in QlikView, but requires breaking out the nested subquery into a separate load statement that is resolved before the juncture you intend to apply it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They're not so much nested, but rather chained together.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 05:44:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-use-load-statement-as-subquery-in-WildMatch/m-p/705272#M254264</guid>
      <dc:creator>evan_kurowski</dc:creator>
      <dc:date>2014-09-04T05:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: How can use load statement as subquery in WildMatch</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-use-load-statement-as-subquery-in-WildMatch/m-p/705273#M254265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Vi&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style="font-size: 12.222222328186px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/VishalWaghole"&gt;VishalWaghole&lt;/A&gt;&lt;/STRONG&gt;, max dreamer, &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/MayilVahanan"&gt;MayilVahanan&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; , and &lt;STRONG style="font-size: 12.222222328186px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/Evan_Kurowski"&gt;Evan_Kurowski&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp; very&amp;nbsp; much for your&amp;nbsp; answer.&amp;nbsp; I'm so sorry.I posted wrong script. please kindly&amp;nbsp; review it again :&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Header_VBAK]:&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Inner keep Load&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; VBELN AS [HeaderCode_VBELN],&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; applymap('AccountExecutive_VBPA',VBELN) As [PersonalNumber_PERNR],&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; AUDAT As [DocumentDate_AUDAT],&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; VKORG AS [SaleOrganization_VKORG],&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; KUNNR AS [CustomerCode_KUNNR],&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; applymap('Customer_KNA1',KUNNR) as [Customer_Name],&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; BUKRS_VF AS [CompanyCode_BUKRS_VF]&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM &lt;D&gt; (qvd) WHERE not WildMatch ('VBELN', load VBELN &lt;STRONG&gt;FROM &lt;D&gt;&lt;/D&gt;&lt;/STRONG&gt; (qvd) WHERE ABSTK = 'C') And VBTYP IN ('C','I');&lt;/D&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;With thanks,&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Chantharoth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 06:46:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-use-load-statement-as-subquery-in-WildMatch/m-p/705273#M254265</guid>
      <dc:creator />
      <dc:date>2014-09-04T06:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: How can use load statement as subquery in WildMatch</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-use-load-statement-as-subquery-in-WildMatch/m-p/705274#M254266</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;You replace the file name from the above solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;Load VBELN FROM &lt;D&gt; (qvd) WHERE ABSTK = 'C';&lt;/D&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Header_VBAK]:&lt;/P&gt;&lt;P&gt;Inner keep Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; VBELN AS [HeaderCode_VBELN],&lt;/P&gt;&lt;P&gt;&amp;nbsp; applymap('AccountExecutive_VBPA',VBELN) As [PersonalNumber_PERNR],&lt;/P&gt;&lt;P&gt;&amp;nbsp; AUDAT As [DocumentDate_AUDAT],&lt;/P&gt;&lt;P&gt;&amp;nbsp; VKORG AS [SaleOrganization_VKORG],&lt;/P&gt;&lt;P&gt;&amp;nbsp; KUNNR AS [CustomerCode_KUNNR],&lt;/P&gt;&lt;P&gt;&amp;nbsp; applymap('Customer_KNA1',KUNNR) as [Customer_Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp; BUKRS_VF AS [CompanyCode_BUKRS_VF]&lt;/P&gt;&lt;P&gt;FROM &lt;D&gt; (qvd) WHERE &lt;STRONG&gt;not Exists&lt;/STRONG&gt;(Temp.VBELN,VBELN) And Match(VBTYP ,'C','I');&lt;/D&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 06:56:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-use-load-statement-as-subquery-in-WildMatch/m-p/705274#M254266</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2014-09-04T06:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: How can use load statement as subquery in WildMatch</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-use-load-statement-as-subquery-in-WildMatch/m-p/705275#M254267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chantharoth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VBUK:&lt;/P&gt;&lt;P&gt;Load VBELN &lt;/P&gt;&lt;P&gt;FROM &lt;D&gt; (qvd)&lt;/D&gt;&lt;/P&gt;&lt;P&gt;where not wildmatch(ABSTK,'C')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; and match(VBTYP,'C','I')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join(VBUK)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; VBELN AS [HeaderCode_VBELN],&lt;/P&gt;&lt;P&gt;&amp;nbsp; applymap('AccountExecutive_VBPA',VBELN) As [PersonalNumber_PERNR],&lt;/P&gt;&lt;P&gt;&amp;nbsp; AUDAT As [DocumentDate_AUDAT],&lt;/P&gt;&lt;P&gt;&amp;nbsp; VKORG AS [SaleOrganization_VKORG],&lt;/P&gt;&lt;P&gt;&amp;nbsp; KUNNR AS [CustomerCode_KUNNR],&lt;/P&gt;&lt;P&gt;&amp;nbsp; applymap('Customer_KNA1',KUNNR) as [Customer_Name],&lt;/P&gt;&lt;P&gt;&amp;nbsp; BUKRS_VF AS [CompanyCode_BUKRS_VF]&lt;/P&gt;&lt;P&gt;FROM &lt;D&gt; (qvd);&lt;/D&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Regards,&lt;/P&gt;&lt;P&gt;Vishal Waghole.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 06:57:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-use-load-statement-as-subquery-in-WildMatch/m-p/705275#M254267</guid>
      <dc:creator>VishalWaghole</dc:creator>
      <dc:date>2014-09-04T06:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: How can use load statement as subquery in WildMatch</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-use-load-statement-as-subquery-in-WildMatch/m-p/705276#M254268</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 something like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;test:&lt;/P&gt;&lt;P&gt;load VBELN&lt;/P&gt;&lt;P&gt;FROM &lt;D&gt; (qvd)&lt;/D&gt;&lt;/P&gt;&lt;P&gt;WHERE wildmatch(ABSTK, 'C');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; VBELN AS [HeaderCode_VBELN],&lt;/P&gt;&lt;P&gt;&amp;nbsp; applymap('AccountExecutive_VBPA',VBELN) As [PersonalNumber_PERNR],&lt;/P&gt;&lt;P&gt;&amp;nbsp; AUDAT As [DocumentDate_AUDAT],&lt;/P&gt;&lt;P&gt;&amp;nbsp; VKORG AS [SaleOrganization_VKORG],&lt;/P&gt;&lt;P&gt;&amp;nbsp; KUNNR AS [CustomerCode_KUNNR],&lt;/P&gt;&lt;P&gt;&amp;nbsp; applymap('Customer_KNA1',KUNNR) as [Customer_Name],&lt;/P&gt;&lt;P&gt;&amp;nbsp; BUKRS_VF AS [CompanyCode_BUKRS_VF]&lt;/P&gt;&lt;P&gt;FROM &lt;D&gt; (qvd)&lt;/D&gt;&lt;/P&gt;&lt;P&gt;where not exist(test.VBELN,VBELN) &lt;STRONG&gt; And wildmatch(VBTYP,'C','I')&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 06:59:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-use-load-statement-as-subquery-in-WildMatch/m-p/705276#M254268</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-09-04T06:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: How can use load statement as subquery in WildMatch</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-use-load-statement-as-subquery-in-WildMatch/m-p/705277#M254269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Chantharoth Reth wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Dear Vi&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="font-size: 12.222222328186px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="85610" data-objecttype="3" href="https://community.qlik.com/people/VishalWaghole"&gt;shal Waghole&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;, max dreamer, &lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="88778" data-objecttype="3" href="https://community.qlik.com/people/MayilVahanan"&gt;Mayil Vahanan Ramasamy&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; , and &lt;SPAN style="font-size: 12.222222328186px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="32367" data-objecttype="3" href="https://community.qlik.com/people/Evan_Kurowski"&gt;Evan Kurowski&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thank you&amp;nbsp; very&amp;nbsp; much for your&amp;nbsp; answer.&amp;nbsp; I'm so sorry.I posted wrong script. please kindly&amp;nbsp; review it again :&lt;/P&gt;
&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #3d3d3d;"&gt;[Header_VBAK]:&lt;/P&gt;
&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #3d3d3d;"&gt;Inner keep Load&lt;/P&gt;
&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; VBELN AS [HeaderCode_VBELN],&lt;/P&gt;
&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; applymap('AccountExecutive_VBPA',VBELN) As [PersonalNumber_PERNR],&lt;/P&gt;
&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; AUDAT As [DocumentDate_AUDAT],&lt;/P&gt;
&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; VKORG AS [SaleOrganization_VKORG],&lt;/P&gt;
&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; KUNNR AS [CustomerCode_KUNNR],&lt;/P&gt;
&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; applymap('Customer_KNA1',KUNNR) as [Customer_Name],&lt;/P&gt;
&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; BUKRS_VF AS [CompanyCode_BUKRS_VF]&lt;/P&gt;
&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #3d3d3d;"&gt;FROM &lt;D&gt; (qvd) WHERE not WildMatch ('VBELN', load VBELN &lt;STRONG&gt;FROM &lt;D&gt;&lt;/D&gt;&lt;/STRONG&gt; (qvd) WHERE ABSTK = 'C') And VBTYP IN ('C','I');&lt;/D&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #3d3d3d;"&gt;With thanks,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; color: #3d3d3d;"&gt;Chantharoth&lt;/P&gt;





&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello Chantharoth,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;First, there may be a missing piece.&amp;nbsp; The "Inner Keep" is expecting to reduce the [Header_VBAK] table based on a key join to prior existing tables, and anyone approaching this needs to know what the key fields between [Header_VBAK] and its inner join are going to be reduced by.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example moving the "nested subquery" out of the Wildmatch argument (where a full load statement cannot be used as an argument) and in front of the entire statement as a stand alone creates potential inner-keep reduction value on the field VBELN if it is not aliased:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;[FILTER]: &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;load&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;VBELN&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;D&gt; (&lt;/D&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;WHERE&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;ABSTK&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; = 'C';&amp;nbsp; //impacts INNER KEEP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;[FILTER]: &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;load&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;VBELN AS Aliased_VBELN&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;D&gt; (&lt;/D&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;WHERE&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;ABSTK&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; = 'C';&amp;nbsp; //avoids impacting INNER KEEP&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the field VBELN exists prior to your Inner Join statement, the only rows that make [Header_VBAK] should be exact matches on the values in VBELN, so a "NOT Wildmatch" on VBELN will be contradictory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think if you confirm the fields involved in the INNER KEEP, that should remove ambiguity.&amp;nbsp; As others have suggested, removing the INNER KEEP removes potential conflicts, but it's not clear whether the INNER KEEP is a requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 07:08:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-use-load-statement-as-subquery-in-WildMatch/m-p/705277#M254269</guid>
      <dc:creator>evan_kurowski</dc:creator>
      <dc:date>2014-09-04T07:08:26Z</dc:date>
    </item>
  </channel>
</rss>

