<?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: Set Analysis Later Than Date But Less Than Today in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Later-Than-Date-But-Less-Than-Today/m-p/1165262#M632662</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked with the following, slight adjustment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;state={'Recruited'},[Booked start date]={'&amp;gt;=01/04/16&amp;lt;=$(=Date(Today(),'DD/MM/YYYY'))'}&amp;gt;} Applicationid)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jul 2016 08:21:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-07-15T08:21:36Z</dc:date>
    <item>
      <title>Set Analysis Later Than Date But Less Than Today</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Later-Than-Date-But-Less-Than-Today/m-p/1165258#M632658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a set analysis which returns data which is after 01/04/16, but less than todays date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can get it to work for data after 01/04/16, but how do I include the Less than today.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my current script :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;state={'Recruited'},&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[Booked start date]={'&amp;gt;=42461'}&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;gt;} Applicationid)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Any thoughts on how I can stop future dates pulling through?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Phil&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 08:09:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Later-Than-Date-But-Less-Than-Today/m-p/1165258#M632658</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-15T08:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Later Than Date But Less Than Today</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Later-Than-Date-But-Less-Than-Today/m-p/1165259#M632659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming dates are in MM/DD/,YYYY format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;state={'Recruited'},[Booked start date]={'&amp;gt;=01/04/16&amp;lt;=07/15/2016'}&amp;gt;} Applicationid)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;state={'Recruited'},[Booked start date]={'&amp;gt;=01/04/16&amp;lt;=$(=Date(Today(),'&lt;SPAN style="color: #0000ff;"&gt;MM/DD/YYYY')&lt;/SPAN&gt;)'}&amp;gt;} Applicationid)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 08:16:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Later-Than-Date-But-Less-Than-Today/m-p/1165259#M632659</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-15T08:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Later Than Date But Less Than Today</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Later-Than-Date-But-Less-Than-Today/m-p/1165260#M632660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;state={'Recruited'},[Booked start date]= {"$(='&amp;gt;=' &amp;amp; 42461 &amp;amp; '&amp;lt;=' &amp;amp; Floor(Today())"}&amp;gt;} Applicationid)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 08:17:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Later-Than-Date-But-Less-Than-Today/m-p/1165260#M632660</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-07-15T08:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Later Than Date But Less Than Today</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Later-Than-Date-But-Less-Than-Today/m-p/1165261#M632661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this with double quotes&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;=Count({&amp;lt;state={'Recruited'},[Booked start date]={"&amp;gt;='01/04/16'&amp;lt;=$(=date(Today(),'DD/MM/YYYY'))"}&amp;gt;} Applicationid)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 08:20:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Later-Than-Date-But-Less-Than-Today/m-p/1165261#M632661</guid>
      <dc:creator>vikramv</dc:creator>
      <dc:date>2016-07-15T08:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Later Than Date But Less Than Today</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Later-Than-Date-But-Less-Than-Today/m-p/1165262#M632662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked with the following, slight adjustment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;state={'Recruited'},[Booked start date]={'&amp;gt;=01/04/16&amp;lt;=$(=Date(Today(),'DD/MM/YYYY'))'}&amp;gt;} Applicationid)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 08:21:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Later-Than-Date-But-Less-Than-Today/m-p/1165262#M632662</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-15T08:21:36Z</dc:date>
    </item>
  </channel>
</rss>

