<?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 Novedades en SET ANALYSIS in Chile</title>
    <link>https://community.qlik.com/t5/Chile/Novedades-en-SET-ANALYSIS/m-p/1986142#M62</link>
    <description>&lt;P&gt;Reciente&lt;/P&gt;
&lt;P&gt;Con la versión de Agosto 2022 de Qlik, se viene algo muy interesante en relación a SET ANALYSIS, una capacidad adicional para simplificar análisis de conjunto en formulas con mas de una agregación, se presenta como&amp;nbsp; &lt;STRONG&gt;OUTER SET ANALYSIS&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;Básicamente, si tienes una formula en donde aplicas el mismo Set Analysis en todas las agregaciones, ahora podrás envolver toda la formula con un sólo Set Analysis, aquí un ejemplo conceptual:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Actual :&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(sum ({&amp;lt; Año = {"$(=Año-1)"} &amp;gt;} Venta) - sum ({&amp;lt;Año = {"$(=Año-1)"} &amp;gt;} Costo)) / sum ({&amp;lt;Año = {"$(=Año-1)"} &amp;gt;} Venta)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Nuevo :&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;{&amp;lt; Año = {"$(=Año-1)"} &amp;gt;} (sum (Venta) - sum (Costo)) / sum (Venta)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QFabian_0-1664299451627.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/90044i6D37BDF5E1EBDB46/image-size/large?v=v2&amp;amp;px=999" role="button" title="QFabian_0-1664299451627.png" alt="QFabian_0-1664299451627.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;S&lt;/SPAN&gt;&lt;SPAN&gt;e simp&lt;/SPAN&gt;&lt;SPAN&gt;lifica bastante, y claro, puede haber mas combinaciones de set analysis.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Adjunto el QVF de este ejemplito.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Aquí el link oficial, con el detalle y ejemplos :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Design/New-Set-Analysis-syntax/ba-p/1983110?s=08" target="_blank"&gt;https://community.qlik.com/t5/Design/New-Set-Analysis-syntax/ba-p/1983110?s=08&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Saludos!&lt;/P&gt;</description>
    <pubDate>Tue, 27 Sep 2022 16:28:15 GMT</pubDate>
    <dc:creator>QFabian</dc:creator>
    <dc:date>2022-09-27T16:28:15Z</dc:date>
    <item>
      <title>Novedades en SET ANALYSIS</title>
      <link>https://community.qlik.com/t5/Chile/Novedades-en-SET-ANALYSIS/m-p/1986142#M62</link>
      <description>&lt;P&gt;Reciente&lt;/P&gt;
&lt;P&gt;Con la versión de Agosto 2022 de Qlik, se viene algo muy interesante en relación a SET ANALYSIS, una capacidad adicional para simplificar análisis de conjunto en formulas con mas de una agregación, se presenta como&amp;nbsp; &lt;STRONG&gt;OUTER SET ANALYSIS&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;Básicamente, si tienes una formula en donde aplicas el mismo Set Analysis en todas las agregaciones, ahora podrás envolver toda la formula con un sólo Set Analysis, aquí un ejemplo conceptual:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Actual :&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(sum ({&amp;lt; Año = {"$(=Año-1)"} &amp;gt;} Venta) - sum ({&amp;lt;Año = {"$(=Año-1)"} &amp;gt;} Costo)) / sum ({&amp;lt;Año = {"$(=Año-1)"} &amp;gt;} Venta)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Nuevo :&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;{&amp;lt; Año = {"$(=Año-1)"} &amp;gt;} (sum (Venta) - sum (Costo)) / sum (Venta)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QFabian_0-1664299451627.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/90044i6D37BDF5E1EBDB46/image-size/large?v=v2&amp;amp;px=999" role="button" title="QFabian_0-1664299451627.png" alt="QFabian_0-1664299451627.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;S&lt;/SPAN&gt;&lt;SPAN&gt;e simp&lt;/SPAN&gt;&lt;SPAN&gt;lifica bastante, y claro, puede haber mas combinaciones de set analysis.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Adjunto el QVF de este ejemplito.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Aquí el link oficial, con el detalle y ejemplos :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Design/New-Set-Analysis-syntax/ba-p/1983110?s=08" target="_blank"&gt;https://community.qlik.com/t5/Design/New-Set-Analysis-syntax/ba-p/1983110?s=08&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Saludos!&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 16:28:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Chile/Novedades-en-SET-ANALYSIS/m-p/1986142#M62</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2022-09-27T16:28:15Z</dc:date>
    </item>
  </channel>
</rss>

