<?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 AW:Re: AW:Re: AW:column is not affected by a particular filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/column-is-not-affected-by-a-particular-filter/m-p/219046#M500037</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola Gleybson, respondo en español,&lt;/P&gt;&lt;P&gt;Lo que indican tanto Roland como Eric es correcot, y hay una diferencia respecto del uso del "1" en análisis de conjuntos. Si lo que quieres es que la expresión que ya has indicado funcione independientemente de la selección que realices en el campo CFOP, entonces debería quedar como&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Sum({&amp;lt; Metas.ANO_MES = {'$(v_data_meta)'}, CFOP = &amp;gt;} Metas.META)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Sin nada detrás del "=". Así es como la sintaxtis del análisis de conjuntos debe funcionar.&lt;/P&gt;&lt;P&gt;Por otro lado, en la expresión he eliminado el signo "$". La diferencia entre "$" o "1" (si no pones nada, se presupone el "$") es si se deben tener en cuenta las selecciones actuales que afectan a las dimensiones de tu objeto o no, en el momento de realizarse el gráfico. Si lo que quieres es que independientemente de lo que selecciones en el campo CFOP el cálculo sea el mismo, la sintaxis de arriba debería funcionar.&lt;/P&gt;&lt;P&gt;Espero que te sirva.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 17 Apr 2011 19:03:17 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2011-04-17T19:03:17Z</dc:date>
    <item>
      <title>column is not affected by a particular filter</title>
      <link>https://community.qlik.com/t5/QlikView/column-is-not-affected-by-a-particular-filter/m-p/219038#M500029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;Is to make a particular column is not affected by a particular filter?&lt;BR /&gt;Example:&lt;BR /&gt; Sum ({$ &amp;lt;Metas.ANO_MES={'$(v_data_meta)'}&amp;gt;} Metas.META)&lt;BR /&gt;The resuIts not be affected when I click on the filter CFOP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 21:37:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/column-is-not-affected-by-a-particular-filter/m-p/219038#M500029</guid>
      <dc:creator />
      <dc:date>2011-04-15T21:37:07Z</dc:date>
    </item>
    <item>
      <title>AW:column is not affected by a particular filter</title>
      <link>https://community.qlik.com/t5/QlikView/column-is-not-affected-by-a-particular-filter/m-p/219039#M500030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gleybson,&lt;/P&gt;&lt;P&gt;I suggest you to try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Sum ({$ &amp;lt;Metas.ANO_MES={'$(v_data_meta)'} , CFOP={'*'} &amp;gt;} Metas.META)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Regards, Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 21:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/column-is-not-affected-by-a-particular-filter/m-p/219039#M500030</guid>
      <dc:creator />
      <dc:date>2011-04-15T21:48:27Z</dc:date>
    </item>
    <item>
      <title>AW:column is not affected by a particular filter</title>
      <link>https://community.qlik.com/t5/QlikView/column-is-not-affected-by-a-particular-filter/m-p/219040#M500031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roland, I tried that way too, but the result changes.&lt;BR /&gt;This column can not receive filter CFOP selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 21:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/column-is-not-affected-by-a-particular-filter/m-p/219040#M500031</guid>
      <dc:creator />
      <dc:date>2011-04-15T21:52:46Z</dc:date>
    </item>
    <item>
      <title>AW:column is not affected by a particular filter</title>
      <link>https://community.qlik.com/t5/QlikView/column-is-not-affected-by-a-particular-filter/m-p/219041#M500032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another thing, if I put in a joint analysis in lieu of $ works there, but the tire size forfunctioning well.&lt;BR /&gt;Sum ({&lt;B&gt;1&lt;/B&gt; &amp;lt;Metas.ANO_MES v_data_meta ={'$()'}&amp;gt;} Metas.META)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 21:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/column-is-not-affected-by-a-particular-filter/m-p/219041#M500032</guid>
      <dc:creator />
      <dc:date>2011-04-15T21:57:49Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:column is not affected by a particular filter</title>
      <link>https://community.qlik.com/t5/QlikView/column-is-not-affected-by-a-particular-filter/m-p/219042#M500033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gleybson,&lt;/P&gt;&lt;P&gt;can't believe that, sorry.&lt;/P&gt;&lt;P&gt;a) CFOP={'*'} means independence of the users selection of field CFOP.&lt;/P&gt;&lt;P&gt;b) the '1' instead of the '$'-sign at the beginning of your SET - expression means NO single selection is regarded.&lt;/P&gt;&lt;P&gt;RR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 22:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/column-is-not-affected-by-a-particular-filter/m-p/219042#M500033</guid>
      <dc:creator />
      <dc:date>2011-04-15T22:06:49Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:column is not affected by a particular filter</title>
      <link>https://community.qlik.com/t5/QlikView/column-is-not-affected-by-a-particular-filter/m-p/219043#M500034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE style="margin:0px;"&gt;I'd use a different syntax:&lt;BR /&gt;In your case:&lt;BR /&gt; Sum ({$ &amp;lt;Metas.ANO_MES={'$(v_data_meta)'} , CFOP={'*'} &amp;gt;} Metas.META)&lt;BR /&gt;you get everything on CFOP, but ignore nulls, dont you?&lt;BR /&gt;You can make it:&lt;BR /&gt; Sum ({$ &amp;lt;Metas.ANO_MES={'$(v_data_meta)'} , CFOP= &amp;gt;} Metas.META)&lt;BR /&gt;&lt;BR /&gt;Then you just ignore selection and get everything&lt;BR /&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 22:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/column-is-not-affected-by-a-particular-filter/m-p/219043#M500034</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-04-15T22:18:20Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:column is not affected by a particular filter</title>
      <link>https://community.qlik.com/t5/QlikView/column-is-not-affected-by-a-particular-filter/m-p/219044#M500035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich,&lt;/P&gt;&lt;P&gt;yes, this is also possible. But I had some trouble a few weeks ago with it when using it more then twice within one set-statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;sum( {&amp;lt; VJahr=,VMonat= &amp;gt;} VRGBetrag)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;works fine&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;sum( {&amp;lt; VJahr=,VMonat=, VMenge= &amp;gt;} VRGBetrag)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;doesn't&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;BUT:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;sum( {&amp;lt; VJahr={'*'},VMonat={'*'}, VMenge={'*'} &amp;gt;} VRGBetrag)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;works fine (again)&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;So I prefer the '*'.&lt;/P&gt;&lt;P&gt;Regards, Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 22:29:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/column-is-not-affected-by-a-particular-filter/m-p/219044#M500035</guid>
      <dc:creator />
      <dc:date>2011-04-15T22:29:26Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:column is not affected by a particular filter</title>
      <link>https://community.qlik.com/t5/QlikView/column-is-not-affected-by-a-particular-filter/m-p/219045#M500036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi,&lt;BR /&gt;thus CFOP =&lt;BR /&gt;It works the same way that taking the $ and put the number 1. That is, the dimensions do not respond to anything.&lt;BR /&gt;I try to select a size and click it continues to show everything.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Apr 2011 02:34:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/column-is-not-affected-by-a-particular-filter/m-p/219045#M500036</guid>
      <dc:creator />
      <dc:date>2011-04-16T02:34:15Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:column is not affected by a particular filter</title>
      <link>https://community.qlik.com/t5/QlikView/column-is-not-affected-by-a-particular-filter/m-p/219046#M500037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola Gleybson, respondo en español,&lt;/P&gt;&lt;P&gt;Lo que indican tanto Roland como Eric es correcot, y hay una diferencia respecto del uso del "1" en análisis de conjuntos. Si lo que quieres es que la expresión que ya has indicado funcione independientemente de la selección que realices en el campo CFOP, entonces debería quedar como&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Sum({&amp;lt; Metas.ANO_MES = {'$(v_data_meta)'}, CFOP = &amp;gt;} Metas.META)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Sin nada detrás del "=". Así es como la sintaxtis del análisis de conjuntos debe funcionar.&lt;/P&gt;&lt;P&gt;Por otro lado, en la expresión he eliminado el signo "$". La diferencia entre "$" o "1" (si no pones nada, se presupone el "$") es si se deben tener en cuenta las selecciones actuales que afectan a las dimensiones de tu objeto o no, en el momento de realizarse el gráfico. Si lo que quieres es que independientemente de lo que selecciones en el campo CFOP el cálculo sea el mismo, la sintaxis de arriba debería funcionar.&lt;/P&gt;&lt;P&gt;Espero que te sirva.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Apr 2011 19:03:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/column-is-not-affected-by-a-particular-filter/m-p/219046#M500037</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-04-17T19:03:17Z</dc:date>
    </item>
  </channel>
</rss>

