<?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 in number in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Month-in-number/m-p/1782396#M60900</link>
    <description>&lt;P&gt;I suggest to create a mapping table you will use then in your model to turn your text into number.&amp;nbsp;&lt;/P&gt;&lt;P&gt;MONTH_MAPPING:&lt;/P&gt;&lt;P&gt;MAPPING LOAD * INLINE&lt;BR /&gt;[&lt;BR /&gt;MONTH_MAPPING-FROM,MONTH_MAPPING-TO&lt;BR /&gt;Jan,1&lt;BR /&gt;feb,2&lt;BR /&gt;mar,3&lt;BR /&gt;...&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Then apply the following&lt;BR /&gt;Subfield(“Field”,’ / ‘,1)&amp;amp;” / “ &amp;amp;ApplyMap(‘MONTH_MAPPING’ , subfield(”Field”, ‘ / ‘ ,2)) as Field&lt;/P&gt;</description>
    <pubDate>Fri, 12 Feb 2021 20:07:00 GMT</pubDate>
    <dc:creator>Henri_Rufin</dc:creator>
    <dc:date>2021-02-12T20:07:00Z</dc:date>
    <item>
      <title>Month in number</title>
      <link>https://community.qlik.com/t5/App-Development/Month-in-number/m-p/1782209#M60881</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;have anybody a solution for my problem?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need a diagramm with month &amp;amp; year in the form mm/yyyy. As example 02/2021.&lt;/P&gt;&lt;P&gt;In my case, the month is a text and not a number. Is there any function to change the name into a number?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Unbenannt.JPG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/48963i623E630E853E01C3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Unbenannt.JPG" alt="Unbenannt.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 07:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-in-number/m-p/1782209#M60881</guid>
      <dc:creator>OS92</dc:creator>
      <dc:date>2021-02-12T07:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Month in number</title>
      <link>https://community.qlik.com/t5/App-Development/Month-in-number/m-p/1782396#M60900</link>
      <description>&lt;P&gt;I suggest to create a mapping table you will use then in your model to turn your text into number.&amp;nbsp;&lt;/P&gt;&lt;P&gt;MONTH_MAPPING:&lt;/P&gt;&lt;P&gt;MAPPING LOAD * INLINE&lt;BR /&gt;[&lt;BR /&gt;MONTH_MAPPING-FROM,MONTH_MAPPING-TO&lt;BR /&gt;Jan,1&lt;BR /&gt;feb,2&lt;BR /&gt;mar,3&lt;BR /&gt;...&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Then apply the following&lt;BR /&gt;Subfield(“Field”,’ / ‘,1)&amp;amp;” / “ &amp;amp;ApplyMap(‘MONTH_MAPPING’ , subfield(”Field”, ‘ / ‘ ,2)) as Field&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 20:07:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-in-number/m-p/1782396#M60900</guid>
      <dc:creator>Henri_Rufin</dc:creator>
      <dc:date>2021-02-12T20:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Month in number</title>
      <link>https://community.qlik.com/t5/App-Development/Month-in-number/m-p/1782469#M60911</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;in dimension&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=Num(Month(Dateoo))&amp;amp;'/'&amp;amp;Year(Dateoo)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ksrini&lt;/P&gt;</description>
      <pubDate>Sat, 13 Feb 2021 09:56:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-in-number/m-p/1782469#M60911</guid>
      <dc:creator>Ksrinivasan</dc:creator>
      <dc:date>2021-02-13T09:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Month in number</title>
      <link>https://community.qlik.com/t5/App-Development/Month-in-number/m-p/1782603#M60928</link>
      <description>&lt;P&gt;If you have a date field then you can create this field by using date() formating function.&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Date(monthname(DateField),'MM/YYYY')&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;With this method you won't get the same issues getting the sorting correct as it will sort chronological and not alphabetical per default.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Feb 2021 21:25:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-in-number/m-p/1782603#M60928</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2021-02-14T21:25:39Z</dc:date>
    </item>
  </channel>
</rss>

