<?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: Files qvd in a process in Español</title>
    <link>https://community.qlik.com/t5/Espa%C3%B1ol/Files-qvd-in-a-process/m-p/659650#M4948</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Any help??&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Aug 2014 06:13:49 GMT</pubDate>
    <dc:creator>ecolomer</dc:creator>
    <dc:date>2014-08-18T06:13:49Z</dc:date>
    <item>
      <title>Files qvd in a process</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Files-qvd-in-a-process/m-p/659649#M4947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a table of orders with various data such as:&lt;/P&gt;&lt;P&gt;- Order Id&lt;/P&gt;&lt;P&gt;- Date Order&lt;/P&gt;&lt;P&gt;- Zone&lt;/P&gt;&lt;P&gt;- Pack&lt;/P&gt;&lt;P&gt;- Amount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user selects multiple orders assigning lot numbers, when the user decides, should be stored in an intermediate file (.qvd) repeating this process several times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When reloading the orders table, you must also load this file (.qvd) in which we already have orders assigned LOTE number, reassign a new batch orders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOTE number should&amp;nbsp; automatically generate as a sequence number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the process should be based on use qvd temporary files in which to save the batch number assigned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is welcome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 17:59:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Files-qvd-in-a-process/m-p/659649#M4947</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2014-08-11T17:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Files qvd in a process</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Files-qvd-in-a-process/m-p/659650#M4948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Any help??&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 06:13:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Files-qvd-in-a-process/m-p/659650#M4948</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2014-08-18T06:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Files qvd in a process</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Files-qvd-in-a-process/m-p/659651#M4949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Firt of all, QV is not intended to save data, is to view data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest that you assign Lote number wihtin an application, for instance in you ERP and just read data in QV.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But any way, create a variable, a listbox and a button.&amp;nbsp; Select orders in the listbox, assign Lote in the variable and make a macro for saving the QVD file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 13:23:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Files-qvd-in-a-process/m-p/659651#M4949</guid>
      <dc:creator>jolivares</dc:creator>
      <dc:date>2014-08-18T13:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Files qvd in a process</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Files-qvd-in-a-process/m-p/659652#M4950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Si, si ya lo se que QV es para visualizar, pero tengo que resolver un tema que pasa por una simulación que hago en QV y necesito guardar grupos de datos (Num.Pedidos) asociados un dato generado en la simulación (Lote), es por eso que utilizo QV para resolver esto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Como realmente no es necesario que sea un QVD, voy a tratar de hacerlo con un excel o fichero de texto, da igual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;La idea de la lista y el botón ya lo tengo hecho, pero la macro no me sale ... si tienes un modelo, te lo agradeceré.&lt;/P&gt;&lt;P&gt;Saludos,&lt;/P&gt;&lt;P&gt;EC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 15:11:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Files-qvd-in-a-process/m-p/659652#M4950</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2014-08-18T15:11:50Z</dc:date>
    </item>
  </channel>
</rss>

