<?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: Año anterior evaluado desde un Aggr() in Español</title>
    <link>https://community.qlik.com/t5/Espa%C3%B1ol/A%C3%B1o-anterior-evaluado-desde-un-Aggr/m-p/118675#M1437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola Ruben, ante todo gracias por tu ayuda. Lo del Only tienes razón, es mejor hacerlo con max(). El set del sum del Aggr() ya lo había probado antes, sin éxito. Y por último lo del id_producto y producto en el aggr() parece ser necesario, al menos el id_producto, porque intenté sacárselo y los importes cambian.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Seguiré intentando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Aug 2018 16:13:29 GMT</pubDate>
    <dc:creator>walter_hardy</dc:creator>
    <dc:date>2018-08-08T16:13:29Z</dc:date>
    <item>
      <title>Año anterior evaluado desde un Aggr()</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/A%C3%B1o-anterior-evaluado-desde-un-Aggr/m-p/118673#M1435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola a todos! estoy intentando descifrar un problema que no puedo resolver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tengo una tabla simple donde muestro los productos, su presentación, venta y un cálculo que depende de la presentación del producto. Ejemplo:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Captura.PNG" class="jive-image image-1" height="79" src="https://community.qlik.com/legacyfs/online/210248_Captura.PNG" style="height: 78.4952px; width: 317px;" width="317" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Donde:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;calculo&lt;/STRONG&gt; = &lt;SPAN style="color: #0000ff;"&gt;If&lt;/SPAN&gt;(presentacion='U', &lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;(venta)/2, &lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(venta)*2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luego muestro los totales por mes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Captura1.PNG" class="jive-image image-2" height="70" src="https://community.qlik.com/legacyfs/online/210249_Captura1.PNG" style="height: 70px; width: 122.68px;" width="123" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Aggr&lt;/SPAN&gt;((&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(presentacion='U', &lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;(venta)/2, &lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(venta)*2)), id_producto, producto, presentacion, mes))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(no estoy seguro de estar haciendolo bien)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luego el problema principal de esta consulta es que quiero mostrar un comparativo del &lt;STRONG&gt;calculo&lt;/STRONG&gt; con el año anterior:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;para lo que uso:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Aggr&lt;/SPAN&gt;((&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(presentacion='U', &lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;({&lt;SPAN style="color: #0000ff;"&gt;$&lt;/SPAN&gt;&amp;lt;año={&lt;SPAN style="color: #808080;"&gt;$&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;(&lt;/SPAN&gt;=&lt;SPAN style="color: #0000ff;"&gt;Only&lt;/SPAN&gt;(año)-1)}&amp;gt;} venta)/2, &lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;({&lt;SPAN style="color: #0000ff;"&gt;$&lt;/SPAN&gt;&amp;lt;año={$(=&lt;SPAN style="color: #0000ff;"&gt;Only&lt;/SPAN&gt;(año)-1)}&amp;gt;} venta)*2)), id_producto, producto, presentacion, mes))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pero no me da los totales correctos, da resultados pero no son los correctos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;¿Me pueden ayudar?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 12:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/A%C3%B1o-anterior-evaluado-desde-un-Aggr/m-p/118673#M1435</guid>
      <dc:creator>walter_hardy</dc:creator>
      <dc:date>2018-08-08T12:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Año anterior evaluado desde un Aggr()</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/A%C3%B1o-anterior-evaluado-desde-un-Aggr/m-p/118674#M1436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola Walter, puede ser por:&lt;/P&gt;&lt;P&gt;- En el set del año, preguntando por only se supone que siempre habrá un único año seleccionado, si hay más de uno devolverá nulo:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;año={&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #808080;"&gt;$&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #808080;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(año)-1)}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;- Añadir set analysis del primer sum:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;$&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;lt;año=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #808080;"&gt;$&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #808080;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(año)-1)}&amp;gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;- Es necesario el id_producto y el producto en el aggr?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;$&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;lt;año=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #808080;"&gt;$&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #808080;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(año)-1)}&amp;gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(presentacion='U', &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;({&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;$&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;lt;año=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #808080;"&gt;$&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #808080;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(año)-1)}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;} venta)/2, &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;({&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;$&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;lt;año=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #808080;"&gt;$&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #808080;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(año)-1)}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;} venta)*2)), mes, presentacion))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 15:13:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/A%C3%B1o-anterior-evaluado-desde-un-Aggr/m-p/118674#M1436</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-08-08T15:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Año anterior evaluado desde un Aggr()</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/A%C3%B1o-anterior-evaluado-desde-un-Aggr/m-p/118675#M1437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola Ruben, ante todo gracias por tu ayuda. Lo del Only tienes razón, es mejor hacerlo con max(). El set del sum del Aggr() ya lo había probado antes, sin éxito. Y por último lo del id_producto y producto en el aggr() parece ser necesario, al menos el id_producto, porque intenté sacárselo y los importes cambian.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Seguiré intentando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 16:13:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/A%C3%B1o-anterior-evaluado-desde-un-Aggr/m-p/118675#M1437</guid>
      <dc:creator>walter_hardy</dc:creator>
      <dc:date>2018-08-08T16:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Año anterior evaluado desde un Aggr()</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/A%C3%B1o-anterior-evaluado-desde-un-Aggr/m-p/118676#M1438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola Walter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Una solución que puedes implementar para ese caso que es bastante simple y te va a solucionar muchos problemas para evitar usar Aggr (que afectan a la performance dependiendo de la cantidad de registros que tengas) es crear una tabla nueva con los totales por mes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deberías hacer algo así:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15338516116424276" jivemacro_uid="_15338516116424276" modifiedtitle="true"&gt;
&lt;P&gt;TablaEjemplo:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mes,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM(IF(Presentacion='U', Venta/2, Venta*2))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as CalculoMensual&lt;/P&gt;
&lt;P&gt;Resident TablaDatos&lt;/P&gt;
&lt;P&gt;Group by Mes&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Esta tabla tendría los totales por mes. Si en la tabla de datos tienes el campo "Mes" la relación ya se va a generar sola y la ventaja es que vas a tener un único valor de "CalculoMensual" para cada mes, independientemente de que en la tabla de datos tengas una fecha y cada fecha se relacione con su total mensual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Espero que te sirva.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saludos!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2018 21:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/A%C3%B1o-anterior-evaluado-desde-un-Aggr/m-p/118676#M1438</guid>
      <dc:creator>rodri_morales</dc:creator>
      <dc:date>2018-08-09T21:56:19Z</dc:date>
    </item>
  </channel>
</rss>

