<?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: Nightmare with libs in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Nightmare-with-libs/m-p/1526939#M37875</link>
    <description>&lt;P&gt;Please note the correct folder name, it has (ebox_ecabanas) part&lt;/P&gt;</description>
    <pubDate>Mon, 07 Jan 2019 10:47:26 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2019-01-07T10:47:26Z</dc:date>
    <item>
      <title>Nightmare with libs</title>
      <link>https://community.qlik.com/t5/App-Development/Nightmare-with-libs/m-p/1526936#M37874</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying&amp;nbsp;to store some QVD in a different location and I could not do it.&lt;/P&gt;&lt;P&gt;I defined a connection and by code I mapped the connection, too&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_3.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3150i3EE0BE96FD7383E3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_3.png" alt="Screenshot_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the load and store script:&lt;/P&gt;&lt;PRE&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 "ULABOX, S_L_".Administrator.TRANSACTIONS
Where TRANSACTION_TYPE='Invoice'or TRANSACTION_TYPE='Sales Order'or TRANSACTION_TYPE='Inventory Adjustment';
STORE NSTransactions INTO $(VStore)NSTransactions.qvd (qvd);&lt;/PRE&gt;&lt;P&gt;and the error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_5.png" style="width: 591px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3152i388C096F553B3B75/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_5.png" alt="Screenshot_5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank's for your help&lt;/P&gt;&lt;P&gt;Eduard&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 10:45:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Nightmare-with-libs/m-p/1526936#M37874</guid>
      <dc:creator>ecabanas</dc:creator>
      <dc:date>2019-01-07T10:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Nightmare with libs</title>
      <link>https://community.qlik.com/t5/App-Development/Nightmare-with-libs/m-p/1526939#M37875</link>
      <description>&lt;P&gt;Please note the correct folder name, it has (ebox_ecabanas) part&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 10:47:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Nightmare-with-libs/m-p/1526939#M37875</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2019-01-07T10:47:26Z</dc:date>
    </item>
  </channel>
</rss>

