<?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 Including a +60 days filter using Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Including-a-60-days-filter-using-Set-Analysis/m-p/595141#M1114985</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Alright, the following formula does exactly what it's supposed to and I have validated the numers.&lt;/P&gt;&lt;P&gt;It counts the number of distinct Contacts when the [Appointment - created date] is higher than the [Campaign - Date from DM List]&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Count(({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Appointment - ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'=[Appointment - Created Date]&amp;gt;[Campaign - Date from DM List]'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Appointment - Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; -={'Geannuleerd'} &amp;gt;} Distinct(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Contact - Account #]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is that I would now like to include a max filter so that [Created date] is higher than [Campaign - Date from DM List], but not higher than 60 days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can make it work with "if" statements, but need to do it with Set Analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Feb 2014 15:49:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-02-17T15:49:54Z</dc:date>
    <item>
      <title>Including a +60 days filter using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Including-a-60-days-filter-using-Set-Analysis/m-p/595141#M1114985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Alright, the following formula does exactly what it's supposed to and I have validated the numers.&lt;/P&gt;&lt;P&gt;It counts the number of distinct Contacts when the [Appointment - created date] is higher than the [Campaign - Date from DM List]&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Count(({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Appointment - ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'=[Appointment - Created Date]&amp;gt;[Campaign - Date from DM List]'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Appointment - Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; -={'Geannuleerd'} &amp;gt;} Distinct(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Contact - Account #]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is that I would now like to include a max filter so that [Created date] is higher than [Campaign - Date from DM List], but not higher than 60 days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can make it work with "if" statements, but need to do it with Set Analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 15:49:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Including-a-60-days-filter-using-Set-Analysis/m-p/595141#M1114985</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-17T15:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Including a +60 days filter using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Including-a-60-days-filter-using-Set-Analysis/m-p/595142#M1114986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something like this:&lt;/P&gt;&lt;P&gt;Count(({&amp;lt;[Appointment - ID] = {'=[Appointment - Created Date]&amp;gt;[Campaign - Date from DM List]'}*{'=[Appointment - Created Date]-[Campaign - Date from DM List]&amp;lt;=60'}, [Appointment - Status] -={'Geannuleerd'} &amp;gt;} Distinct([Contact - Account #])) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 15:53:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Including-a-60-days-filter-using-Set-Analysis/m-p/595142#M1114986</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-02-17T15:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Including a +60 days filter using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Including-a-60-days-filter-using-Set-Analysis/m-p/595143#M1114987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're freaking awesome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Works perfectly thanks - Never thought about using the '*' &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 16:06:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Including-a-60-days-filter-using-Set-Analysis/m-p/595143#M1114987</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-17T16:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Including a +60 days filter using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Including-a-60-days-filter-using-Set-Analysis/m-p/595144#M1114988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm glad it works for you! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 16:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Including-a-60-days-filter-using-Set-Analysis/m-p/595144#M1114988</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-02-17T16:09:58Z</dc:date>
    </item>
  </channel>
</rss>

