<?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 Ignore Any Selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ignore-Any-Selection/m-p/1081198#M464409</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the below expression where I am calculating the min count of email address in 60 days but I can't seem to figure out how to ignore any selections on the date fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=min(aggr(count({$&amp;lt;[Inquiry Date] = {"&amp;gt;=$(=Date(Max([Inquiry Date])-60)&amp;lt;=(=Date(Max([Inquiry Date]))))"},[Inquiry Date]=,[Inquiry Week]=, [Inquiry Month]=, [Inquiry Year]=&amp;gt;}[Email Address]),[Inquiry Date]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Apr 2016 18:19:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-04-21T18:19:26Z</dc:date>
    <item>
      <title>Ignore Any Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Any-Selection/m-p/1081198#M464409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the below expression where I am calculating the min count of email address in 60 days but I can't seem to figure out how to ignore any selections on the date fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=min(aggr(count({$&amp;lt;[Inquiry Date] = {"&amp;gt;=$(=Date(Max([Inquiry Date])-60)&amp;lt;=(=Date(Max([Inquiry Date]))))"},[Inquiry Date]=,[Inquiry Week]=, [Inquiry Month]=, [Inquiry Year]=&amp;gt;}[Email Address]),[Inquiry Date]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 18:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Any-Selection/m-p/1081198#M464409</guid>
      <dc:creator />
      <dc:date>2016-04-21T18:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Any Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Any-Selection/m-p/1081199#M464410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=Min(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Inquiry Date], [&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Inquiry Week], [Inquiry Month], [Inquiry Year]&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;}&lt;/SPAN&gt; Aggr(Count({$&amp;lt;[Inquiry Date] = {"&amp;gt;=$(=Date(Max([Inquiry Date])-60))&amp;lt;=$(=Date(Max([Inquiry Date])))"}, [Inquiry Date], [Inquiry Week], [Inquiry Month], [Inquiry Year]&amp;gt;}[Email Address]),[Inquiry Date]))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 18:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Any-Selection/m-p/1081199#M464410</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-21T18:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Any Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Any-Selection/m-p/1081200#M464411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked perfectly. Thank you Sunny!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 18:23:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Any-Selection/m-p/1081200#M464411</guid>
      <dc:creator />
      <dc:date>2016-04-21T18:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Any Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Any-Selection/m-p/1081201#M464412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was still looking to make sure if set analysis was in place and found couple of issues and fixed those as well. Not sure if this was a typo or you might need to fix those in your application as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 18:25:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Any-Selection/m-p/1081201#M464412</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-21T18:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Any Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Any-Selection/m-p/1081202#M464413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually - i checked again and it doesn't work as it is showing me an all time Min (0) instead of a 60 day min (140). I think the [Inquiry Date] is somehow cancelling each other out somewhere?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 06:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Any-Selection/m-p/1081202#M464413</guid>
      <dc:creator />
      <dc:date>2016-04-22T06:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Any Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Any-Selection/m-p/1081203#M464414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you do want to see it changed based on the certain selection in Inquiry Date? Can you try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Min(&lt;STRONG style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{$&amp;lt;[Inquiry Date] = {"&amp;gt;=$(=Date(Max([Inquiry Date])-60))&amp;lt;=$(=Date(Max([Inquiry Date])))"}, [Inquiry Week], [Inquiry Month], [Inquiry Year]&amp;gt;}&lt;/STRONG&gt; Aggr(Count({$&amp;lt;[Inquiry Date] = {"&amp;gt;=$(=Date(Max([Inquiry Date])-60))&amp;lt;=$(=Date(Max([Inquiry Date])))"}, [Inquiry Week], [Inquiry Month], [Inquiry Year]&amp;gt;}[Email Address]),[Inquiry Date]))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 07:49:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Any-Selection/m-p/1081203#M464414</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-22T07:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Any Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Any-Selection/m-p/1081204#M464415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like it to do the opposite. Ignore any selection of the Inquiry Date and the fields listed above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 15:52:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Any-Selection/m-p/1081204#M464415</guid>
      <dc:creator />
      <dc:date>2016-04-22T15:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Any Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Any-Selection/m-p/1081205#M464416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right now, it should be ignoring any selection in the fields listed above. Have you given it a try?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 16:07:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Any-Selection/m-p/1081205#M464416</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-22T16:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Any Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Any-Selection/m-p/1081206#M464417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes - oddly enough it isn't ignoring any of the fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 16:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Any-Selection/m-p/1081206#M464417</guid>
      <dc:creator />
      <dc:date>2016-04-22T16:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Any Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Any-Selection/m-p/1081207#M464418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 16:27:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Any-Selection/m-p/1081207#M464418</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-22T16:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Any Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Any-Selection/m-p/1081208#M464419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately not at the moment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I finally cracked it! The date(max([Inquiry Date])) that was nested inside the set analysis was causing the max and max-60 date to fluctuate. So I did this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Min({$&amp;lt;[Inquiry Date] = {"&amp;gt;=$(=Date(Max(&lt;SPAN style="color: #993300;"&gt;&lt;STRONG style="color: #ff0000;"&gt;{&amp;lt;[Inquiry Date], [Inquiry Week], [Inquiry Month], [Inquiry Year]&amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;[Inquiry Date])-60))&amp;lt;=$(=Date(Max(&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;{&amp;lt;[Inquiry Date], [Inquiry Week], [Inquiry Month], [Inquiry Year]&amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;[Inquiry Date])))"}, [Inquiry Week], [Inquiry Month], [Inquiry Year]&amp;gt;} Aggr(Count({$&amp;lt;[Inquiry Date] = {"&amp;gt;=$(=Date(Max(&lt;STRONG style="color: #ff0000;"&gt;{&amp;lt;[Inquiry Date], [Inquiry Week], [Inquiry Month], [Inquiry Year]&amp;gt;}&lt;/STRONG&gt;[Inquiry Date])-60))&amp;lt;=$(=Date(Max(&lt;STRONG style="color: #ff0000;"&gt;{&amp;lt;[Inquiry Date], [Inquiry Week], [Inquiry Month], [Inquiry Year]&amp;gt;}&lt;/STRONG&gt;[Inquiry Date])))"}, [Treatment Code]={'*'},[Treatment Name]={'*'},[Inquiry Week], [Inquiry Month], [Inquiry Year]&amp;gt;}[Email Address]),[Inquiry Date]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now it completely ignores any of the date fields &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder if there is an easier/simpler approach to this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 18:43:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Any-Selection/m-p/1081208#M464419</guid>
      <dc:creator />
      <dc:date>2016-04-22T18:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Any Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Any-Selection/m-p/1081209#M464420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you want to ignore not just the date fields, but all selections. If that's true then this can work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Min({1&amp;lt;[Inquiry Date] = {"&amp;gt;=$(=Date(Max(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #993300;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;{1}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Inquiry Date])-60))&amp;lt;=$(=Date(Max(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;{1&amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Inquiry Date])))"}&amp;gt;} Aggr(Count({1&amp;lt;[Inquiry Date] = {"&amp;gt;=$(=Date(Max(&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;{1&amp;gt;}&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Inquiry Date])-60))&amp;lt;=$(=Date(Max(&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;{1}&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Inquiry Date])))"}, [Treatment Code]={'*'},[Treatment Name]={'*'}&amp;gt;}[Email Address]),[Inquiry Date]))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 18:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Any-Selection/m-p/1081209#M464420</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-22T18:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Any Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Any-Selection/m-p/1081210#M464421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's a good suggestion and one I'll definitely keep for the books! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this instance I need all other field selections to work except date fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 18:50:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Any-Selection/m-p/1081210#M464421</guid>
      <dc:creator />
      <dc:date>2016-04-22T18:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Any Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Any-Selection/m-p/1081211#M464422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to give another suggestion, you can use the trick, i specified here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1009068"&gt;Re: Detaching Individual Selections&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 19:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Any-Selection/m-p/1081211#M464422</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-22T19:02:58Z</dc:date>
    </item>
  </channel>
</rss>

