<?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: Ayuda con Acumulación en Script in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Ayuda-con-Acumulaci%C3%B3n-en-Script/m-p/1995457#M82397</link>
    <description>&lt;P&gt;&lt;FONT&gt;Final:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT&gt;load&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT&gt;InventoryDate,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT&gt;TranscodeName,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT&gt;VendorName,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT&gt;ProductionFormulaNo,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT&gt;"Description Code",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT&gt;Company,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT&gt;Quantity,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT&gt;if(&amp;nbsp; "&lt;SPAN&gt;Description Code"&amp;lt;&amp;gt;peek("Description Code"),&lt;/SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;Quantity&lt;/SPAN&gt; ,&lt;SPAN&gt;Quantity&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;+&lt;/SPAN&gt;Peek('Accumulated') ) AS Accumulated&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT&gt;Resident AcumV1&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;Order by&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;InventoryDate,&lt;BR /&gt;TranscodeName,&lt;BR /&gt;VendorName,&lt;BR /&gt;ProductionFormulaNo,&lt;BR /&gt;"Description Code",&lt;BR /&gt;Company&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT&gt;Drop Table AccumV1;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Oct 2022 09:36:41 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2022-10-21T09:36:41Z</dc:date>
    <item>
      <title>Ayuda con Acumulación en Script</title>
      <link>https://community.qlik.com/t5/App-Development/Ayuda-con-Acumulaci%C3%B3n-en-Script/m-p/1995150#M82370</link>
      <description>&lt;P&gt;Buenos días!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tengo el siguiente scrip&lt;/P&gt;
&lt;P&gt;Final:&lt;BR /&gt;load&lt;BR /&gt;FechaInventario,&lt;BR /&gt;TranscodeNombre,&lt;BR /&gt;VendorName,&lt;BR /&gt;ProductionFormulaNo,&lt;BR /&gt;"Descripción Código",&lt;BR /&gt;Empresa,&lt;BR /&gt;Cantidad,&lt;BR /&gt;RangeSum(Peek('Acumulado'), Cantidad) AS Acumulado&lt;BR /&gt;Resident AcumV1;&lt;BR /&gt;Drop Table AcumV1;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CarlosCerezo_1-1666281042790.png" style="width: 829px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/91825i57D38061CFAA4B92/image-dimensions/829x408?v=v2" width="829" height="408" role="button" title="CarlosCerezo_1-1666281042790.png" alt="CarlosCerezo_1-1666281042790.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;pero no es el resultado deseado porque lo que necesito es que cuando sea otro producto se reinicie la acumulación como en el caso de azufre, en cambio sigue acumulando lo del producto anterior.&lt;/P&gt;
&lt;P&gt;Por favor si alguien me puede ayudar estaría muy agradecido&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 15:54:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ayuda-con-Acumulaci%C3%B3n-en-Script/m-p/1995150#M82370</guid>
      <dc:creator>CarlosCerezo</dc:creator>
      <dc:date>2022-10-20T15:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Ayuda con Acumulación en Script</title>
      <link>https://community.qlik.com/t5/App-Development/Ayuda-con-Acumulaci%C3%B3n-en-Script/m-p/1995457#M82397</link>
      <description>&lt;P&gt;&lt;FONT&gt;Final:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT&gt;load&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT&gt;InventoryDate,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT&gt;TranscodeName,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT&gt;VendorName,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT&gt;ProductionFormulaNo,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT&gt;"Description Code",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT&gt;Company,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT&gt;Quantity,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT&gt;if(&amp;nbsp; "&lt;SPAN&gt;Description Code"&amp;lt;&amp;gt;peek("Description Code"),&lt;/SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;Quantity&lt;/SPAN&gt; ,&lt;SPAN&gt;Quantity&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;+&lt;/SPAN&gt;Peek('Accumulated') ) AS Accumulated&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT&gt;Resident AcumV1&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;Order by&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;InventoryDate,&lt;BR /&gt;TranscodeName,&lt;BR /&gt;VendorName,&lt;BR /&gt;ProductionFormulaNo,&lt;BR /&gt;"Description Code",&lt;BR /&gt;Company&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT&gt;Drop Table AccumV1;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 09:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ayuda-con-Acumulaci%C3%B3n-en-Script/m-p/1995457#M82397</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-10-21T09:36:41Z</dc:date>
    </item>
  </channel>
</rss>

