<?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: Select Next Ten Dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-Next-Ten-Dates/m-p/97586#M15653</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I flip to &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;= Aggr(IF(Rank(IF(Event_Date&amp;gt;Today(), Event_Date))&amp;gt;=10,Event_Date), Event_Date) and then restrict to the first 10 values in the dimension limits tab works&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Sep 2018 20:27:31 GMT</pubDate>
    <dc:creator>evansabres</dc:creator>
    <dc:date>2018-09-21T20:27:31Z</dc:date>
    <item>
      <title>Select Next Ten Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Next-Ten-Dates/m-p/97580#M15647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a field Event_Date. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table that I only want to display the next 10 Event_Date's relative to today's date. How can I edit my dimension to reflect this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 19:43:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Next-Ten-Dates/m-p/97580#M15647</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2018-09-21T19:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Select Next Ten Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Next-Ten-Dates/m-p/97581#M15648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try like below make sure you have same format for your eventdate and Today() date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry count does not work try Rank&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;= Aggr(IF(Count(If(Event_Date &amp;gt; Today(), EventDate))&amp;lt;11, Event_Date), Event_Date)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;= Aggr(IF(Rank(IF(Event_Date&amp;gt;Today(), Event_Date))&amp;lt;=10,Event_Date), Event_Date)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 20:07:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Next-Ten-Dates/m-p/97581#M15648</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-09-21T20:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Select Next Ten Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Next-Ten-Dates/m-p/97582#M15649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, this did not produce the desired result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 20:17:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Next-Ten-Dates/m-p/97582#M15649</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2018-09-21T20:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Select Next Ten Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Next-Ten-Dates/m-p/97583#M15650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rank worked perfectly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 20:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Next-Ten-Dates/m-p/97583#M15650</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2018-09-21T20:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Select Next Ten Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Next-Ten-Dates/m-p/97584#M15651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, this output generated the 10 final dates as opposed to the next ten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 20:24:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Next-Ten-Dates/m-p/97584#M15651</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2018-09-21T20:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Select Next Ten Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Next-Ten-Dates/m-p/97585#M15652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did not get you. The next ten event dates are greater than today right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 20:25:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Next-Ten-Dates/m-p/97585#M15652</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-09-21T20:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Select Next Ten Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Next-Ten-Dates/m-p/97586#M15653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I flip to &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;= Aggr(IF(Rank(IF(Event_Date&amp;gt;Today(), Event_Date))&amp;gt;=10,Event_Date), Event_Date) and then restrict to the first 10 values in the dimension limits tab works&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 20:27:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Next-Ten-Dates/m-p/97586#M15653</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2018-09-21T20:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Select Next Ten Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Next-Ten-Dates/m-p/97587#M15654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NOt sure when you say next ten dates. Rank(IF(Event_Date &amp;gt; Today(), Event_Date)) Will rank the EventDates greater than today. So Date1 will be 1, 2, 3, etc. Then you are saying if Rank() of those reaches 10 then show those dates. Why do you need &amp;gt;=10? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 20:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Next-Ten-Dates/m-p/97587#M15654</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-09-21T20:31:59Z</dc:date>
    </item>
  </channel>
</rss>

