<?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: Min &amp; Max Dates GetFieldSelections for report in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Min-Max-Dates-GetFieldSelections-for-report/m-p/1293136#M622253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yep use chr(13)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;=Date(Min(Date#(Month, 'MMM YYYY')), 'MMM YY') &amp;amp; ' to ' &amp;amp; &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Date(Max(Date#(Month, 'MMM YYYY')), 'MMM YY')&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;amp; &lt;SPAN style="font-size: 13.3333px;"&gt;chr(13)&lt;/SPAN&gt; &amp;amp; GetFieldSelections(Division)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Mar 2017 12:39:26 GMT</pubDate>
    <dc:creator>adamdavi3s</dc:creator>
    <dc:date>2017-03-15T12:39:26Z</dc:date>
    <item>
      <title>Min &amp; Max Dates GetFieldSelections for report</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Max-Dates-GetFieldSelections-for-report/m-p/1293129#M622246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show the dates selected in a report but when I put the selections in the report it show 11 of 45 for months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have managed to create an expression which I can add to a text box and show the selections below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=GetFieldSelections(Month, '; ', 100) &amp;amp; '&amp;nbsp;&amp;nbsp; |&amp;nbsp;&amp;nbsp; ' &amp;amp; &lt;SPAN style="font-size: 13.3333px;"&gt;GetFieldSelections(Division)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This shows all dates selected. and shows the Different Divisions&lt;/P&gt;&lt;P&gt;Apr 2015; May 2015; Jun 2015; Jul 2015; Aug 2015; Sep 2015; Oct 2015; Nov 2015; Dec 2015; Jan 2016; Feb 2016; Mar 2016; Apr 2016; May 2016; Jun 2016; Jul 2016; Aug 2016; Sep 2016; Oct 2016; Nov 2016; Dec 2016; Jan 2017; Feb 2017; Mar 2017; Apr 2017; May 2017; Jun 2017; Jul 2017; Aug 2017; Oct 2017&amp;nbsp;&amp;nbsp; |&amp;nbsp;&amp;nbsp; North Division&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way I can adapt this so that it only shows Min date &amp;amp; max date so that I can show the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dates : Apr 15 to Oct 17&lt;/P&gt;&lt;P&gt;North Division&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&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>Wed, 15 Mar 2017 12:23:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Max-Dates-GetFieldSelections-for-report/m-p/1293129#M622246</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-15T12:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Min &amp; Max Dates GetFieldSelections for report</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Max-Dates-GetFieldSelections-for-report/m-p/1293130#M622247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=min(Month)&amp;amp;' to '&amp;amp;max&lt;SPAN style="font-size: 13.3333px;"&gt;(Month)&lt;/SPAN&gt;&amp;amp; '&amp;nbsp;&amp;nbsp; |&amp;nbsp;&amp;nbsp; ' &amp;amp; GetFieldSelections(Division)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*edited* This might potentially work but you'll probably have to convert your month field to a numeric to make it work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 12:30:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Max-Dates-GetFieldSelections-for-report/m-p/1293130#M622247</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-03-15T12:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Min &amp; Max Dates GetFieldSelections for report</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Max-Dates-GetFieldSelections-for-report/m-p/1293131#M622248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is not, then may be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;=Date(Min(Date#(Month, 'MMM YYYY')), 'MMM YY') &amp;amp; ' to ' &amp;amp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date(Max(Date#(Month, 'MMM YYYY')), 'MMM YY')&lt;/SPAN&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;&lt;STRONG&gt;&amp;amp; '&amp;nbsp;&amp;nbsp; |&amp;nbsp;&amp;nbsp; ' &amp;amp; GetFieldSelections(Division)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 12:34:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Max-Dates-GetFieldSelections-for-report/m-p/1293131#M622248</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-15T12:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Min &amp; Max Dates GetFieldSelections for report</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Max-Dates-GetFieldSelections-for-report/m-p/1293132#M622249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&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;SPAN style="font-size: 13.3333px;"&gt;Date(min(num(date#(MonthYear, 'MMM YYYY'))),'MMM YYYY')&lt;/SPAN&gt;&amp;amp;' to '&amp;amp;&lt;SPAN style="font-size: 13.3333px;"&gt;Date(max(num(date#(MonthYear, 'MMM YYYY'))),'MMM YYYY')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;amp; '&amp;nbsp;&amp;nbsp; |&amp;nbsp;&amp;nbsp; ' &amp;amp; GetFieldSelections(Division)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 12:35:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Max-Dates-GetFieldSelections-for-report/m-p/1293132#M622249</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-03-15T12:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Min &amp; Max Dates GetFieldSelections for report</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Max-Dates-GetFieldSelections-for-report/m-p/1293133#M622250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Damnit &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ you beat me by literal seconds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 12:35:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Max-Dates-GetFieldSelections-for-report/m-p/1293133#M622250</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-03-15T12:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Min &amp; Max Dates GetFieldSelections for report</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Max-Dates-GetFieldSelections-for-report/m-p/1293134#M622251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that extra second to add Num was the culprit &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 12:36:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Max-Dates-GetFieldSelections-for-report/m-p/1293134#M622251</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-15T12:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Min &amp; Max Dates GetFieldSelections for report</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Max-Dates-GetFieldSelections-for-report/m-p/1293135#M622252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's it.&amp;nbsp; Works great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One Last thing.&amp;nbsp; Is there any way of adding a carriage Return so the different selections are on different rows.&amp;nbsp; If not that's fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&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>Wed, 15 Mar 2017 12:38:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Max-Dates-GetFieldSelections-for-report/m-p/1293135#M622252</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-15T12:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Min &amp; Max Dates GetFieldSelections for report</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Max-Dates-GetFieldSelections-for-report/m-p/1293136#M622253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yep use chr(13)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;=Date(Min(Date#(Month, 'MMM YYYY')), 'MMM YY') &amp;amp; ' to ' &amp;amp; &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Date(Max(Date#(Month, 'MMM YYYY')), 'MMM YY')&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;amp; &lt;SPAN style="font-size: 13.3333px;"&gt;chr(13)&lt;/SPAN&gt; &amp;amp; GetFieldSelections(Division)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 12:39:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Max-Dates-GetFieldSelections-for-report/m-p/1293136#M622253</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-03-15T12:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Min &amp; Max Dates GetFieldSelections for report</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Max-Dates-GetFieldSelections-for-report/m-p/1293137#M622254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or Chr(10)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 12:40:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Max-Dates-GetFieldSelections-for-report/m-p/1293137#M622254</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-15T12:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Min &amp; Max Dates GetFieldSelections for report</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Max-Dates-GetFieldSelections-for-report/m-p/1293138#M622255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want a LF rather than a CR &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 12:41:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Max-Dates-GetFieldSelections-for-report/m-p/1293138#M622255</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-03-15T12:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Min &amp; Max Dates GetFieldSelections for report</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Max-Dates-GetFieldSelections-for-report/m-p/1293139#M622256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All great.&amp;nbsp; Thanks All&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 12:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Max-Dates-GetFieldSelections-for-report/m-p/1293139#M622256</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-15T12:55:38Z</dc:date>
    </item>
  </channel>
</rss>

