<?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: Disregard filtering on function in Set Analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Disregard-filtering-on-function-in-Set-Analysis/m-p/2514850#M105583</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;For starters, try enclosing your $-sign expansion in single quotes (assuming that all date fields are fully formatted dates and not just numbers). Maybe that's the cause of the problem.&lt;BR /&gt;&lt;BR /&gt;If that doesn't help, you can try using the function P() for your filter. Inside this function, you can add its own Set Analysis, where you can disregard the Year etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you post a sample app, we could take a look and suggest other improvements.&lt;/P&gt;&lt;P&gt;To learn more about advanced Set Analysis, come to my session at the &lt;A href="https://masterssummit.com" target="_blank" rel="noopener"&gt;Masters Summit for Qlik&lt;/A&gt;, which is coming to Hamburg this September.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;</description>
    <pubDate>Fri, 18 Apr 2025 15:58:33 GMT</pubDate>
    <dc:creator>Oleg_Troyansky</dc:creator>
    <dc:date>2025-04-18T15:58:33Z</dc:date>
    <item>
      <title>Disregard filtering on function in Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Disregard-filtering-on-function-in-Set-Analysis/m-p/2514811#M105575</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;can you suggest please how I could modify the set analysis below so that the&amp;nbsp;[Actual Start Date Category A] doesn't react to Year field (which is associated to&amp;nbsp;[Actual Start Date Category A] in data model)&lt;/P&gt;&lt;P&gt;count({&amp;lt;[Actual Start Date Category A] = {"&amp;gt;$(=AddYears(today(),-1))"}&amp;gt;} distinct [Category B]).&lt;/P&gt;&lt;P&gt;This modification doesnt work:&lt;/P&gt;&lt;P&gt;count({&amp;lt;Year=, [Actual Start Date Category A] = {"&amp;gt;$(=AddYears(today(),-1))"}&amp;gt;} distinct [Category B])&lt;/P&gt;</description>
      <pubDate>Fri, 18 Apr 2025 10:53:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Disregard-filtering-on-function-in-Set-Analysis/m-p/2514811#M105575</guid>
      <dc:creator>justalkak</dc:creator>
      <dc:date>2025-04-18T10:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Disregard filtering on function in Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Disregard-filtering-on-function-in-Set-Analysis/m-p/2514850#M105583</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;For starters, try enclosing your $-sign expansion in single quotes (assuming that all date fields are fully formatted dates and not just numbers). Maybe that's the cause of the problem.&lt;BR /&gt;&lt;BR /&gt;If that doesn't help, you can try using the function P() for your filter. Inside this function, you can add its own Set Analysis, where you can disregard the Year etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you post a sample app, we could take a look and suggest other improvements.&lt;/P&gt;&lt;P&gt;To learn more about advanced Set Analysis, come to my session at the &lt;A href="https://masterssummit.com" target="_blank" rel="noopener"&gt;Masters Summit for Qlik&lt;/A&gt;, which is coming to Hamburg this September.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Fri, 18 Apr 2025 15:58:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Disregard-filtering-on-function-in-Set-Analysis/m-p/2514850#M105583</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2025-04-18T15:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Disregard filtering on function in Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Disregard-filtering-on-function-in-Set-Analysis/m-p/2515100#M105623</link>
      <description>&lt;P&gt;Unfortunately I cannot download or upload any app.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea how to write this inside function to disregard Year selection? Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 11:08:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Disregard-filtering-on-function-in-Set-Analysis/m-p/2515100#M105623</guid>
      <dc:creator>justalkak</dc:creator>
      <dc:date>2025-04-22T11:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Disregard filtering on function in Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Disregard-filtering-on-function-in-Set-Analysis/m-p/2515103#M105625</link>
      <description>&lt;P&gt;Hi, based on information provided your expression should ignore "Year" field selection.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;count({&amp;lt;&lt;STRONG&gt;Year=&lt;/STRONG&gt;, [Actual Start Date Category A] = {"&amp;gt;$(=AddYears(today(),-1))"}&amp;gt;} distinct [Category B])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Question is: Is it really [Year] field you are applying selections on? or maybe it is derived field from autocalendar, or maybe field which has alias or label and underlying field name is different.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We obviously dont know that. What we know is that with given information syntax is correct.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;cheers&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 11:23:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Disregard-filtering-on-function-in-Set-Analysis/m-p/2515103#M105625</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2025-04-22T11:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Disregard filtering on function in Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Disregard-filtering-on-function-in-Set-Analysis/m-p/2515104#M105626</link>
      <description>&lt;P&gt;Justalkak,&lt;/P&gt;&lt;P&gt;I'm assuming here that you have a filter for Year and you want to ignore any user selections.&amp;nbsp; If that is the what you are asking, try, something like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;count({1&amp;lt;[Actual Start Date Category A] = {"&amp;gt;$(=AddYears(today(),-1))"}&amp;gt;} distinct [Category B])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Where I inserted the 1 is typically a $.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kevin ....&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 11:28:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Disregard-filtering-on-function-in-Set-Analysis/m-p/2515104#M105626</guid>
      <dc:creator>kevincase</dc:creator>
      <dc:date>2025-04-22T11:28:35Z</dc:date>
    </item>
  </channel>
</rss>

