<?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: Which Method is correct for storing a QVD file on Qlik SaaS in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Which-Method-is-correct-for-storing-a-QVD-file-on-Qlik-SaaS/m-p/2496716#M102692</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/307821"&gt;@Vish35&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Don't use single quotes and use square brackets to enclose the full path and file name:&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;STORE Test INTO &lt;STRONG&gt;[&lt;/STRONG&gt;lib://myspcae-$(env):DataFiles/Test.qvd&lt;STRONG&gt;]&lt;/STRONG&gt; (qvd);&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;If you are unsure, you can click on &lt;EM&gt;Insert Store statement&lt;/EM&gt; button:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marksouzacosta_0-1733681732561.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175390i412D268C7C93E2D5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marksouzacosta_0-1733681732561.png" alt="marksouzacosta_0-1733681732561.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more details:&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Store.htm" target="_blank"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Store.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 08 Dec 2024 18:18:26 GMT</pubDate>
    <dc:creator>marksouzacosta</dc:creator>
    <dc:date>2024-12-08T18:18:26Z</dc:date>
    <item>
      <title>Which Method is correct for storing a QVD file on Qlik SaaS</title>
      <link>https://community.qlik.com/t5/App-Development/Which-Method-is-correct-for-storing-a-QVD-file-on-Qlik-SaaS/m-p/2496711#M102690</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;I came across different scenario where store command getting failed with the below reason.&lt;/P&gt;
&lt;P&gt;Store Test into 'lib://myspcae-$(env):DataFiles/Test.qvd'(qvd)&lt;BR /&gt;20241208T134504.764+0000 Error: Cannot open file: 'lib://myspcae-$(env):DataFiles/Test.qvd' (Connector error: Exception was thrown by handler.)&lt;BR /&gt;20241208T134504.765+0000 Execution Failed.&lt;/P&gt;
&lt;P&gt;But strange thing is other QVD files above this table have run without any issue. Then one question that came to my mind. what is different between below both store commands.&lt;/P&gt;
&lt;P&gt;1. Store Test into 'lib://myspcae-$(env):DataFiles/Test.qvd'(qvd)'(qvd);&lt;/P&gt;
&lt;P&gt;2. Store Test into [lib://myspcae-$(env):DataFiles/Test.qvd'(qvd)] (qvd);&lt;/P&gt;
&lt;P&gt;we are using 1st one in the script. Will that cause any issue? anyone faced this issue before? please suggest&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Dec 2024 16:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Which-Method-is-correct-for-storing-a-QVD-file-on-Qlik-SaaS/m-p/2496711#M102690</guid>
      <dc:creator>Vish35</dc:creator>
      <dc:date>2024-12-08T16:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Which Method is correct for storing a QVD file on Qlik SaaS</title>
      <link>https://community.qlik.com/t5/App-Development/Which-Method-is-correct-for-storing-a-QVD-file-on-Qlik-SaaS/m-p/2496712#M102691</link>
      <description>&lt;P&gt;Please consider this one for 2nd store command:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2. Store Test into [lib://myspcae-$(env):DataFiles/Test.qvd] (qvd);&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Dec 2024 16:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Which-Method-is-correct-for-storing-a-QVD-file-on-Qlik-SaaS/m-p/2496712#M102691</guid>
      <dc:creator>Vish35</dc:creator>
      <dc:date>2024-12-08T16:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Which Method is correct for storing a QVD file on Qlik SaaS</title>
      <link>https://community.qlik.com/t5/App-Development/Which-Method-is-correct-for-storing-a-QVD-file-on-Qlik-SaaS/m-p/2496716#M102692</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/307821"&gt;@Vish35&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Don't use single quotes and use square brackets to enclose the full path and file name:&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;STORE Test INTO &lt;STRONG&gt;[&lt;/STRONG&gt;lib://myspcae-$(env):DataFiles/Test.qvd&lt;STRONG&gt;]&lt;/STRONG&gt; (qvd);&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;If you are unsure, you can click on &lt;EM&gt;Insert Store statement&lt;/EM&gt; button:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marksouzacosta_0-1733681732561.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175390i412D268C7C93E2D5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marksouzacosta_0-1733681732561.png" alt="marksouzacosta_0-1733681732561.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more details:&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Store.htm" target="_blank"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Store.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Dec 2024 18:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Which-Method-is-correct-for-storing-a-QVD-file-on-Qlik-SaaS/m-p/2496716#M102692</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-12-08T18:18:26Z</dc:date>
    </item>
  </channel>
</rss>

