<?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: Data load script is executed without error, but data is not loaded in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-load-script-is-executed-without-error-but-data-is-not/m-p/1941909#M1232082</link>
    <description>&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Partner lia-component-message-view-widget-author-username"&gt;&lt;A id="link_2" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.qlik.com/t5/user/viewprofilepage/user-id/154506" target="_self" aria-label="View Profile of mluz" aria-describedby="userProfileCard-154506"&gt;&lt;/A&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/154506"&gt;@mluz&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Did the suggestion solution help resolve this issue for you?&amp;nbsp; Your feedback is important to us.&amp;nbsp; Kindly respond by marking the Accept as Solution.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jun 2022 21:39:17 GMT</pubDate>
    <dc:creator>Jill_Masinde</dc:creator>
    <dc:date>2022-06-16T21:39:17Z</dc:date>
    <item>
      <title>Data load script is executed without error, but data is not loaded</title>
      <link>https://community.qlik.com/t5/QlikView/Data-load-script-is-executed-without-error-but-data-is-not/m-p/1854679#M1232072</link>
      <description>&lt;P&gt;SET vLOOP = 11;&lt;/P&gt;
&lt;P&gt;FOR i = 0 TO $(vLOOP)&lt;/P&gt;
&lt;P&gt;// Variable para que recorra los ultimos 12 meses&lt;BR /&gt;LET vPeriodo = DATE(ADDMONTHS(TODAY(),-i), 'YYYYMM');&lt;BR /&gt;&lt;BR /&gt;SET vFILENAME = '[C:\Proyecto Qlik\Proyecto Integrador\ARCHIVOS POR PERIODO\Detalle_Ordenes_$(vPeriodo).qvd]';&lt;BR /&gt;&lt;BR /&gt;LET vFILESIZE = FILESIZE($(vFILENAME));&lt;BR /&gt;&lt;BR /&gt;IF NOT IsNull(vFILESIZE) THEN&lt;/P&gt;
&lt;P&gt;ORDENES_DETALLE_POR_PERIODO:&lt;BR /&gt;LOAD&lt;BR /&gt;* &lt;BR /&gt;&lt;BR /&gt;FROM '[C:\Proyecto Qlik\Proyecto Integrador\ARCHIVOS POR PERIODO\Detalle_Ordenes_$(vPeriodo).qvd]'(qvd);&lt;BR /&gt;&lt;BR /&gt;ENDIF&lt;/P&gt;
&lt;P&gt;NEXT&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-load-script-is-executed-without-error-but-data-is-not/m-p/1854679#M1232072</guid>
      <dc:creator>mluz</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Data load script is executed without error, but data is not loaded</title>
      <link>https://community.qlik.com/t5/QlikView/Data-load-script-is-executed-without-error-but-data-is-not/m-p/1854751#M1232075</link>
      <description>&lt;P&gt;Try it in this way:&lt;/P&gt;
&lt;P&gt;SET vLOOP = 11;&lt;/P&gt;
&lt;P&gt;FOR i = 0 TO $(vLOOP)&lt;/P&gt;
&lt;P&gt;// Variable para que recorra los ultimos 12 meses&lt;BR /&gt;LET vPeriodo = DATE(ADDMONTHS(TODAY(),-i), 'YYYYMM');&lt;BR /&gt;&lt;BR /&gt;SET vFILENAME = C:\Proyecto Qlik\Proyecto Integrador\ARCHIVOS POR PERIODO\Detalle_Ordenes_$(vPeriodo).qvd;&lt;BR /&gt;&lt;BR /&gt;LET vFILESIZE = FILESIZE('$(vFILENAME)');&lt;BR /&gt;&lt;BR /&gt;IF NOT IsNull(vFILESIZE) THEN&lt;/P&gt;
&lt;P&gt;ORDENES_DETALLE_POR_PERIODO:&lt;BR /&gt;LOAD&lt;BR /&gt;*&lt;BR /&gt;&lt;BR /&gt;FROM [$(vFILENAME)](qvd);&lt;BR /&gt;&lt;BR /&gt;ENDIF&lt;/P&gt;
&lt;P&gt;NEXT&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 15:09:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-load-script-is-executed-without-error-but-data-is-not/m-p/1854751#M1232075</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2021-11-02T15:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Data load script is executed without error, but data is not loaded</title>
      <link>https://community.qlik.com/t5/QlikView/Data-load-script-is-executed-without-error-but-data-is-not/m-p/1880465#M1232078</link>
      <description>&lt;P&gt;I surely that this will works for you. So please try it in this way:&lt;/P&gt;
&lt;P&gt;SET vLOOP = 11;&lt;/P&gt;
&lt;P&gt;FOR i = 0 TO $(vLOOP)&lt;/P&gt;
&lt;P&gt;// Variable para que recorra los ultimos 12 meses&lt;BR /&gt;LET vPeriodo = DATE(ADDMONTHS(TODAY(),-i), 'YYYYMM');&lt;BR /&gt;&lt;BR /&gt;SET vFILENAME = C:\Proyecto Qlik\Proyecto Integrador\ARCHIVOS POR PERIODO\Detalle_Ordenes_$(vPeriodo).qvd;&lt;BR /&gt;&lt;BR /&gt;LET vFILESIZE = FILESIZE('$(vFILENAME)');&lt;BR /&gt;&lt;BR /&gt;IF NOT IsNull(vFILESIZE) THEN&lt;/P&gt;
&lt;P&gt;ORDENES_DETALLE_POR_PERIODO:&lt;BR /&gt;LOAD&lt;BR /&gt;*&lt;BR /&gt;&lt;FONT color="#333333"&gt;&lt;A href="https://omegle.site/" target="_self"&gt;omegle&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;FROM [$(vFILENAME)](qvd);&lt;BR /&gt;&lt;FONT color="#333333"&gt;&lt;A href="https://cpstest.uno/" target="_self"&gt;cps test&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;ENDIF&lt;/P&gt;
&lt;P&gt;NEXT&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;KiranPol&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 06:26:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-load-script-is-executed-without-error-but-data-is-not/m-p/1880465#M1232078</guid>
      <dc:creator>kiranpol</dc:creator>
      <dc:date>2022-01-13T06:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Data load script is executed without error, but data is not loaded</title>
      <link>https://community.qlik.com/t5/QlikView/Data-load-script-is-executed-without-error-but-data-is-not/m-p/1941909#M1232082</link>
      <description>&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Partner lia-component-message-view-widget-author-username"&gt;&lt;A id="link_2" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.qlik.com/t5/user/viewprofilepage/user-id/154506" target="_self" aria-label="View Profile of mluz" aria-describedby="userProfileCard-154506"&gt;&lt;/A&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/154506"&gt;@mluz&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Did the suggestion solution help resolve this issue for you?&amp;nbsp; Your feedback is important to us.&amp;nbsp; Kindly respond by marking the Accept as Solution.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 21:39:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-load-script-is-executed-without-error-but-data-is-not/m-p/1941909#M1232082</guid>
      <dc:creator>Jill_Masinde</dc:creator>
      <dc:date>2022-06-16T21:39:17Z</dc:date>
    </item>
  </channel>
</rss>

