<?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 Ignorar Seleccion en tabla in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ignorar-Seleccion-en-tabla/m-p/783856#M534404</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola, quisiera me ayudaran a saber como puedo hacer lo siguiente:&lt;/P&gt;&lt;P&gt;Tengo 2 tablas (Jefes y vendedores) y un filtro para seleccionar el tipo de jefe (coordinador o gerente). Pero quisiera que este filtro de tipo de jefe no me afecte a la tabla de vendedores, es decir, que si selecciono coordinador o gerente, la tabla de vendedores muestre todo independientemente del tipo de jefe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;¿Se puede?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gracias de antemano&lt;IMG alt="Picture1.gif" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/79014_Picture1.gif" style="width: 547px; height: 200px;" width="221" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Feb 2015 22:38:23 GMT</pubDate>
    <dc:creator>rociotrevial</dc:creator>
    <dc:date>2015-02-24T22:38:23Z</dc:date>
    <item>
      <title>Ignorar Seleccion en tabla</title>
      <link>https://community.qlik.com/t5/QlikView/Ignorar-Seleccion-en-tabla/m-p/783856#M534404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola, quisiera me ayudaran a saber como puedo hacer lo siguiente:&lt;/P&gt;&lt;P&gt;Tengo 2 tablas (Jefes y vendedores) y un filtro para seleccionar el tipo de jefe (coordinador o gerente). Pero quisiera que este filtro de tipo de jefe no me afecte a la tabla de vendedores, es decir, que si selecciono coordinador o gerente, la tabla de vendedores muestre todo independientemente del tipo de jefe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;¿Se puede?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gracias de antemano&lt;IMG alt="Picture1.gif" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/79014_Picture1.gif" style="width: 547px; height: 200px;" width="221" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 22:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignorar-Seleccion-en-tabla/m-p/783856#M534404</guid>
      <dc:creator>rociotrevial</dc:creator>
      <dc:date>2015-02-24T22:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Ignorar Seleccion en tabla</title>
      <link>https://community.qlik.com/t5/QlikView/Ignorar-Seleccion-en-tabla/m-p/783857#M534405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The image is to small (even after clicking on it), so I can not see your demo data, but if Google Translate did a good job, I think I understand your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You want a table to ignore the selection on a specific field. This is possible with Set Analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming the "leader" (or job title; translation issue) field is called "leader" and you are doing a sum of sales, try this:&lt;/P&gt;&lt;P&gt;sum({ &amp;lt; leader= &amp;gt; } Sales)&lt;/P&gt;&lt;P&gt;That will ignore selections in the leader field for that expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 22:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignorar-Seleccion-en-tabla/m-p/783857#M534405</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-02-24T22:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Ignorar Seleccion en tabla</title>
      <link>https://community.qlik.com/t5/QlikView/Ignorar-Seleccion-en-tabla/m-p/783858#M534406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola,&lt;/P&gt;&lt;P&gt;para poder ignorar selecciones necesitarías usar set analysis de la siguiente manera,&lt;/P&gt;&lt;P&gt;suponiendo que tu métrica fuera Ventas (esta parte la tendrías que sustituir por tu métrica):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(&lt;STRONG&gt;{$&amp;lt;Jefes=&amp;gt;}&lt;/STRONG&gt; Ventas),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;de esta forma, no importa que selección tengas en "Jefes", no va a afectar a la tabla donde estas visualizando a los vendedores, pero si va a seguir reaccionando a las demás selecciones (por eso el $ en el set analysis),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;saludos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 23:05:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignorar-Seleccion-en-tabla/m-p/783858#M534406</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2015-02-24T23:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Ignorar Seleccion en tabla</title>
      <link>https://community.qlik.com/t5/QlikView/Ignorar-Seleccion-en-tabla/m-p/783859#M534407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Muchisimas gracias a ambos por la respuesta, ya me funciono como queria.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;saludos!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 23:39:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignorar-Seleccion-en-tabla/m-p/783859#M534407</guid>
      <dc:creator>rociotrevial</dc:creator>
      <dc:date>2015-02-24T23:39:02Z</dc:date>
    </item>
  </channel>
</rss>

