<?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: Error saving QVD in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Error-saving-QVD/m-p/1524456#M37649</link>
    <description>&lt;P&gt;&lt;SPAN&gt;For security reasons,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="CommonComponentsQlik Sense"&gt;Qlik Sense&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;in standard mode does not support absolute or relative paths in the data load script or functions and variables that expose the file system.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You will require to create a new folder connection that points to&amp;nbsp;E:\QlikSense\QVD\ in the script editor or data manager.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2018/Subsystems/Hub/Content/Sense_Hub/LoadData/adding-data-manually.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/November2018/Subsystems/Hub/Content/Sense_Hub/LoadData/adding-data-manually.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can then use the&amp;nbsp;folder connection below to store the QVD files.&lt;/P&gt;&lt;P&gt;STORE NSTransactions INTO &lt;SPAN&gt;'lib://FolderConnection/&lt;/SPAN&gt;NS_Transactions.qvd (qvd)' ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Dec 2018 15:35:13 GMT</pubDate>
    <dc:creator>skamath1</dc:creator>
    <dc:date>2018-12-27T15:35:13Z</dc:date>
    <item>
      <title>Error saving QVD</title>
      <link>https://community.qlik.com/t5/App-Development/Error-saving-QVD/m-p/1524444#M37646</link>
      <description>&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm Trying to save a table into a QVD but I received this error:&lt;/P&gt;&lt;PRE&gt;Set VStore='E:\QlikSense\QVD\';&lt;BR /&gt;NSTransactions:
LOAD 
CREATED_FROM_ID,
TRANDATE,
TRANSACTION_EXTID,
TRANSACTION_ID,
TRANSACTION_TYPE,
//BASE_AMOUNT,
ENTITY_ID,
If(Left([TRANSACTION_EXTID], 3)='FV0',
Replace([TRANSACTION_EXTID], 'FV', 'PV'),
Replace([TRANSACTION_EXTID], 'FV', 'PR')) as SalesId,
XBASEAMT1+XBASEAMT2+XBASEAMT3+XBASEAMT4 as Bruto_Fra;
SQL SELECT 
CREATED_FROM_ID,
TRANDATE,
//BASE_AMOUNT,
TRANSACTION_EXTID,
TRANSACTION_ID,
TRANSACTION_TYPE,
ENTITY_ID,
XBASEAMT1,XBASEAMT2,XBASEAMT3,XBASEAMT4
FROM "*******".*********.TRANSACTIONS
Where TRANSACTION_TYPE='Invoice'or TRANSACTION_TYPE='Sales Order'or TRANSACTION_TYPE='Inventory Adjustment';
STORE NSTransactions INTO $(VStore)NS_Transactions.qvd (qvd);&lt;/PRE&gt;&lt;P&gt;error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_2.png" style="width: 591px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/2700iE7890B10B7285B8D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_2.png" alt="Screenshot_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm new on Sense and trying to migrate from Qlikview&amp;nbsp;to Sense &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank's&lt;/P&gt;&lt;P&gt;Eduard&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 15:10:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Error-saving-QVD/m-p/1524444#M37646</guid>
      <dc:creator>ecabanas</dc:creator>
      <dc:date>2018-12-27T15:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error saving QVD</title>
      <link>https://community.qlik.com/t5/App-Development/Error-saving-QVD/m-p/1524456#M37649</link>
      <description>&lt;P&gt;&lt;SPAN&gt;For security reasons,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="CommonComponentsQlik Sense"&gt;Qlik Sense&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;in standard mode does not support absolute or relative paths in the data load script or functions and variables that expose the file system.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You will require to create a new folder connection that points to&amp;nbsp;E:\QlikSense\QVD\ in the script editor or data manager.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2018/Subsystems/Hub/Content/Sense_Hub/LoadData/adding-data-manually.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/November2018/Subsystems/Hub/Content/Sense_Hub/LoadData/adding-data-manually.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can then use the&amp;nbsp;folder connection below to store the QVD files.&lt;/P&gt;&lt;P&gt;STORE NSTransactions INTO &lt;SPAN&gt;'lib://FolderConnection/&lt;/SPAN&gt;NS_Transactions.qvd (qvd)' ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 15:35:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Error-saving-QVD/m-p/1524456#M37649</guid>
      <dc:creator>skamath1</dc:creator>
      <dc:date>2018-12-27T15:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error saving QVD</title>
      <link>https://community.qlik.com/t5/App-Development/Error-saving-QVD/m-p/1524457#M37650</link>
      <description>&lt;P&gt;You need to define a folder connection first for the location where you want to store your qvd. Then you need to use that folder connection with the LIB:// syntax to tell Qlik Sense where to store your qvd.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Either that or enable Legacy mode so you can use old fashioned windows file paths.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 15:35:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Error-saving-QVD/m-p/1524457#M37650</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-12-27T15:35:35Z</dc:date>
    </item>
  </channel>
</rss>

