<?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: more complex set modifiers - define a filter and ignore the listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/more-complex-set-modifiers-define-a-filter-and-ignore-the/m-p/442690#M165002</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to limit sum(Revenue) to the choosen date too:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Salesrep={'=Sum(&lt;STRONG&gt;{&amp;lt;TransDate={"$(=date(max(TransDate)))"}&amp;gt;} &lt;/STRONG&gt;Revenue)&amp;gt;100'},TransDate={'$(=date(max(TransDate)))'}&amp;gt;}&amp;nbsp; DISTINCT Salesrep)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 17 Feb 2013 13:31:14 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-02-17T13:31:14Z</dc:date>
    <item>
      <title>more complex set modifiers - define a filter and ignore the listbox</title>
      <link>https://community.qlik.com/t5/QlikView/more-complex-set-modifiers-define-a-filter-and-ignore-the/m-p/442688#M165000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Guys&lt;/P&gt;&lt;P&gt;wondering if someone can help please. This is a follow up question to another &lt;BR /&gt;thread I had but it is a new question and for clarity am keeping it separate. I thought using a {1} would&lt;BR /&gt;solve this issue but it appears not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have put together a simple qvw and data set for added clarity.&lt;/P&gt;&lt;P&gt;Here's what I aiming to achive without success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Show a distinct count of people that had sales &amp;gt; 100 over multiple lines for a given day&lt;/P&gt;&lt;P&gt;If I filter on that person - the count should not be affected. I have tried multiple variations &lt;BR /&gt;but without success&lt;/P&gt;&lt;P&gt;Would be grateful if someone can help. The code I am using as you can see in the qvw is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Salesrep={'=Sum(Revenue)&amp;gt;100'},TransDate={'$(=date(max(TransDate)))'}&amp;gt;}&amp;nbsp; DISTINCT Salesrep)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I ensure that if I place a filter on Salesperson in the listbox, that it does not affect this&lt;BR /&gt;calculation but still allow me to choose a different date.&lt;/P&gt;&lt;P&gt;thank you in advance&lt;/P&gt;&lt;P&gt;DH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Feb 2013 05:16:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/more-complex-set-modifiers-define-a-filter-and-ignore-the/m-p/442688#M165000</guid>
      <dc:creator />
      <dc:date>2013-02-17T05:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: more complex set modifiers - define a filter and ignore the listbox</title>
      <link>https://community.qlik.com/t5/QlikView/more-complex-set-modifiers-define-a-filter-and-ignore-the/m-p/442689#M165001</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&gt;=count({&amp;lt;Salesrep={'=Sum({&amp;lt;Salesrep=&amp;gt;}Revenue)&amp;gt;100'},TransDate={'$(=date(max(TransDate)))'}&amp;gt;}&amp;nbsp; DISTINCT Salesrep)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Feb 2013 08:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/more-complex-set-modifiers-define-a-filter-and-ignore-the/m-p/442689#M165001</guid>
      <dc:creator>phaneendra_kunc</dc:creator>
      <dc:date>2013-02-17T08:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: more complex set modifiers - define a filter and ignore the listbox</title>
      <link>https://community.qlik.com/t5/QlikView/more-complex-set-modifiers-define-a-filter-and-ignore-the/m-p/442690#M165002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to limit sum(Revenue) to the choosen date too:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Salesrep={'=Sum(&lt;STRONG&gt;{&amp;lt;TransDate={"$(=date(max(TransDate)))"}&amp;gt;} &lt;/STRONG&gt;Revenue)&amp;gt;100'},TransDate={'$(=date(max(TransDate)))'}&amp;gt;}&amp;nbsp; DISTINCT Salesrep)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Feb 2013 13:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/more-complex-set-modifiers-define-a-filter-and-ignore-the/m-p/442690#M165002</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-02-17T13:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: more complex set modifiers - define a filter and ignore the listbox</title>
      <link>https://community.qlik.com/t5/QlikView/more-complex-set-modifiers-define-a-filter-and-ignore-the/m-p/442691#M165003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Phaneedndra &amp;amp; Gysbert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you both every much for your speedy replies - you collectively solved my situation. I had tried so many variations and although I was close my exact syntax was off. In the case of the saleperson filter I had used Salesperson=, instead of Salesperson=&lt;/P&gt;&lt;P&gt;In the case of the date filter I had used single quotes instead of double quotes and that made the difference. My final code (or I should say &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;your&lt;/STRONG&gt;&lt;/SPAN&gt; combined final code) is as follows :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;STRONG&gt;=&lt;SPAN class="s1"&gt;count&lt;/SPAN&gt;({&amp;lt;&lt;SPAN class="s2"&gt;Salesrep&lt;/SPAN&gt;={'=Sum({&amp;lt;Salesrep=,TransDate={"$(=date(max(TransDate)))"}&amp;gt;} Revenue)&amp;gt;100'},&lt;SPAN class="s2"&gt;TransDate&lt;/SPAN&gt;={'$(=date(max(TransDate)))'}&amp;gt;}&amp;nbsp; &lt;SPAN class="s1"&gt;DISTINCT&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;Salesrep&lt;/SPAN&gt;) &lt;/STRONG&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;Thank you both very much again - greatly apprciated !! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;DH &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Feb 2013 18:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/more-complex-set-modifiers-define-a-filter-and-ignore-the/m-p/442691#M165003</guid>
      <dc:creator />
      <dc:date>2013-02-17T18:00:12Z</dc:date>
    </item>
  </channel>
</rss>

