<?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: Chart Title Formula in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-Title-Formula/m-p/817007#M1018928</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 don't know why your using INMONTH here , if you want to use inmonth function then in should has 3 parameter &lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor494"&gt;&lt;/A&gt;&lt;A name="InMonth"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;EG:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;InMonth (&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;date, basedate , shift&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;returns true if &lt;SPAN class="Italic"&gt;date&lt;/SPAN&gt; lies inside the month containing &lt;SPAN class="Italic"&gt;basedate&lt;/SPAN&gt;. The month can be offset by &lt;SPAN class="Italic"&gt;shift&lt;/SPAN&gt;. &lt;SPAN class="Italic"&gt;Shift&lt;/SPAN&gt; is an integer, where the value 0 indicates the month which contains &lt;SPAN class="Italic"&gt;basedate&lt;/SPAN&gt;. Negative values in &lt;SPAN class="Italic"&gt;shift&lt;/SPAN&gt; indicate preceding months and positive values indicate succeeding months. &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;inmonth ( '2006-01-25', '2006-01-01', 0 )&lt;/SPAN&gt; returns true&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;inmonth ( '2006-01-25', '2006-04-01', 0 )&lt;/SPAN&gt; returns false&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;inmonth ( '2006-01-25', '2006-01-01', -1 )&lt;/SPAN&gt; returns false&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;inmonth ( '2005-12-25', '2006-01-01', -1 )&lt;/SPAN&gt; returns true&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want only current date then use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;='Completed ' &amp;amp; Date(Today())&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Mar 2015 10:49:26 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2015-03-30T10:49:26Z</dc:date>
    <item>
      <title>Chart Title Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Title-Formula/m-p/817000#M1018921</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;Easy one for a Monday. I wanted to have the words "Completed" and todays date in title window, how can I do this?&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;IMG alt="completed.PNG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/82330_completed.PNG" style="height: 237px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 10:41:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Title-Formula/m-p/817000#M1018921</guid>
      <dc:creator>knightwriter</dc:creator>
      <dc:date>2015-03-30T10:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Title Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Title-Formula/m-p/817001#M1018922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;='Completed ' &amp;amp; Date(Today())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 10:43:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Title-Formula/m-p/817001#M1018922</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-03-30T10:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Title Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Title-Formula/m-p/817002#M1018923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply and the answer gives me the 30.03.15, how to I show this as "March"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 10:46:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Title-Formula/m-p/817002#M1018923</guid>
      <dc:creator>knightwriter</dc:creator>
      <dc:date>2015-03-30T10:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Title Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Title-Formula/m-p/817003#M1018924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Just write below in window's Title.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Compleated '&amp;amp;today()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 10:46:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Title-Formula/m-p/817003#M1018924</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2015-03-30T10:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Title Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Title-Formula/m-p/817004#M1018925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are not using the correct parameters for the inMonth funtion. But I think this should work: &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ='Completed ' &amp;amp; date(today())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 10:47:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Title-Formula/m-p/817004#M1018925</guid>
      <dc:creator>jsanchezh</dc:creator>
      <dc:date>2015-03-30T10:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Title Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Title-Formula/m-p/817005#M1018926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;='Completed ' &amp;amp; Date(Today(),'DD/MMM/YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 10:47:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Title-Formula/m-p/817005#M1018926</guid>
      <dc:creator>sagarkharpude</dc:creator>
      <dc:date>2015-03-30T10:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Title Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Title-Formula/m-p/817006#M1018927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Completed ' &amp;amp; Date(Today(),'DD/MMMM/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 10:48:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Title-Formula/m-p/817006#M1018927</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2015-03-30T10:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Title Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Title-Formula/m-p/817007#M1018928</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 don't know why your using INMONTH here , if you want to use inmonth function then in should has 3 parameter &lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor494"&gt;&lt;/A&gt;&lt;A name="InMonth"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;EG:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;InMonth (&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;date, basedate , shift&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;returns true if &lt;SPAN class="Italic"&gt;date&lt;/SPAN&gt; lies inside the month containing &lt;SPAN class="Italic"&gt;basedate&lt;/SPAN&gt;. The month can be offset by &lt;SPAN class="Italic"&gt;shift&lt;/SPAN&gt;. &lt;SPAN class="Italic"&gt;Shift&lt;/SPAN&gt; is an integer, where the value 0 indicates the month which contains &lt;SPAN class="Italic"&gt;basedate&lt;/SPAN&gt;. Negative values in &lt;SPAN class="Italic"&gt;shift&lt;/SPAN&gt; indicate preceding months and positive values indicate succeeding months. &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;inmonth ( '2006-01-25', '2006-01-01', 0 )&lt;/SPAN&gt; returns true&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;inmonth ( '2006-01-25', '2006-04-01', 0 )&lt;/SPAN&gt; returns false&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;inmonth ( '2006-01-25', '2006-01-01', -1 )&lt;/SPAN&gt; returns false&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;inmonth ( '2005-12-25', '2006-01-01', -1 )&lt;/SPAN&gt; returns true&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want only current date then use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;='Completed ' &amp;amp; Date(Today())&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 10:49:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Title-Formula/m-p/817007#M1018928</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-03-30T10:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Title Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Title-Formula/m-p/817008#M1018929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;try like this expression&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;"&gt;&lt;STRONG&gt;='Completed ' &amp;amp; Date(Today(),'DD/MMM/YYYY')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 10:51:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Title-Formula/m-p/817008#M1018929</guid>
      <dc:creator />
      <dc:date>2015-03-30T10:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Title Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Title-Formula/m-p/817009#M1018930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'Completed ' &amp;amp; Month(Today())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 10:53:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Title-Formula/m-p/817009#M1018930</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-03-30T10:53:34Z</dc:date>
    </item>
  </channel>
</rss>

