<?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: table not found error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/table-not-found-error/m-p/783621#M1298302</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Do you have any other table before test with exactly two fields (DIE_ITEM_NAME,GDPW)? Then tables might have concatenated automatically&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table names are case sensitive. If you have different case for test table in Store statement, then you will get this error. But posted script has same case.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;test&lt;/STRONG&gt;:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DIE_ITEM_NAME,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;GDPW&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;select&amp;nbsp; DIE.ITEM_NAME as DIE_ITEM_NAME, NVL(MAX(BOM.GDPW),1) as GDPW&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from BOW.DIM_BOM_QC BOM, BOW.DIM_ITM_QC WAFER, BOW.DIM_ITM_QC DIE&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where BOM.PARENT_ITM_PRODUCTN_ID = DIE.ITM_PRODUCTN_ID&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and BOM.COMP_ITM_PRODUCTN_ID = WAFER.ITM_PRODUCTN_ID&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and sysdate between BOM.EFF_FROM_DT and BOM.EFF_TO_DT&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;group by DIE.ITEM_NAME&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;order by DIE.ITEM_NAME;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;store &lt;STRONG&gt;test&lt;/STRONG&gt; into test.qvd(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Dec 2014 01:59:55 GMT</pubDate>
    <dc:creator>anbu1984</dc:creator>
    <dc:date>2014-12-24T01:59:55Z</dc:date>
    <item>
      <title>table not found error</title>
      <link>https://community.qlik.com/t5/QlikView/table-not-found-error/m-p/783619#M1298297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;test:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;DIE_ITEM_NAME,&lt;/P&gt;&lt;P&gt;GDPW&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;P&gt;select&amp;nbsp; DIE.ITEM_NAME as DIE_ITEM_NAME, NVL(MAX(BOM.GDPW),1) as GDPW &lt;/P&gt;&lt;P&gt;from BOW.DIM_BOM_QC BOM, BOW.DIM_ITM_QC WAFER, BOW.DIM_ITM_QC DIE&lt;/P&gt;&lt;P&gt;where BOM.PARENT_ITM_PRODUCTN_ID = DIE.ITM_PRODUCTN_ID&lt;/P&gt;&lt;P&gt;and BOM.COMP_ITM_PRODUCTN_ID = WAFER.ITM_PRODUCTN_ID&lt;/P&gt;&lt;P&gt;and sysdate between BOM.EFF_FROM_DT and BOM.EFF_TO_DT&lt;/P&gt;&lt;P&gt;group by DIE.ITEM_NAME&lt;/P&gt;&lt;P&gt;order by DIE.ITEM_NAME;&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;store test into test.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above code throws table not found error.&lt;/P&gt;&lt;P&gt;can anyone tell me what the issue is? bcz the sql returns the values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/table-not-found-error/m-p/783619#M1298297</guid>
      <dc:creator>rdsuperlike</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: table not found error</title>
      <link>https://community.qlik.com/t5/QlikView/table-not-found-error/m-p/783620#M1298299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello rdsuperlike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One question &lt;/P&gt;&lt;P&gt;Does this query function in your database (Sql Server , Access...)?i think no&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sysdate? in this query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sysdate could be used in expression ....but not in a query state.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe&amp;nbsp; you can load table one by one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first ..&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;BOW.DIM_BOM_QC BOM, ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;second...&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;BOW.DIM_ITM_QC WAFER&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;third &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; BOW.DIM_ITM_QC DIE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 23:44:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/table-not-found-error/m-p/783620#M1298299</guid>
      <dc:creator>alexantone</dc:creator>
      <dc:date>2014-12-23T23:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: table not found error</title>
      <link>https://community.qlik.com/t5/QlikView/table-not-found-error/m-p/783621#M1298302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Do you have any other table before test with exactly two fields (DIE_ITEM_NAME,GDPW)? Then tables might have concatenated automatically&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table names are case sensitive. If you have different case for test table in Store statement, then you will get this error. But posted script has same case.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;test&lt;/STRONG&gt;:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DIE_ITEM_NAME,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;GDPW&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;select&amp;nbsp; DIE.ITEM_NAME as DIE_ITEM_NAME, NVL(MAX(BOM.GDPW),1) as GDPW&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from BOW.DIM_BOM_QC BOM, BOW.DIM_ITM_QC WAFER, BOW.DIM_ITM_QC DIE&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where BOM.PARENT_ITM_PRODUCTN_ID = DIE.ITM_PRODUCTN_ID&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and BOM.COMP_ITM_PRODUCTN_ID = WAFER.ITM_PRODUCTN_ID&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and sysdate between BOM.EFF_FROM_DT and BOM.EFF_TO_DT&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;group by DIE.ITEM_NAME&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;order by DIE.ITEM_NAME;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;store &lt;STRONG&gt;test&lt;/STRONG&gt; into test.qvd(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 01:59:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/table-not-found-error/m-p/783621#M1298302</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-12-24T01:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: table not found error</title>
      <link>https://community.qlik.com/t5/QlikView/table-not-found-error/m-p/783622#M1298303</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;Comment the store statement and check whether the SQL statement executes correctly?&amp;nbsp; If not then there is an issue withe the database table.&amp;nbsp; Check whether you are using correct Connection string, hope this may be the issue.&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>Wed, 24 Dec 2014 02:29:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/table-not-found-error/m-p/783622#M1298303</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-12-24T02:29:58Z</dc:date>
    </item>
  </channel>
</rss>

