<?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: Month Name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-Name/m-p/1443646#M432899</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another option&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;='Business Growth Report&amp;nbsp; ' &amp;amp; min(RISK_DAY) &amp;amp;'-'&amp;amp; &lt;SPAN style="color: #ff0000;"&gt;MaxString&lt;/SPAN&gt;(RISK_MONTH)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Sep 2017 11:13:24 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-09-06T11:13:24Z</dc:date>
    <item>
      <title>Month Name</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Name/m-p/1443640#M432893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends ,&lt;/P&gt;&lt;P&gt;I want to show the date in my report as shown below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Business Growth Report&amp;nbsp; 1-Aug&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;There fore I in the header section I have written following expression But It shows the month number but it does not work . pls help me &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Business Growth Report&amp;nbsp; ' &amp;amp; min(RISK_DAY)&amp;amp;'-'&amp;amp;monthname(max(RISK_MONTH))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 10:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Name/m-p/1443640#M432893</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2017-09-06T10:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Month Name</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Name/m-p/1443641#M432894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are the values of your Risk_Month field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 10:53:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Name/m-p/1443641#M432894</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-09-06T10:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Month Name</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Name/m-p/1443642#M432895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Screenshot_1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/175710_Screenshot_1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 10:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Name/m-p/1443642#M432895</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2017-09-06T10:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Month Name</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Name/m-p/1443643#M432896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try it in this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;min(RISK_DAY)&amp;amp;'-'&amp;amp;date(max(RISK_&lt;STRONG&gt;DATE&lt;/STRONG&gt;), 'MMM')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 10:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Name/m-p/1443643#M432896</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-09-06T10:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Month Name</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Name/m-p/1443644#M432897</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&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;='Business Growth Report&amp;nbsp; ' &amp;amp; min(RISK_DAY)&amp;amp;'-'&amp;amp;month(MakeDate(year(Today()),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;max(RISK_MONTH)&lt;/SPAN&gt;,day(Today())))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 11:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Name/m-p/1443644#M432897</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-09-06T11:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Month Name</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Name/m-p/1443645#M432898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not simply this you can try.&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;='Business Growth Report&amp;nbsp; ' &amp;amp; min(RISK_DAY)&amp;amp;'-'&amp;amp;Month(max(RISK_MONTH))&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;Or&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;='Business Growth Report&amp;nbsp; ' &amp;amp; min(RISK_DAY)&amp;amp;'-'&amp;amp; Date( Month(max(RISK_MONTH)), 'MMM')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 11:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Name/m-p/1443645#M432898</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-06T11:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Month Name</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Name/m-p/1443646#M432899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another option&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;='Business Growth Report&amp;nbsp; ' &amp;amp; min(RISK_DAY) &amp;amp;'-'&amp;amp; &lt;SPAN style="color: #ff0000;"&gt;MaxString&lt;/SPAN&gt;(RISK_MONTH)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 11:13:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Name/m-p/1443646#M432899</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-06T11:13:24Z</dc:date>
    </item>
  </channel>
</rss>

