<?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 to Month Number text in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-to-Month-Number-text/m-p/1163564#M379058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for the information&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 May 2016 18:18:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-05-27T18:18:43Z</dc:date>
    <item>
      <title>Month to Month Number text</title>
      <link>https://community.qlik.com/t5/QlikView/Month-to-Month-Number-text/m-p/1163558#M379052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;Good Morning&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;As I can convert the month field is numeric and take the value corresponding text&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;1 - Jan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;2 - Feb .. to reach 12 - Dic&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;But this field is stored in a SQL Server table where only this number between 1 and 12, the display information&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;It is shown as follows:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Mes Numero.jpg" class="jive-image image-1" src="/legacyfs/online/126063_Mes Numero.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;but I need to be displayed as follows.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;&lt;IMG alt="Mes Nombre.jpg" class="jive-image image-2" src="/legacyfs/online/126064_Mes Nombre.jpg" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;and and tried to MonthName but it does not work, any help is appreciated them.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 16:59:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-to-Month-Number-text/m-p/1163558#M379052</guid>
      <dc:creator />
      <dc:date>2016-05-27T16:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Month to Month Number text</title>
      <link>https://community.qlik.com/t5/QlikView/Month-to-Month-Number-text/m-p/1163559#M379053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For monthname() you need a real date-field. Isn't there such a field you could one create with makedate(). But it could be easier simply to map these values with a pick(match()) funtion like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pick(match(MES, 1,2,3,...), 'Ene', Feb', ...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 17:27:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-to-Month-Number-text/m-p/1163559#M379053</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-05-27T17:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Month to Month Number text</title>
      <link>https://community.qlik.com/t5/QlikView/Month-to-Month-Number-text/m-p/1163560#M379054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try:&lt;/P&gt;&lt;P&gt;=SubField(MonthNames,';',MES)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 17:46:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-to-Month-Number-text/m-p/1163560#M379054</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-05-27T17:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Month to Month Number text</title>
      <link>https://community.qlik.com/t5/QlikView/Month-to-Month-Number-text/m-p/1163561#M379055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;=Month(Date#(MES,'M'))&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 18:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-to-Month-Number-text/m-p/1163561#M379055</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-05-27T18:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Month to Month Number text</title>
      <link>https://community.qlik.com/t5/QlikView/Month-to-Month-Number-text/m-p/1163562#M379056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for the information&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 18:18:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-to-Month-Number-text/m-p/1163562#M379056</guid>
      <dc:creator />
      <dc:date>2016-05-27T18:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Month to Month Number text</title>
      <link>https://community.qlik.com/t5/QlikView/Month-to-Month-Number-text/m-p/1163563#M379057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for the information&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 18:18:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-to-Month-Number-text/m-p/1163563#M379057</guid>
      <dc:creator />
      <dc:date>2016-05-27T18:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Month to Month Number text</title>
      <link>https://community.qlik.com/t5/QlikView/Month-to-Month-Number-text/m-p/1163564#M379058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for the information&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 18:18:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-to-Month-Number-text/m-p/1163564#M379058</guid>
      <dc:creator />
      <dc:date>2016-05-27T18:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Month to Month Number text</title>
      <link>https://community.qlik.com/t5/QlikView/Month-to-Month-Number-text/m-p/1163565#M379059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you very much for the information, the three forms serve to perfection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 18:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-to-Month-Number-text/m-p/1163565#M379059</guid>
      <dc:creator />
      <dc:date>2016-05-27T18:19:26Z</dc:date>
    </item>
  </channel>
</rss>

