<?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 Data not filtering when field used as set analysis modifier in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-not-filtering-when-field-used-as-set-analysis-modifier/m-p/76390#M786204</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, hope you can give me an answer to this.&lt;/P&gt;&lt;P&gt;So I have a table and I am trying to separate the records into Current and Over Due. When I try to select a cell on any column except Due Date, the data is filtered correctly. But when I select any record on the Due Date nothing happens. Is it because I used it in the formula in the Text Box? Can someone help me get the correct set analysis script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =num(SUM({$&amp;lt;[Due Date] = {"&amp;gt;$(=Date(Today()))"} &amp;gt;}[Amount]), '#,##0.##')&lt;/P&gt;&lt;P&gt;Overdue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =num(SUM({$&amp;lt;[Due Date] = {"&amp;lt;=$(=Date(Today()))"} &amp;gt;}[Amount]), '#,##0.##')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="195801" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/195801_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="195802" alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/195802_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="195803" alt="Capture.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/195803_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>k_burata</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Data not filtering when field used as set analysis modifier</title>
      <link>https://community.qlik.com/t5/QlikView/Data-not-filtering-when-field-used-as-set-analysis-modifier/m-p/76390#M786204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, hope you can give me an answer to this.&lt;/P&gt;&lt;P&gt;So I have a table and I am trying to separate the records into Current and Over Due. When I try to select a cell on any column except Due Date, the data is filtered correctly. But when I select any record on the Due Date nothing happens. Is it because I used it in the formula in the Text Box? Can someone help me get the correct set analysis script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =num(SUM({$&amp;lt;[Due Date] = {"&amp;gt;$(=Date(Today()))"} &amp;gt;}[Amount]), '#,##0.##')&lt;/P&gt;&lt;P&gt;Overdue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =num(SUM({$&amp;lt;[Due Date] = {"&amp;lt;=$(=Date(Today()))"} &amp;gt;}[Amount]), '#,##0.##')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="195801" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/195801_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="195802" alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/195802_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="195803" alt="Capture.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/195803_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-not-filtering-when-field-used-as-set-analysis-modifier/m-p/76390#M786204</guid>
      <dc:creator>k_burata</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data not filtering when field used as set analysis modifier</title>
      <link>https://community.qlik.com/t5/QlikView/Data-not-filtering-when-field-used-as-set-analysis-modifier/m-p/76391#M786205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Current&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; =num(SUM({$&amp;lt;[Due Date]&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt; *&lt;/SPAN&gt;= {"&amp;gt;$(=Date(Today()))"} &amp;gt;}[Amount]), '#,##0.##')&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Overdue&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; =num(SUM({$&amp;lt;[Due Date] &lt;SPAN style="; color: #ff0000; font-size: 14pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt; *&lt;/STRONG&gt;&lt;/SPAN&gt;= {"&amp;lt;=$(=Date(Today()))"} &amp;gt;}[Amount]), '#,##0.##')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 02:28:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-not-filtering-when-field-used-as-set-analysis-modifier/m-p/76391#M786205</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-09T02:28:21Z</dc:date>
    </item>
  </channel>
</rss>

