<?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: Format number to month name in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Format-number-to-month-name-in-chart/m-p/1434217#M431024</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create the variable on front end and put the below expression in variable&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;=num(only(DualMonth))&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Aug 2017 12:45:42 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2017-08-21T12:45:42Z</dc:date>
    <item>
      <title>Format number to month name in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Format-number-to-month-name-in-chart/m-p/1434209#M431016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to create a slider chart to select a month name (jan-&amp;gt;dez) with a static step of 1. So it should not be possible to move the arrow between 2 month. The selected month should be written in a variable. Therefore I have &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;created a slider object,&lt;/LI&gt;&lt;LI&gt;defined a variable,&lt;/LI&gt;&lt;LI&gt;set the Min Value to "1",&lt;/LI&gt;&lt;LI&gt;set the max value to "12",&lt;/LI&gt;&lt;LI&gt;set the Static step to "1"&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The slider shows me now the values from 1 to 12 and it works as I want so for, but the values will be presented as numbers. How can I format the numbers (1 to 12) as the month names? Is it possible to format the numbers as the month name in the chart tab "number"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to use something like "MMM" or "##.MMM.####" but the number will be always interpreted as day instead of month. And "#" could not be used as a placeholder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help in advance.&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 10:13:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-number-to-month-name-in-chart/m-p/1434209#M431016</guid>
      <dc:creator>daniel1990xyz</dc:creator>
      <dc:date>2017-08-21T10:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Format number to month name in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Format-number-to-month-name-in-chart/m-p/1434210#M431017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=month(makedate(year(today()), &lt;STRONG&gt;YOURVARIABLE&lt;/STRONG&gt;,1))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 10:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-number-to-month-name-in-chart/m-p/1434210#M431017</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-08-21T10:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Format number to month name in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Format-number-to-month-name-in-chart/m-p/1434211#M431018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Share ua sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 10:20:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-number-to-month-name-in-chart/m-p/1434211#M431018</guid>
      <dc:creator>Bala_s</dc:creator>
      <dc:date>2017-08-21T10:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Format number to month name in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Format-number-to-month-name-in-chart/m-p/1434212#M431019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this will not solve my problem. At the moment my slider looks like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="slider.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/174044_slider.JPG" style="height: 96px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to format the number to month names. So the slider should show "Jan" instead of 1 and so one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 10:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-number-to-month-name-in-chart/m-p/1434212#M431019</guid>
      <dc:creator>daniel1990xyz</dc:creator>
      <dc:date>2017-08-21T10:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Format number to month name in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Format-number-to-month-name-in-chart/m-p/1434213#M431020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create inline table in your model&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;STRONG&gt;Dual(MonthName,Month) as DualMonth&lt;/STRONG&gt; Inline [&lt;/P&gt;&lt;P&gt;Month,MonthName&lt;/P&gt;&lt;P&gt;1,Jan&lt;/P&gt;&lt;P&gt;2,Feb&lt;/P&gt;&lt;P&gt;3,Mar&lt;/P&gt;&lt;P&gt;4,Apr&lt;/P&gt;&lt;P&gt;5,May&lt;/P&gt;&lt;P&gt;6,Jun&lt;/P&gt;&lt;P&gt;7,Jul&lt;/P&gt;&lt;P&gt;8,Aug&lt;/P&gt;&lt;P&gt;9,Sep&lt;/P&gt;&lt;P&gt;10,Oct&lt;/P&gt;&lt;P&gt;11,Nov&lt;/P&gt;&lt;P&gt;12,Dec&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use &lt;STRONG style="font-size: 13.3333px;"&gt;DualMonth&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; field in slider instead variable&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 10:48:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-number-to-month-name-in-chart/m-p/1434213#M431020</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-21T10:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Format number to month name in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Format-number-to-month-name-in-chart/m-p/1434214#M431021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any possibilities to keep the variable? So that the selected value in the slider will be written in a variable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 11:41:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-number-to-month-name-in-chart/m-p/1434214#M431021</guid>
      <dc:creator>daniel1990xyz</dc:creator>
      <dc:date>2017-08-21T11:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Format number to month name in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Format-number-to-month-name-in-chart/m-p/1434215#M431022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope, can't do with a variable &lt;/P&gt;&lt;P&gt;You can retrieve the selected value from the Month field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 11:46:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-number-to-month-name-in-chart/m-p/1434215#M431022</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-08-21T11:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Format number to month name in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Format-number-to-month-name-in-chart/m-p/1434216#M431023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi daniel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kushal is right. This is the easiest way to do it. i will suggest these steps.&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;create inline table in your model&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;LOAD *,&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Dual(MonthName,Month) as DualMonth&lt;/STRONG&gt;&lt;/SPAN&gt; Inline [&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Month,MonthName&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;1,Jan&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;2,Feb&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;3,Mar&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;4,Apr&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;5,May&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;6,Jun&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;7,Jul&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;8,Aug&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;9,Sep&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;10,Oct&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;11,Nov&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;12,Dec&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;];&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;2:&lt;BR /&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px; font-family: inherit; font-style: inherit; font-weight: inherit;"&gt;use DualMonth as your filedname in the slider&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;3:&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;open variable overview and create a new variable v1 and in the definition =GetFieldSelections(DualMonth)&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;the value you selected in the slider will be written to the variable v1.&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;regards&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Pradosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 12:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-number-to-month-name-in-chart/m-p/1434216#M431023</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-08-21T12:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Format number to month name in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Format-number-to-month-name-in-chart/m-p/1434217#M431024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create the variable on front end and put the below expression in variable&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;=num(only(DualMonth))&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 12:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-number-to-month-name-in-chart/m-p/1434217#M431024</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-21T12:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Format number to month name in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Format-number-to-month-name-in-chart/m-p/1434218#M431025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your explanation and the sample file. With this information I was able to solve my issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 06:51:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-number-to-month-name-in-chart/m-p/1434218#M431025</guid>
      <dc:creator>daniel1990xyz</dc:creator>
      <dc:date>2017-08-22T06:51:08Z</dc:date>
    </item>
  </channel>
</rss>

