<?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 Title base on Variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Title-base-on-Variable/m-p/925459#M957699</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 it.&lt;/P&gt;&lt;P&gt;='Current Year-Month' &amp;amp;' '&amp;amp; Date(Today(),'YYYY-MMM')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=' Previos Year-Month' &amp;amp;' '&amp;amp; Date(Addmonths(Today(),-1),'YYYY-MMM')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Nov 2015 21:30:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-11-03T21:30:59Z</dc:date>
    <item>
      <title>Dynamic Title base on Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Title-base-on-Variable/m-p/925456#M957694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am wanting to create a title for a chart that has a dynamic label for MonthYear.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a variable for Current Month and Previous Month.&amp;nbsp; How do I get this variable to point to the MonthYear field in the dynamic title in the chart so I can display the Previous Month?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current Month variable is vMaxMonth. The expression I used is =Max(PeriodID).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previous Month variable is vPrevMonth. The expression I used for that is =vMaxMonth -1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is greatly appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 13:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Title-base-on-Variable/m-p/925456#M957694</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-03T13:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Title base on Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Title-base-on-Variable/m-p/925457#M957695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris, could you please post an example? An image maybe, your request is not clear&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 16:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Title-base-on-Variable/m-p/925457#M957695</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-03T16:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Title base on Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Title-base-on-Variable/m-p/925458#M957697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;For dynamic label of the Month Year in title char or table, you can use the function:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;='Month'&amp;amp;monthname(today()) - for current month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;='Month '&amp;amp;MonthName(addmonths(today(0),-1)) - for previos month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;='Month'&amp;amp;monthname(Date) - for month year selection - if you have the date in fact table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;It is importat to set the MonthNames variable at the beging of the script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;But it would be easier, as written also Oscar, to post an example&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 19:53:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Title-base-on-Variable/m-p/925458#M957697</guid>
      <dc:creator>ElizaF</dc:creator>
      <dc:date>2015-11-03T19:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Title base on Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Title-base-on-Variable/m-p/925459#M957699</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 it.&lt;/P&gt;&lt;P&gt;='Current Year-Month' &amp;amp;' '&amp;amp; Date(Today(),'YYYY-MMM')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=' Previos Year-Month' &amp;amp;' '&amp;amp; Date(Addmonths(Today(),-1),'YYYY-MMM')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 21:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Title-base-on-Variable/m-p/925459#M957699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-03T21:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Title base on Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Title-base-on-Variable/m-p/925460#M957701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the month thing figured out.&amp;nbsp; Now its a matter of getting this to work for Quarters.&amp;nbsp; Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 21:34:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Title-base-on-Variable/m-p/925460#M957701</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-03T21:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Title base on Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Title-base-on-Variable/m-p/925461#M957703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Dual('Q' &amp;amp; Ceil(Month(Today())/3), Ceil(Month(Today())/3))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 22:03:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Title-base-on-Variable/m-p/925461#M957703</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-03T22:03:16Z</dc:date>
    </item>
  </channel>
</rss>

