<?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: Dynamic windows title with Date variables and Date fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919227#M651265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the great help. I just cant thank you enough!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year/Multiple Years both are working now. Only the months are not picking up. Except that everything is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jul 2015 05:30:36 GMT</pubDate>
    <dc:creator>AH</dc:creator>
    <dc:date>2015-07-29T05:30:36Z</dc:date>
    <item>
      <title>Dynamic windows title with Date variables and Date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919209#M651247</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 have a table thats Title should change based on the selections of date. And I have DatePicker Calendar objects that is based on two variables&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;vStart_Date&amp;nbsp; &amp;amp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;vEnd_Date. So I am using them in the table title(Below mentioned expression) to get the date range whenever the user is selecting a date range in the datePicker Calendar. But I have Invoice Year and Invoice Month list box as well so that the users could select them whenever they want to.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Problem is, when they select Invoice Year or Invoice Month the Date range from the table title doesn't go away. It stays in the title even the if i select only Year say, 2015 or month January.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Report&amp;nbsp; '&amp;nbsp;&amp;nbsp; &amp;amp;'('&amp;amp;''&amp;amp; vStart_Date&amp;nbsp; &amp;amp; ' - ' &amp;amp; vEnd_Date&amp;amp;')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any logic i can add to the mentioned expression here to achieve to that point?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 02:42:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919209#M651247</guid>
      <dc:creator>AH</dc:creator>
      <dc:date>2015-07-29T02:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic windows title with Date variables and Date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919210#M651248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is doable, but what would you want to see if you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) select Invoice Year?&lt;/P&gt;&lt;P&gt;2) select Invoice Month?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Listing out all possibilities would help us determine what would be the best if statement that would help you achieve whatever you final goal is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that make sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 02:46:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919210#M651248</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-29T02:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic windows title with Date variables and Date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919211#M651249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick response. If i select Invoice Year I would like to see only Invoice Year in the title.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example , Report 2015 (if i select Invoice Year 2015) in the Title. Same goes for Invoice Month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, If i select Year 2015 and Month January (As Invoice Month) i would like to see Report January 2015 in the title.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case the date Range(which is based on the variables) should not be displayed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i select date range then only i would like to see the date range in the Title.&lt;/P&gt;&lt;P&gt;Like, Report (7/12/2015 - 5/11/2015) something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 02:56:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919211#M651249</guid>
      <dc:creator>AH</dc:creator>
      <dc:date>2015-07-29T02:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic windows title with Date variables and Date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919212#M651250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it, and what about the possibility of selecting multiple years and Multiple months? What would be the expected output in those cases? or that won't ever happen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 03:00:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919212#M651250</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-29T03:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic windows title with Date variables and Date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919213#M651251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this if not possibility of multiple selection in year or month:&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;='Report&amp;nbsp; ' &amp;amp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(GetSelectedCount([Invoice Year]) = 1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(GetSelectedCount([Invoice Month]) = 1, [Invoice Month] &amp;amp; ' ' &amp;amp; [Invoice Year], [Invoice Year]),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GetSelectedCount([Invoice Month]) = 1, [Invoice Month], &lt;/SPAN&gt;&lt;/STRONG&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;amp; vStart_Date&amp;nbsp; &amp;amp; ' - ' &amp;amp; vEnd_Date &amp;amp; ')'))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 03:04:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919213#M651251</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-29T03:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic windows title with Date variables and Date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919214#M651252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know i am being a little greedy here&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;! But it would be very helpful if it shows in the title if i select multiple Years and months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a bunch! I really appreciate your responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 03:05:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919214#M651252</guid>
      <dc:creator>AH</dc:creator>
      <dc:date>2015-07-29T03:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic windows title with Date variables and Date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919215#M651253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this May be:&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;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;='Report&amp;nbsp; ' &amp;amp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit;"&gt;If(GetSelectedCount([Invoice Year]) &amp;gt; 1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit;"&gt;If(GetSelectedCount([Invoice Month]) &amp;gt; 1, Concat([Invoice Month], ', ') &amp;amp; ' ' &amp;amp; Concat([Invoice Year], ', '), Concat([Invoice Year], ', ')),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit;"&gt;If(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;GetSelectedCount([Invoice Month]) &amp;gt; 1, Concat([Invoice Month], ', '), &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;amp; '(' &amp;amp; vStart_Date&amp;nbsp; &amp;amp; ' - ' &amp;amp; vEnd_Date &amp;amp; ')'))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If you select 2014 and 2015 -&amp;gt; &lt;SPAN style="line-height: 1.5em;"&gt;Output: Report 2014, 2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If you select Jan and Feb -&amp;gt; Output: Report Jan, Feb&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If you select 2014 and 2015 and Jan and Feb -&amp;gt; Output: Report Jan, Feb 2014, 2015&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Not sure if the formatting is something you would like, but I don't know what your user will be selecting and what formatting would be ideal for them to see.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I hope this make sense?&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Best,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 03:10:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919215#M651253</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-29T03:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic windows title with Date variables and Date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919216#M651254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some reason the expression is showing error when i copied that to Table window title.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 03:10:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919216#M651254</guid>
      <dc:creator>AH</dc:creator>
      <dc:date>2015-07-29T03:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic windows title with Date variables and Date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919217#M651255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad try this:&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;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;='Report&amp;nbsp; ' &amp;amp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit;"&gt;If(GetSelectedCount([Invoice Year]) = 1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit;"&gt;If(GetSelectedCount([Invoice Month]) = 1, [Invoice Month] &amp;amp; ' ' &amp;amp; [Invoice Year], [Invoice Year]),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit;"&gt;If(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;GetSelectedCount([Invoice Month]) = 1, [Invoice Month], &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'(' &amp;amp; vStart_Date&amp;nbsp; &amp;amp; ' - ' &amp;amp; vEnd_Date &amp;amp; ')'))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 03:12:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919217#M651255</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-29T03:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic windows title with Date variables and Date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919218#M651256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression is working now. When I select Invoice Year it shows the Invoice Year But when I select Invoice Year and Invoice Month together it doesn't show the Invoice Year and Invoice Month Together. Also if I select Multiple Years it Doesn't Show Multiple Invoice Years in the title.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for All your effort. Whatever i got still very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 03:23:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919218#M651256</guid>
      <dc:creator>AH</dc:creator>
      <dc:date>2015-07-29T03:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic windows title with Date variables and Date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919219#M651257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;='Report&amp;nbsp; ' &amp;amp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P 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;If(GetSelectedCount([Invoice Year]) &amp;gt; 1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P 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;If(GetSelectedCount([Invoice Month]) &amp;gt; 1, Concat([Invoice Month], ', ') &amp;amp; ' ' &amp;amp; Concat([Invoice Year], ', '), Concat([Invoice Year], ', ')),&lt;/STRONG&gt;&lt;/P&gt;&lt;P 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;If(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;GetSelectedCount([Invoice Month]) &amp;gt; 1, Concat([Invoice Month], ', '),&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt; '(' &amp;amp; vStart_Date&amp;nbsp; &amp;amp; ' - ' &amp;amp; vEnd_Date &amp;amp; ')'))&lt;/STRONG&gt;&lt;/SPAN&gt;&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;If you select 2014 and 2015 -&amp;gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Output: Report 2014, 2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If you select Jan and Feb -&amp;gt; Output: Report Jan, Feb&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If you select 2014 and 2015 and Jan and Feb -&amp;gt; Output: Report Jan, Feb 2014, 2015&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;Not sure if the formatting is something you would like, but I don't know what your user will be selecting and what formatting would be ideal for them to see.&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;I hope this make sense?&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;Best,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 03:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919219#M651257</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-29T03:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic windows title with Date variables and Date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919220#M651258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some reason&lt;/P&gt;&lt;P&gt;The expression from your last comment is not working for the Year/ Month selections. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 03:34:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919220#M651258</guid>
      <dc:creator>AH</dc:creator>
      <dc:date>2015-07-29T03:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic windows title with Date variables and Date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919221#M651259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Insted of concat use the getfieldselections() function it should work &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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'Report&amp;nbsp; ' &amp;amp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P 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;If(GetSelectedCount([Invoice Year]) &amp;gt; 1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P 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;If(GetSelectedCount([Invoice Month]) &amp;gt; 1, getfieldselections([Invoice Month], ', ') &amp;amp; ' ' &amp;amp; &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;getfieldselections&lt;/STRONG&gt;([Invoice Year], ', '), &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;getfieldselections&lt;/STRONG&gt;([Invoice Year], ', ')),&lt;/STRONG&gt;&lt;/P&gt;&lt;P 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;If(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;GetSelectedCount([Invoice Month]) &amp;gt; 1, &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;getfieldselections&lt;/STRONG&gt;([Invoice Month], ', '),&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt; '(' &amp;amp; vStart_Date&amp;nbsp; &amp;amp; ' - ' &amp;amp; vEnd_Date &amp;amp; ')'))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 04:49:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919221#M651259</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-07-29T04:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic windows title with Date variables and Date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919222#M651260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with the expression you mentioned here but if i select Invoice Year list box it doesnot show anything. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression Sunny T. provided in his earlier post works most part but the months selection &amp;amp; Multiple years and Months &amp;amp; Years combined doesnt work with that expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is Sunny T's expression: &lt;/P&gt;&lt;P&gt;='Report&amp;nbsp; ' &amp;amp;&lt;/P&gt;&lt;P&gt;If(GetSelectedCount([Invoice Year]) = 1,&lt;/P&gt;&lt;P&gt;If(GetSelectedCount([Invoice Month]) = 1, [Invoice Month] &amp;amp; ' ' &amp;amp; [Invoice Year], [Invoice Year]),&lt;/P&gt;&lt;P&gt;If(GetSelectedCount([Invoice Month]) = 1, [Invoice Month],&amp;nbsp; '(' &amp;amp; vStart_Date&amp;nbsp; &amp;amp; ' - ' &amp;amp; vEnd_Date &amp;amp; ')'))&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;Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 05:07:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919222#M651260</guid>
      <dc:creator>AH</dc:creator>
      <dc:date>2015-07-29T05:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic windows title with Date variables and Date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919223#M651261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One correction: Its working only for Multiple years selection. But not single years or months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 05:10:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919223#M651261</guid>
      <dc:creator>AH</dc:creator>
      <dc:date>2015-07-29T05:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic windows title with Date variables and Date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919224#M651262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please share your app??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 05:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919224#M651262</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-07-29T05:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic windows title with Date variables and Date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919225#M651263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this may be:&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;&lt;STRONG&gt;='Report&amp;nbsp; ' &amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If(GetSelectedCount([Invoice Year]) &amp;gt;= 1 and GetSelectedCount([Invoice Month]) &amp;gt;= 1, GetFieldSelections([Invoice Month]) &amp;amp; ' ' &amp;amp; GetFieldSelections([Invoice Year]),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(GetSelectedCount([Invoice Year]) &amp;gt;= 1 and GetSelectedCount([Invoice Month]) = 0, GetFieldSelections([Invoice Year]),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(GetSelectedCount([Invoice Year]) = 0 and GetSelectedCount([Invoice Month]) &amp;gt;= 1, GetFieldSelections([Invoice Month]),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(GetSelectedCount([Invoice Year]) = 0 and GetSelectedCount([Invoice Month]) = 0, &lt;/STRONG&gt;&lt;SPAN style="line-height: 1.5em;"&gt;&lt;STRONG&gt; '(' &amp;amp; vStart_Date&amp;nbsp; &amp;amp; ' - ' &amp;amp; vEnd_Date &amp;amp; ')'))))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 05:10:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919225#M651263</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-29T05:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic windows title with Date variables and Date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919226#M651264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was my mistake, instead of &amp;gt;1 you need &lt;STRONG&gt;&amp;gt;=&lt;/STRONG&gt;1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 05:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919226#M651264</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-29T05:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic windows title with Date variables and Date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919227#M651265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the great help. I just cant thank you enough!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year/Multiple Years both are working now. Only the months are not picking up. Except that everything is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 05:30:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919227#M651265</guid>
      <dc:creator>AH</dc:creator>
      <dc:date>2015-07-29T05:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic windows title with Date variables and Date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919228#M651266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Have you checked the Month field... May be I am calling it incorrectly ([Invoice Month]). May be in your database its called something else or the case is the issue? Not really sure what the issue is with month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 05:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-windows-title-with-Date-variables-and-Date-fields/m-p/919228#M651266</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-29T05:37:24Z</dc:date>
    </item>
  </channel>
</rss>

