<?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 Display Selection in a Title (ex: Jan - Nov) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-Selection-in-a-Title-ex-Jan-Nov/m-p/191530#M589179</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Huh. I'm sure I'm missing something obvious, and that this isn't the &lt;EM&gt;right&lt;/EM&gt; solution, but you can probably force it to work like this:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;month(makedate(2010,min(Month))) &amp;amp; ' - ' &amp;amp; month(makedate(2010,max(Month)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Nov 2010 22:14:14 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2010-11-17T22:14:14Z</dc:date>
    <item>
      <title>Display Selection in a Title (ex: Jan - Nov)</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Selection-in-a-Title-ex-Jan-Nov/m-p/191527#M589176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a calendar selector on the screen showing Jan, Feb, Mar and so on. If the user highlights multiple months such as Jan - Nov I would like the graph title to say something like "Selections for Jan - Nov"&lt;/P&gt;&lt;P&gt;If they don't choose sequential months it would be nice to just list all the months. This isnt necessary though, just nice.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 21:21:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Selection-in-a-Title-ex-Jan-Nov/m-p/191527#M589176</guid>
      <dc:creator />
      <dc:date>2010-11-17T21:21:53Z</dc:date>
    </item>
    <item>
      <title>Display Selection in a Title (ex: Jan - Nov)</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Selection-in-a-Title-ex-Jan-Nov/m-p/191528#M589177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this?&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;='Selections for ' &amp;amp; if(max(Month)-min(Month)+1=getselectedcount(Month),min(Month) &amp;amp; ' - ' &amp;amp; max(Month),getfieldselections(Month))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 21:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Selection-in-a-Title-ex-Jan-Nov/m-p/191528#M589177</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-11-17T21:28:12Z</dc:date>
    </item>
    <item>
      <title>Display Selection in a Title (ex: Jan - Nov)</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Selection-in-a-Title-ex-Jan-Nov/m-p/191529#M589178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey John works great i just have one weird case. It shows "7 - 10" if i have Jul through Oct selected. I would like it to show "Jul - Oct". I tried changing the section of your code to this:&lt;/P&gt;&lt;P&gt;month(min(Month) &amp;amp; ' - ' &amp;amp; month(max(Month))&lt;/P&gt;&lt;P&gt;For some reason it then displays "Jan - Jan " with the same selection. If i get rid of the month() function it works fine with number ("7-10") but I cant seem to get it to display "Jul - Oct". I tried Date(max(month),'MMM') as well but it has the same effects as month().&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 22:02:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Selection-in-a-Title-ex-Jan-Nov/m-p/191529#M589178</guid>
      <dc:creator />
      <dc:date>2010-11-17T22:02:01Z</dc:date>
    </item>
    <item>
      <title>Display Selection in a Title (ex: Jan - Nov)</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Selection-in-a-Title-ex-Jan-Nov/m-p/191530#M589179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Huh. I'm sure I'm missing something obvious, and that this isn't the &lt;EM&gt;right&lt;/EM&gt; solution, but you can probably force it to work like this:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;month(makedate(2010,min(Month))) &amp;amp; ' - ' &amp;amp; month(makedate(2010,max(Month)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 22:14:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Selection-in-a-Title-ex-Jan-Nov/m-p/191530#M589179</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-11-17T22:14:14Z</dc:date>
    </item>
    <item>
      <title>Display Selection in a Title (ex: Jan - Nov)</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Selection-in-a-Title-ex-Jan-Nov/m-p/191531#M589180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep that works fine. Thanks John!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 22:23:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Selection-in-a-Title-ex-Jan-Nov/m-p/191531#M589180</guid>
      <dc:creator />
      <dc:date>2010-11-17T22:23:47Z</dc:date>
    </item>
  </channel>
</rss>

