<?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 Use Filters at the Same time as Set Analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Use-Filters-at-the-Same-time-as-Set-Analysis/m-p/1751170#M57828</link>
    <description>&lt;P&gt;Hello &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is it possible to use Filters in combination with set analysis?&lt;/P&gt;&lt;P&gt;I created two states so that I can plot a graph using one parameter and colour the graph using a second parameter:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CarlyPharma_0-1602260890663.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/42021i4474883629375A53/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CarlyPharma_0-1602260890663.png" alt="CarlyPharma_0-1602260890663.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This works well but now the filters to alter date and batch number do not work.&lt;/P&gt;&lt;P&gt;Does anyone have any suggestions on how to fix this?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Carly&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 01:19:17 GMT</pubDate>
    <dc:creator>CarlyPharma</dc:creator>
    <dc:date>2024-11-16T01:19:17Z</dc:date>
    <item>
      <title>Use Filters at the Same time as Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Use-Filters-at-the-Same-time-as-Set-Analysis/m-p/1751170#M57828</link>
      <description>&lt;P&gt;Hello &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is it possible to use Filters in combination with set analysis?&lt;/P&gt;&lt;P&gt;I created two states so that I can plot a graph using one parameter and colour the graph using a second parameter:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CarlyPharma_0-1602260890663.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/42021i4474883629375A53/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CarlyPharma_0-1602260890663.png" alt="CarlyPharma_0-1602260890663.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This works well but now the filters to alter date and batch number do not work.&lt;/P&gt;&lt;P&gt;Does anyone have any suggestions on how to fix this?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Carly&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-Filters-at-the-Same-time-as-Set-Analysis/m-p/1751170#M57828</guid>
      <dc:creator>CarlyPharma</dc:creator>
      <dc:date>2024-11-16T01:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Use Filters at the Same time as Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Use-Filters-at-the-Same-time-as-Set-Analysis/m-p/1751176#M57830</link>
      <description>&lt;P&gt;Set analysis works on top of the filtered data set.&amp;nbsp; it further reduces the filtered data set based on the expression phrases used to limit fields in the set analysis.&amp;nbsp; however, when your set analysis fields overlap with your filters, the set analysis wins out.&amp;nbsp; if you have a filter for PROD = PROD1, PROD2, PROD3, and in your set analysis, you have the clause PROD={'PROD1','PROD'2}, then the filter will be ignored.&lt;BR /&gt;i suggest check if you do have overlapping fields in teh filters and set analysis, if you do then you should take a slightly diff approach.&amp;nbsp; depending on your situation, you can create a duplicate filed (named diff) in your load script, say&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;load ...&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;PROD,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;PROD as %PROD,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;....&lt;BR /&gt;&lt;BR /&gt;and you can use one in set analysis and the other in the filters.&amp;nbsp; hope it works for you&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 16:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-Filters-at-the-Same-time-as-Set-Analysis/m-p/1751176#M57830</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-10-09T16:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Use Filters at the Same time as Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Use-Filters-at-the-Same-time-as-Set-Analysis/m-p/1755501#M58257</link>
      <description>&lt;P&gt;The issue was solved by changing the alternate state in the filters to match with the line plotted on the&amp;nbsp; graph&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2020 14:53:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-Filters-at-the-Same-time-as-Set-Analysis/m-p/1755501#M58257</guid>
      <dc:creator>CarlyPharma</dc:creator>
      <dc:date>2020-10-23T14:53:07Z</dc:date>
    </item>
  </channel>
</rss>

