<?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 Table not found after partial reload in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-not-found-after-partial-reload/m-p/1814481#M1212872</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I have this below situation where when reloading works but on partial reload i get table not found error.&lt;/P&gt;&lt;P&gt;Please help me out resolve this.&lt;/P&gt;&lt;P&gt;Here is the following code:&lt;/P&gt;&lt;P&gt;if IsPartialReload() then&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;// SharePoint Mapping_Sku_ID&lt;BR /&gt;CALL SP_GetFile('$(vL.SPSubSite)','$(vL.SPMapping_App)','Mapping_SKU_ID.xlsx','$(vL.Environment)');&lt;BR /&gt;//CALL SP_GetFile([$(vL.SPSubSite)],[$(vL.SPMapping_App)],'Mapping_SKU_ID.xlsx',[$(vL.Environment)]);&lt;/P&gt;&lt;P&gt;SKU_ID:&lt;BR /&gt;NoConcatenate LOAD&lt;BR /&gt;*&lt;BR /&gt;FROM $(v_FromSP_GetFile);&lt;/P&gt;&lt;P&gt;TRACE "PARTIAL LOAD CALLED";&lt;/P&gt;&lt;P&gt;//FROM [$(vL.QVDPath_App)Mapping_SKU_ID.xlsx];&lt;BR /&gt;//ENDIF&lt;/P&gt;&lt;P&gt;// exit from the script explicitly&lt;BR /&gt;ELSE&lt;/P&gt;&lt;P&gt;if not IsPartialReload() then&lt;BR /&gt;//&lt;BR /&gt;TRACE "FULL RELOAD";&lt;BR /&gt;//&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TABLE 1:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM TABLE_NAME1;&lt;/P&gt;&lt;P&gt;END IF;&lt;BR /&gt;EXIT SCRIPT;&lt;/P&gt;&lt;P&gt;I don't understantd what is wrong.&lt;/P&gt;&lt;P&gt;The call function work well but in this it doesn't get the file (excel file withing sharepoint folder)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jun 2021 12:36:36 GMT</pubDate>
    <dc:creator>LESSASSY_K</dc:creator>
    <dc:date>2021-06-11T12:36:36Z</dc:date>
    <item>
      <title>Table not found after partial reload</title>
      <link>https://community.qlik.com/t5/QlikView/Table-not-found-after-partial-reload/m-p/1814481#M1212872</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I have this below situation where when reloading works but on partial reload i get table not found error.&lt;/P&gt;&lt;P&gt;Please help me out resolve this.&lt;/P&gt;&lt;P&gt;Here is the following code:&lt;/P&gt;&lt;P&gt;if IsPartialReload() then&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;// SharePoint Mapping_Sku_ID&lt;BR /&gt;CALL SP_GetFile('$(vL.SPSubSite)','$(vL.SPMapping_App)','Mapping_SKU_ID.xlsx','$(vL.Environment)');&lt;BR /&gt;//CALL SP_GetFile([$(vL.SPSubSite)],[$(vL.SPMapping_App)],'Mapping_SKU_ID.xlsx',[$(vL.Environment)]);&lt;/P&gt;&lt;P&gt;SKU_ID:&lt;BR /&gt;NoConcatenate LOAD&lt;BR /&gt;*&lt;BR /&gt;FROM $(v_FromSP_GetFile);&lt;/P&gt;&lt;P&gt;TRACE "PARTIAL LOAD CALLED";&lt;/P&gt;&lt;P&gt;//FROM [$(vL.QVDPath_App)Mapping_SKU_ID.xlsx];&lt;BR /&gt;//ENDIF&lt;/P&gt;&lt;P&gt;// exit from the script explicitly&lt;BR /&gt;ELSE&lt;/P&gt;&lt;P&gt;if not IsPartialReload() then&lt;BR /&gt;//&lt;BR /&gt;TRACE "FULL RELOAD";&lt;BR /&gt;//&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TABLE 1:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM TABLE_NAME1;&lt;/P&gt;&lt;P&gt;END IF;&lt;BR /&gt;EXIT SCRIPT;&lt;/P&gt;&lt;P&gt;I don't understantd what is wrong.&lt;/P&gt;&lt;P&gt;The call function work well but in this it doesn't get the file (excel file withing sharepoint folder)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 12:36:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-not-found-after-partial-reload/m-p/1814481#M1212872</guid>
      <dc:creator>LESSASSY_K</dc:creator>
      <dc:date>2021-06-11T12:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Table not found after partial reload</title>
      <link>https://community.qlik.com/t5/QlikView/Table-not-found-after-partial-reload/m-p/1814564#M1212882</link>
      <description>&lt;P&gt;And without the partial reload statement&lt;/P&gt;&lt;P&gt;this code works perfectly fine&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SKU_ID:&lt;BR /&gt;NoConcatenate LOAD&lt;BR /&gt;*&lt;BR /&gt;FROM $(v_FromSP_GetFile);&lt;/P&gt;&lt;P&gt;TRACE "PARTIAL LOAD CALLED";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That why i think it might be an issue with the partial load statement.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 15:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-not-found-after-partial-reload/m-p/1814564#M1212882</guid>
      <dc:creator>LESSASSY_K</dc:creator>
      <dc:date>2021-06-11T15:52:22Z</dc:date>
    </item>
  </channel>
</rss>

