<?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: Excluding a single field in Set analysis from being affected by a filter pane in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Excluding-a-single-field-in-Set-analysis-from-being-affected-by/m-p/1855289#M70591</link>
    <description>&lt;P&gt;I'm not sure I've understood but if you want your expression to ignore a filter on a particular field or fields, you can add those fields to the set analysis with no specified value:&lt;/P&gt;
&lt;PRE&gt;Count(TOTAL{&amp;lt;&lt;BR /&gt;FAULT_CLOSED_DAY=-{""},&lt;BR /&gt;FAULT_CLOSED_DAY={"&amp;gt;=$(vFY_Year_Start)&amp;lt;=$(vFY_Year_End)"},&lt;BR /&gt;PRODUCT = {'ETHERNET'},&lt;BR /&gt;SERVICE_AFFECTING ={'Y'},&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;DATE_FIELD_1=,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;DATE_FIELD_2=&lt;/FONT&gt;&lt;BR /&gt;&amp;gt;}&lt;BR /&gt;FAULT_REF)&lt;/PRE&gt;
&lt;P&gt;Hope this might help&lt;/P&gt;
&lt;P&gt;Ben&lt;/P&gt;</description>
    <pubDate>Wed, 03 Nov 2021 21:16:46 GMT</pubDate>
    <dc:creator>BenjaminT</dc:creator>
    <dc:date>2021-11-03T21:16:46Z</dc:date>
    <item>
      <title>Excluding a single field in Set analysis from being affected by a filter pane</title>
      <link>https://community.qlik.com/t5/App-Development/Excluding-a-single-field-in-Set-analysis-from-being-affected-by/m-p/1854174#M70513</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;In my app I used date filter panes to restrict time periods selected, however in my below set analysis I need the filter pane to apply on all fields bar one which is&amp;nbsp; a variable called vFY_Year_Start. For example if I wanted to look at last week I would want my max date to be 31/10/2021 but my FY_Year_Start to ignore the start of last week and capture all faults raised from the start of the year up to the selected date.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Count(TOTAL{&amp;lt;&lt;BR /&gt;FAULT_CLOSED_DAY=-{""}, &lt;BR /&gt;FAULT_CLOSED_DAY={"&amp;gt;=$(vFY_Year_Start)&amp;lt;=$(vFY_Year_End)"},&lt;BR /&gt;PRODUCT = {'ETHERNET'},&lt;BR /&gt;SERVICE_AFFECTING ={'Y'}&lt;BR /&gt;&amp;gt;}&lt;BR /&gt;FAULT_REF)&lt;/P&gt;
&lt;P&gt;Thanks for the help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 12:10:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Excluding-a-single-field-in-Set-analysis-from-being-affected-by/m-p/1854174#M70513</guid>
      <dc:creator>alex-wb</dc:creator>
      <dc:date>2021-11-01T12:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding a single field in Set analysis from being affected by a filter pane</title>
      <link>https://community.qlik.com/t5/App-Development/Excluding-a-single-field-in-Set-analysis-from-being-affected-by/m-p/1854228#M70518</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Is the problem that vFY_Year_Start is changing when you make selections in the filter panes? If so, what is your expression for vFY_Year_Start?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 13:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Excluding-a-single-field-in-Set-analysis-from-being-affected-by/m-p/1854228#M70518</guid>
      <dc:creator>BenjaminT</dc:creator>
      <dc:date>2021-11-01T13:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding a single field in Set analysis from being affected by a filter pane</title>
      <link>https://community.qlik.com/t5/App-Development/Excluding-a-single-field-in-Set-analysis-from-being-affected-by/m-p/1854263#M70522</link>
      <description>&lt;P&gt;Yes, that's what I would like to remain static. It's written off of an expression based on a unique calendar year.&lt;/P&gt;
&lt;P&gt;let vFY_Year_Start = WEEKSTART(YEARSTART(Monthstart(today()),0,4),0, 5)&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 14:29:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Excluding-a-single-field-in-Set-analysis-from-being-affected-by/m-p/1854263#M70522</guid>
      <dc:creator>alex-wb</dc:creator>
      <dc:date>2021-11-01T14:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding a single field in Set analysis from being affected by a filter pane</title>
      <link>https://community.qlik.com/t5/App-Development/Excluding-a-single-field-in-Set-analysis-from-being-affected-by/m-p/1855289#M70591</link>
      <description>&lt;P&gt;I'm not sure I've understood but if you want your expression to ignore a filter on a particular field or fields, you can add those fields to the set analysis with no specified value:&lt;/P&gt;
&lt;PRE&gt;Count(TOTAL{&amp;lt;&lt;BR /&gt;FAULT_CLOSED_DAY=-{""},&lt;BR /&gt;FAULT_CLOSED_DAY={"&amp;gt;=$(vFY_Year_Start)&amp;lt;=$(vFY_Year_End)"},&lt;BR /&gt;PRODUCT = {'ETHERNET'},&lt;BR /&gt;SERVICE_AFFECTING ={'Y'},&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;DATE_FIELD_1=,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;DATE_FIELD_2=&lt;/FONT&gt;&lt;BR /&gt;&amp;gt;}&lt;BR /&gt;FAULT_REF)&lt;/PRE&gt;
&lt;P&gt;Hope this might help&lt;/P&gt;
&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 21:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Excluding-a-single-field-in-Set-analysis-from-being-affected-by/m-p/1855289#M70591</guid>
      <dc:creator>BenjaminT</dc:creator>
      <dc:date>2021-11-03T21:16:46Z</dc:date>
    </item>
  </channel>
</rss>

