<?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: Hacer la unión de 2 grupos de valores in Español</title>
    <link>https://community.qlik.com/t5/Espa%C3%B1ol/Hacer-la-uni%C3%B3n-de-2-grupos-de-valores/m-p/845153#M7160</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Puedes usar una intersection de datos &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;count({&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;lt;campo2 = $::campo2&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&amp;lt;campo3 = $::campo3&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;}&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-size: 13.3333330154419px; font-style: inherit; font-weight: inherit; line-height: 1.5em;"&gt;distinct campo1) &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: inherit; font-size: 13.3333330154419px; font-style: inherit; font-weight: inherit; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE style="margin-right: auto;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Operator&lt;/STRONG&gt; &lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Description&lt;/STRONG&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;+&lt;/TD&gt;&lt;TD&gt;Union. This binary operation returns a set consisting of the records that belong to any of the two set operands.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD&gt;Exclusion. This binary operation returns a set of the records that belong to the first but not the other of the two set operands. Also, when used as a unary operator, it returns the complement set.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;TD&gt;Intersection. This binary operation returns a set consisting of the records that belong to both of the two set operands.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;/&lt;/TD&gt;&lt;TD&gt;Symmetric difference (XOR). This binary operation returns a set consisting of the records that belong to either, but not both of the two set operands.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jun 2015 15:09:13 GMT</pubDate>
    <dc:creator>ramoncova06</dc:creator>
    <dc:date>2015-06-08T15:09:13Z</dc:date>
    <item>
      <title>Hacer la unión de 2 grupos de valores</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Hacer-la-uni%C3%B3n-de-2-grupos-de-valores/m-p/845152#M7159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola, tengo el siguiente problema y no se como resolverlo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yo hago lo siguiente&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;campo2 = $::campo2&amp;gt;}distinct campo1)&amp;nbsp; --&amp;gt; esto lo saco desde una tabla&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;count({&amp;lt;campo3 = $::campo3&amp;gt;}distinct campo1)&amp;nbsp; --&amp;gt; esto lo saco desde otra tabla&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Es decir ambas tablas tienen en común el campo1, no puedo realizar la suma de ambas cosas, porque se me estarian repitiendo valores de campo1 y yo lo que quiero es que me de todos los valores de campo1 posibles en esos conteos, pero sin repetidos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Si nos trasladamos a conjuntos de álgebra, seria realizar la unión de ambos conjuntos. A lo mejor en la tabla1 me da ese conteo 700 valores, y en la tabla2 600 valores, pero pongamos que tienen 100 valores en común por tanto la suma de los valores no repetidos deberia ser 1200 y no 1300 que es lo que daria si sumo lo qu eme devuelve directamente&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;¿Hay alguna forma de resolver mi problema?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Un saludo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 08:27:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Hacer-la-uni%C3%B3n-de-2-grupos-de-valores/m-p/845152#M7159</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-08T08:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hacer la unión de 2 grupos de valores</title>
      <link>https://community.qlik.com/t5/Espa%C3%B1ol/Hacer-la-uni%C3%B3n-de-2-grupos-de-valores/m-p/845153#M7160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Puedes usar una intersection de datos &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;count({&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;lt;campo2 = $::campo2&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&amp;lt;campo3 = $::campo3&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;}&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-size: 13.3333330154419px; font-style: inherit; font-weight: inherit; line-height: 1.5em;"&gt;distinct campo1) &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: inherit; font-size: 13.3333330154419px; font-style: inherit; font-weight: inherit; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE style="margin-right: auto;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Operator&lt;/STRONG&gt; &lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Description&lt;/STRONG&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;+&lt;/TD&gt;&lt;TD&gt;Union. This binary operation returns a set consisting of the records that belong to any of the two set operands.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD&gt;Exclusion. This binary operation returns a set of the records that belong to the first but not the other of the two set operands. Also, when used as a unary operator, it returns the complement set.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;TD&gt;Intersection. This binary operation returns a set consisting of the records that belong to both of the two set operands.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;/&lt;/TD&gt;&lt;TD&gt;Symmetric difference (XOR). This binary operation returns a set consisting of the records that belong to either, but not both of the two set operands.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 15:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Espa%C3%B1ol/Hacer-la-uni%C3%B3n-de-2-grupos-de-valores/m-p/845153#M7160</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-06-08T15:09:13Z</dc:date>
    </item>
  </channel>
</rss>

