<?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 store into qvd not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/store-into-qvd-not-working/m-p/1814109#M1212829</link>
    <description>&lt;P&gt;Hello everyone ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I create an inline table with variable that i want to store:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;BR /&gt;[$(vL.AppName)]:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;AppCategory,AppName,AppType,AppTypeName,LastReloadStart,LastReloadEnd,ReloadTime&lt;BR /&gt;$(vL.AppCategory),$(vL.AppName),$(vL.AppType),$(vL.AppTypeName),$(v_LastReloadStart),$(v_LastReloadEnd),$(v_ReloadTime)&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;When i store it it doen't work&lt;/P&gt;&lt;P&gt;my script is the following one :&lt;/P&gt;&lt;P&gt;STORE [$(vL.AppName)] INTO '$(vL.QVDPath)Andon\Andon Monitoring\Test_unitaire_2021.qvd' (qvd);&lt;/P&gt;&lt;P&gt;In the log i get this :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;20210610T110946.046+0200 0532 [Empack_Putaway_Lines]:&lt;BR /&gt;20210610T110946.046+0200 0533 LOAD * INLINE [&lt;BR /&gt;20210610T110946.046+0200 0534 AppCategory,AppName,AppType,AppTypeName,LastReloadStart,LastReloadEnd,ReloadTime&lt;BR /&gt;20210610T110946.046+0200 0535 Andon,Empack_Putaway_Lines,QVD2Mart,QVD2Mart_Inbound_following_Empack_Putaway_Lines,10/06/2021 11:07:33 AM,10/06/2021 11:09:46 AM,00:02:13&lt;BR /&gt;20210610T110946.046+0200 0536 ]&lt;BR /&gt;20210610T110946.047+0200 7 fields found: AppCategory, AppName, AppType, AppTypeName, LastReloadStart, LastReloadEnd, ReloadTime,&lt;BR /&gt;20210610T110946.048+0200 1 lines fetched&lt;BR /&gt;20210610T110946.049+0200 0553 STORE [Empack_Putaway_Lines] INTO 'C:\102.GTO\999.Self_BI\WMS2\2.QVD\'Andon Monitoring'\Test_unitaire.qvd' (qvd)&lt;BR /&gt;20210610T110946.058+0200 0556 STORE [Empack_Putaway_Lines] INTO 'C:\102.GTO\999.Self_BI\WMS2\2.QVD\Supervision Dashboard\'Andon Monitoring'\Test_unitaire_2.qvd' (qvd)&lt;BR /&gt;20210610T110946.063+0200 0557 STORE [Empack_Putaway_Lines] INTO 'C:\102.GTO\999.Self_BI\WMS2\2.QVD\Supervision Dashboard\Andon\[Andon Monitoring]\Test_unitaire_2021.qvd' (qvd)&lt;BR /&gt;20210610T110946.068+0200 0558 STORE [Empack_Putaway_Lines] INTO 'C:\102.GTO\999.Self_BI\WMS2\2.QVD\Supervision Dashboard\Andon\Andon Monitoring\Test_unitaire_2021.qvd' (qvd)&lt;BR /&gt;20210610T110946.073+0200 0559 STORE [Empack_Putaway_Lines] INTO 'C:\102.GTO\999.Self_BI\WMS2\2.QVD\Supervision Dashboard\Andon\'Andon Monitoring'\Test_unitaire_2021.qvd' (qvd)&lt;BR /&gt;20210610T110946.076+0200 0568 EXIT SCRIPT&lt;BR /&gt;20210610T110946.306+0200 Execution finished.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But i have no issue even if the qvd is not generated.&lt;/P&gt;&lt;P&gt;But it worked when i drop the table.&lt;/P&gt;&lt;P&gt;Anyone could help ?&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Jun 2021 09:25:11 GMT</pubDate>
    <dc:creator>LESSASSY_K</dc:creator>
    <dc:date>2021-06-10T09:25:11Z</dc:date>
    <item>
      <title>store into qvd not working</title>
      <link>https://community.qlik.com/t5/QlikView/store-into-qvd-not-working/m-p/1814109#M1212829</link>
      <description>&lt;P&gt;Hello everyone ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I create an inline table with variable that i want to store:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;BR /&gt;[$(vL.AppName)]:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;AppCategory,AppName,AppType,AppTypeName,LastReloadStart,LastReloadEnd,ReloadTime&lt;BR /&gt;$(vL.AppCategory),$(vL.AppName),$(vL.AppType),$(vL.AppTypeName),$(v_LastReloadStart),$(v_LastReloadEnd),$(v_ReloadTime)&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;When i store it it doen't work&lt;/P&gt;&lt;P&gt;my script is the following one :&lt;/P&gt;&lt;P&gt;STORE [$(vL.AppName)] INTO '$(vL.QVDPath)Andon\Andon Monitoring\Test_unitaire_2021.qvd' (qvd);&lt;/P&gt;&lt;P&gt;In the log i get this :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;20210610T110946.046+0200 0532 [Empack_Putaway_Lines]:&lt;BR /&gt;20210610T110946.046+0200 0533 LOAD * INLINE [&lt;BR /&gt;20210610T110946.046+0200 0534 AppCategory,AppName,AppType,AppTypeName,LastReloadStart,LastReloadEnd,ReloadTime&lt;BR /&gt;20210610T110946.046+0200 0535 Andon,Empack_Putaway_Lines,QVD2Mart,QVD2Mart_Inbound_following_Empack_Putaway_Lines,10/06/2021 11:07:33 AM,10/06/2021 11:09:46 AM,00:02:13&lt;BR /&gt;20210610T110946.046+0200 0536 ]&lt;BR /&gt;20210610T110946.047+0200 7 fields found: AppCategory, AppName, AppType, AppTypeName, LastReloadStart, LastReloadEnd, ReloadTime,&lt;BR /&gt;20210610T110946.048+0200 1 lines fetched&lt;BR /&gt;20210610T110946.049+0200 0553 STORE [Empack_Putaway_Lines] INTO 'C:\102.GTO\999.Self_BI\WMS2\2.QVD\'Andon Monitoring'\Test_unitaire.qvd' (qvd)&lt;BR /&gt;20210610T110946.058+0200 0556 STORE [Empack_Putaway_Lines] INTO 'C:\102.GTO\999.Self_BI\WMS2\2.QVD\Supervision Dashboard\'Andon Monitoring'\Test_unitaire_2.qvd' (qvd)&lt;BR /&gt;20210610T110946.063+0200 0557 STORE [Empack_Putaway_Lines] INTO 'C:\102.GTO\999.Self_BI\WMS2\2.QVD\Supervision Dashboard\Andon\[Andon Monitoring]\Test_unitaire_2021.qvd' (qvd)&lt;BR /&gt;20210610T110946.068+0200 0558 STORE [Empack_Putaway_Lines] INTO 'C:\102.GTO\999.Self_BI\WMS2\2.QVD\Supervision Dashboard\Andon\Andon Monitoring\Test_unitaire_2021.qvd' (qvd)&lt;BR /&gt;20210610T110946.073+0200 0559 STORE [Empack_Putaway_Lines] INTO 'C:\102.GTO\999.Self_BI\WMS2\2.QVD\Supervision Dashboard\Andon\'Andon Monitoring'\Test_unitaire_2021.qvd' (qvd)&lt;BR /&gt;20210610T110946.076+0200 0568 EXIT SCRIPT&lt;BR /&gt;20210610T110946.306+0200 Execution finished.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But i have no issue even if the qvd is not generated.&lt;/P&gt;&lt;P&gt;But it worked when i drop the table.&lt;/P&gt;&lt;P&gt;Anyone could help ?&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 09:25:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/store-into-qvd-not-working/m-p/1814109#M1212829</guid>
      <dc:creator>LESSASSY_K</dc:creator>
      <dc:date>2021-06-10T09:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: store into qvd not working</title>
      <link>https://community.qlik.com/t5/QlikView/store-into-qvd-not-working/m-p/1814194#M1212836</link>
      <description>&lt;P&gt;I see multiple store statements in your logs, is that you trying to store the file in different places to see if any of those works? Also, I see single quotes around A&lt;SPAN&gt;ndon Monitoring in few of them and square brackets in other places, is that still you trying different things?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 13:17:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/store-into-qvd-not-working/m-p/1814194#M1212836</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2021-06-10T13:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: store into qvd not working</title>
      <link>https://community.qlik.com/t5/QlikView/store-into-qvd-not-working/m-p/1814561#M1212880</link>
      <description>&lt;P&gt;Yes indeed.&lt;/P&gt;&lt;P&gt;A mistake from my part.&lt;/P&gt;&lt;P&gt;Path variable were defined in other location than the one i used to store qvd.&lt;/P&gt;&lt;P&gt;It was a coworker who developped it and left dso that's why i had issues with that.&lt;/P&gt;&lt;P&gt;Thanks a lot&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 15:48:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/store-into-qvd-not-working/m-p/1814561#M1212880</guid>
      <dc:creator>LESSASSY_K</dc:creator>
      <dc:date>2021-06-11T15:48:50Z</dc:date>
    </item>
  </channel>
</rss>

