<?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: IGNORE Filter on expression KPI in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/IGNORE-Filter-on-expression-KPI/m-p/2006127#M83265</link>
    <description>&lt;P&gt;Yes, the If condition was the issue&lt;/P&gt;
&lt;P&gt;Instead of this I have used&lt;/P&gt;
&lt;P&gt;=aggr(Only({&amp;lt;CRM.periodterm = {'1-Month','12-Month'}&amp;gt;}&lt;BR /&gt;[CRM.periodterm])&lt;BR /&gt;,CRM.periodterm)&lt;/P&gt;
&lt;P&gt;And now the suggested expression is ignoring the filter&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Count(distinct {&amp;lt;[GSDP.termstartdate_vp.autoCalendar.Year],&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[GSDP.termstartdate_vp.autoCalendar.Month],CRM.I_CMPGN={'9098'}&amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;,FieldToIgnore =&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;&amp;gt;}VIN_)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Nov 2022 21:27:20 GMT</pubDate>
    <dc:creator>FelipeK16</dc:creator>
    <dc:date>2022-11-17T21:27:20Z</dc:date>
    <item>
      <title>IGNORE Filter on expression KPI</title>
      <link>https://community.qlik.com/t5/App-Development/IGNORE-Filter-on-expression-KPI/m-p/2005930#M83242</link>
      <description>&lt;P&gt;Hello friends,&lt;/P&gt;
&lt;P&gt;I am struggling with this Issue&lt;/P&gt;
&lt;P&gt;I have a filter pane with a field named period term that includes 2 segments, 1-Month and 12-Month&lt;/P&gt;
&lt;P&gt;And&lt;/P&gt;
&lt;P&gt;I have a KPI which its expression is&lt;/P&gt;
&lt;P&gt;Count(distinct {&amp;lt;[GSDP.termstartdate_vp.autoCalendar.Year],&lt;BR /&gt;[GSDP.termstartdate_vp.autoCalendar.Month],CRM.I_CMPGN={'9098'}&amp;gt;}VIN_)&lt;/P&gt;
&lt;P&gt;The VIN_ is the Iduser&lt;/P&gt;
&lt;P&gt;This expression is making a count distinct of this ID users that have received an E-mail (9098)&lt;/P&gt;
&lt;P&gt;I want that when selecting any segment from the filter pane it doesn't affects this KPI&lt;/P&gt;
&lt;P&gt;I have tried by including the 1 regular expression but didn't work,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;also I have tried adding $:: to pick only the I_CMPGN&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I thank any help&lt;/P&gt;
&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 14:26:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/IGNORE-Filter-on-expression-KPI/m-p/2005930#M83242</guid>
      <dc:creator>FelipeK16</dc:creator>
      <dc:date>2022-11-17T14:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: IGNORE Filter on expression KPI</title>
      <link>https://community.qlik.com/t5/App-Development/IGNORE-Filter-on-expression-KPI/m-p/2006090#M83257</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/204718"&gt;@FelipeK16&lt;/a&gt;&amp;nbsp;,if i understood well, you just have to add the field/filter inside the set analysis to avoid its filtering&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Count(distinct {&amp;lt;[GSDP.termstartdate_vp.autoCalendar.Year],&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[GSDP.termstartdate_vp.autoCalendar.Month],CRM.I_CMPGN={'9098'} &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;,FieldToIgnore =&lt;/STRONG&gt;&lt;/FONT&gt; &amp;gt;}VIN_)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 20:23:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/IGNORE-Filter-on-expression-KPI/m-p/2006090#M83257</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2022-11-17T20:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: IGNORE Filter on expression KPI</title>
      <link>https://community.qlik.com/t5/App-Development/IGNORE-Filter-on-expression-KPI/m-p/2006092#M83258</link>
      <description>&lt;P&gt;Hey Fabian thanks a lot for your reply, you understood well, I don't know why when adding the field as you suggest, when using the filter which is the same field, it is still afecting the KPI,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the measure as you suggested&lt;/P&gt;
&lt;P&gt;Count(distinct {1&amp;lt;[GSDP.termstartdate_vp.autoCalendar.Year],&lt;BR /&gt;[GSDP.termstartdate_vp.autoCalendar.Month],CRM.I_CMPGN={'9098'},CRM.periodterm&amp;gt;}VIN_)&lt;/P&gt;
&lt;P&gt;And I have this condition on the filter&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=if(Match(CRM.periodterm,'1-Month','12-Month'),CRM.periodterm)&lt;/P&gt;
&lt;P&gt;I have implemented this condition because I want the filter only to show those period terms&lt;/P&gt;
&lt;P&gt;1 Month and 12 Month,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you think the condition If can be the Issue that is not letting the expression to ignore the field periodterm?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 20:28:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/IGNORE-Filter-on-expression-KPI/m-p/2006092#M83258</guid>
      <dc:creator>FelipeK16</dc:creator>
      <dc:date>2022-11-17T20:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: IGNORE Filter on expression KPI</title>
      <link>https://community.qlik.com/t5/App-Development/IGNORE-Filter-on-expression-KPI/m-p/2006095#M83259</link>
      <description>&lt;P&gt;Probably, maybe you can create another periodo field with just the desired values and use that new field instead&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 20:32:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/IGNORE-Filter-on-expression-KPI/m-p/2006095#M83259</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2022-11-17T20:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: IGNORE Filter on expression KPI</title>
      <link>https://community.qlik.com/t5/App-Development/IGNORE-Filter-on-expression-KPI/m-p/2006127#M83265</link>
      <description>&lt;P&gt;Yes, the If condition was the issue&lt;/P&gt;
&lt;P&gt;Instead of this I have used&lt;/P&gt;
&lt;P&gt;=aggr(Only({&amp;lt;CRM.periodterm = {'1-Month','12-Month'}&amp;gt;}&lt;BR /&gt;[CRM.periodterm])&lt;BR /&gt;,CRM.periodterm)&lt;/P&gt;
&lt;P&gt;And now the suggested expression is ignoring the filter&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Count(distinct {&amp;lt;[GSDP.termstartdate_vp.autoCalendar.Year],&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[GSDP.termstartdate_vp.autoCalendar.Month],CRM.I_CMPGN={'9098'}&amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;,FieldToIgnore =&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;&amp;gt;}VIN_)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 21:27:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/IGNORE-Filter-on-expression-KPI/m-p/2006127#M83265</guid>
      <dc:creator>FelipeK16</dc:creator>
      <dc:date>2022-11-17T21:27:20Z</dc:date>
    </item>
  </channel>
</rss>

