<?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: SUBSELECT &amp; Load statement is giving error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262026#M397981</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunny,&lt;/P&gt;&lt;P&gt;I am able to load BSAS table which is having BUKRS field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Feb 2017 14:53:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-02-25T14:53:43Z</dc:date>
    <item>
      <title>SUBSELECT &amp; Load statement is giving error</title>
      <link>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262023#M397978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I hope you all are doing well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I am using QlikSense &amp;amp; Qlik Sap SQL &lt;/SPAN&gt;Connector,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;In that I am using below SUBSELECT query for incremental load which is working fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Let vFromDate_BKPF = Date(Peek('MaxBKPF',0,'BKPFMAX'),'YYYYMMDD');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;SQL SUBSELECT * &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM BSAS&lt;/P&gt;&lt;P&gt;where BELNR GJAHR BUKRS IN ( SELECT BELNR GJAHR BUKRS FROM BKPF where CPUDT &amp;gt;= '$(vFromDate_BKPF)' ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But when i am loading the data by using load statement i am getting an error -&amp;nbsp; field not found.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[BSAS]:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;BUKRS;&lt;/P&gt;&lt;P&gt;SQL SUBSELECT * &lt;/P&gt;&lt;P&gt;FROM BSAS&lt;/P&gt;&lt;P&gt;where BELNR GJAHR BUKRS IN ( SELECT BELNR GJAHR BUKRS FROM BKPF where CPUDT &amp;gt;= '$(vFromDate_BKPF)' ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 11:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262023#M397978</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-24T11:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: SUBSELECT &amp; Load statement is giving error</title>
      <link>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262024#M397979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you just run this&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;STRONG&gt;Let vFromDate_BKPF = Date(Peek('MaxBKPF',0,'BKPFMAX'),'YYYYMMDD');&lt;/STRONG&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;&lt;STRONG style="font-size: 10pt; font-style: inherit; font-family: inherit;"&gt;SQL SUBSELECT *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FROM BSAS&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;where BELNR GJAHR BUKRS IN ( SELECT BELNR GJAHR BUKRS FROM BKPF where CPUDT &amp;gt;= '$(vFromDate_BKPF)' ;&lt;/STRONG&gt;&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;do you see a field name called &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;BUKRS&lt;/SPAN&gt; within your BSAS table? May be the casing is different?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 12:03:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262024#M397979</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-24T12:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: SUBSELECT &amp; Load statement is giving error</title>
      <link>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262025#M397980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;You were missing&amp;nbsp; a closing&lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt; '&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;)'&lt;SPAN style="font-size: 10pt; color: #000000;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #000000;"&gt;at the end &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;that might be one of the the reason.&lt;/SPAN&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[BSAS]:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;BUKRS&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;SQL SUBSELECT *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FROM BSAS&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;where BELNR GJAHR BUKRS IN ( SELECT BELNR GJAHR BUKRS FROM BKPF where CPUDT &amp;gt;= '$(vFromDate_BKPF)'&amp;nbsp; &lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;)&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 12:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262025#M397980</guid>
      <dc:creator>aarkay29</dc:creator>
      <dc:date>2017-02-24T12:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: SUBSELECT &amp; Load statement is giving error</title>
      <link>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262026#M397981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunny,&lt;/P&gt;&lt;P&gt;I am able to load BSAS table which is having BUKRS field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 14:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262026#M397981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-25T14:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: SUBSELECT &amp; Load statement is giving error</title>
      <link>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262027#M397982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Aar,&lt;/P&gt;&lt;P&gt;I &lt;SPAN style="font-size: 10pt;"&gt;also put closing bracket at the end but it is still showing same error.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 14:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262027#M397982</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-25T14:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: SUBSELECT &amp; Load statement is giving error</title>
      <link>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262028#M397983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Harinder&lt;/P&gt;&lt;P&gt;Everything seems to run perfectly when I try&amp;nbsp; the same code on Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you make sure that &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(vFromDate_BKPF)&lt;/STRONG&gt; is filled with appropriate date in YYYYMMDD format&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 16:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262028#M397983</guid>
      <dc:creator>aarkay29</dc:creator>
      <dc:date>2017-02-25T16:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: SUBSELECT &amp; Load statement is giving error</title>
      <link>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262029#M397984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have checked the date format which is working fine.&lt;/P&gt;&lt;P&gt;when i am using only&lt;/P&gt;&lt;P&gt;SQL SUBSELECT * &lt;/P&gt;&lt;P&gt;FROM BSAS&lt;/P&gt;&lt;P&gt;where BELNR GJAHR BUKRS IN ( SELECT BELNR GJAHR BUKRS FROM BKPF where CPUDT &amp;gt;= '$(vFromDate_BKPF)') ; &lt;STRONG&gt;syntax it is working fine. but i am not able to load the data.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Qlik Sense &amp;amp; I don't think that will be the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 17:37:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262029#M397984</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-25T17:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: SUBSELECT &amp; Load statement is giving error</title>
      <link>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262030#M397985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a screenshot of the error you are seeing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 17:38:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262030#M397985</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-25T17:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: SUBSELECT &amp; Load statement is giving error</title>
      <link>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262031#M397986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA screenshot of error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 17:44:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262031#M397986</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-25T17:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: SUBSELECT &amp; Load statement is giving error</title>
      <link>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262032#M397987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I know. I mean if your table &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;BSAS&lt;/SPAN&gt; contains &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;BUKRS&lt;/SPAN&gt; then there is no reason for it show that error. But you did confirm that BUKRS was a field when you just ran this, right?&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Let vFromDate_BKPF = Date(Peek('MaxBKPF',0,'BKPFMAX'),'YYYYMMDD');&lt;/STRONG&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;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;SQL SUBSELECT *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FROM BSAS&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;where BELNR GJAHR BUKRS IN ( SELECT BELNR GJAHR BUKRS FROM BKPF where CPUDT &amp;gt;= '$(vFromDate_BKPF)' ;&lt;/STRONG&gt;&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;If that is the case, then I am not sure why it would error out. May be someone else have other ideas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2017 16:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262032#M397987</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-26T16:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: SUBSELECT &amp; Load statement is giving error</title>
      <link>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262033#M397988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Harinder,&lt;/P&gt;&lt;P&gt;Not sure why it is giving you an error. If you don't mind can you please post your entire script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2017 18:42:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262033#M397988</guid>
      <dc:creator>aarkay29</dc:creator>
      <dc:date>2017-02-26T18:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: SUBSELECT &amp; Load statement is giving error</title>
      <link>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262034#M397989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aar,&lt;/P&gt;&lt;P&gt;PFB script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/************* Maxdate Logic ***************/&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;LOAD CPUDT as Date&lt;/P&gt;&lt;P&gt;FROM [lib://Transaction_QVD_Path (tril_administrator)/BKPF.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&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;BKPFMAX:&lt;/P&gt;&lt;P&gt;Load Max(Date) as MaxBKPF;&lt;/P&gt;&lt;P&gt;Load FieldValue('Date',IterNo()) as Date &lt;/P&gt;&lt;P&gt;autogenerate(1)&amp;nbsp; &lt;/P&gt;&lt;P&gt;while not IsNull(FieldValue('Date',Iterno()));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vFromDate_BKPF = Date(Peek('MaxBKPF',0,'BKPFMAX'),'YYYYMMDD');&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;DROP Table Temp,BKPFMAX;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*************** Ends ****************/&lt;/P&gt;&lt;P&gt;//Let vStartTime=num(Now());&lt;/P&gt;&lt;P&gt;[BSAS]:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;BUKRS&lt;SPAN style="font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SUBSELECT * &lt;/P&gt;&lt;P&gt;FROM BSAS&lt;/P&gt;&lt;P&gt;where BELNR GJAHR BUKRS IN ( SELECT BELNR GJAHR BUKRS FROM BKPF where CPUDT &amp;gt;= '$(vFromDate_BKPF)') ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exit Script;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 04:38:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262034#M397989</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-27T04:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: SUBSELECT &amp; Load statement is giving error</title>
      <link>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262035#M397990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not entirely sure, but I don't think you need to use SUBSELECT when not reading from BSEG (&lt;/P&gt;&lt;P&gt;Cluster table). Try using a regular SELECT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 07:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262035#M397990</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-02-27T07:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: SUBSELECT &amp; Load statement is giving error</title>
      <link>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262036#M397991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure the SQL statement returns at least one row? Sounds like an empty result set not creating an internal table, and therefor no BUKRS field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 07:50:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262036#M397991</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-02-27T07:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: SUBSELECT &amp; Load statement is giving error</title>
      <link>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262037#M397992</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;Harinder,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It is very strange that you are getting an error!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try the same script everything seems to works fine&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[BSAS]:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;BUKRS&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&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;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SUBSELECT *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM BSAS&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where BELNR GJAHR BUKRS IN ( SELECT BELNR GJAHR BUKRS FROM BKPF where CPUDT &amp;gt;= '20170101') ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 14:25:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SUBSELECT-Load-statement-is-giving-error/m-p/1262037#M397992</guid>
      <dc:creator>aarkay29</dc:creator>
      <dc:date>2017-02-27T14:25:50Z</dc:date>
    </item>
  </channel>
</rss>

