<?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: Apply Map in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894800#M1000845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most often caused by either specifying the wrong table name as a first parameter (check the name&lt;EM&gt; AND&lt;/EM&gt; spelling) or because your values do not match for some reason...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works ok:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier;"&gt;Month_Quarter_Mapping:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt;"&gt;Mapping Load * Inline&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt;"&gt;[&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt;"&gt;Month,Quarter&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt;"&gt;Jan,Q1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt;"&gt;Feb,Q1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt;"&gt;Mar,Q1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt;"&gt;Apr,Q1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt;"&gt;May,Q1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt;"&gt;Jun,Q2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier;"&gt;LET vTest = applymap('Month_Quarter_Mapping', 'Mar');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jun 2015 15:38:53 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2015-06-15T15:38:53Z</dc:date>
    <item>
      <title>Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894788#M1000833</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 have date field.&lt;/P&gt;&lt;P&gt;I extracted the month from this date using Month(Date) as named the field as&lt;STRONG&gt; My_Month&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My_Month&lt;/STRONG&gt; will have the values&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;P&gt;Feb&lt;/P&gt;&lt;P&gt;Mar&lt;/P&gt;&lt;P&gt;Apr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want this months to get mapped against Quarter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i used applymap function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Month_Quarter_Mapping&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;Mapping Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Jan,Q1&lt;/P&gt;&lt;P&gt;Feb,Q1&lt;/P&gt;&lt;P&gt;Mar,Q1&lt;/P&gt;&lt;P&gt;Apr,Q1&lt;/P&gt;&lt;P&gt;May,Q1&lt;/P&gt;&lt;P&gt;Jun,Q2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: My requirement is Jan-May Q1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;applymap('Month_Quarter_Mapping',My_Month) as My_Quarter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My_Quarter&lt;/STRONG&gt; is also showing&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;P&gt;Feb&lt;/P&gt;&lt;P&gt;Mar&lt;/P&gt;&lt;P&gt;May.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted it to show&lt;/P&gt;&lt;P&gt;Q1&lt;/P&gt;&lt;P&gt;Q1&lt;/P&gt;&lt;P&gt;Q1&lt;/P&gt;&lt;P&gt;Q1&lt;/P&gt;&lt;P&gt;Q2&lt;/P&gt;&lt;P&gt;instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 14:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894788#M1000833</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-15T14:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894789#M1000834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First you have to name your fields in the inline table.i.e Month,Quarter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Month_Quarter_Mapping&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;Mapping Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;My_Month,My_Quarter&lt;/P&gt;&lt;P&gt;Jan,Q1&lt;/P&gt;&lt;P&gt;Feb,Q1&lt;/P&gt;&lt;P&gt;Mar,Q1&lt;/P&gt;&lt;P&gt;Apr,Q1&lt;/P&gt;&lt;P&gt;May,Q1&lt;/P&gt;&lt;P&gt;Jun,Q2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 15:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894789#M1000834</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-15T15:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894790#M1000835</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;You can use:&lt;/P&gt;&lt;P&gt;'Q'&amp;amp;Ceil(Month(Date(YOURDATEFIELD),'DD/MM/YYYY'))/3)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as "Quarter"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 15:02:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894790#M1000835</guid>
      <dc:creator>fvelascog72</dc:creator>
      <dc:date>2015-06-15T15:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894791#M1000836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;'Q' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Ceil&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/3) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Quarter&amp;nbsp; should do the trick &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 15:06:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894791#M1000836</guid>
      <dc:creator>jpenuliar</dc:creator>
      <dc:date>2015-06-15T15:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894792#M1000837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But my requirement is bit different.&lt;/P&gt;&lt;P&gt;Jan-May as Q1&lt;/P&gt;&lt;P&gt;Jun-Jul as Q2&lt;/P&gt;&lt;P&gt;Aug-Sep as Q3&lt;/P&gt;&lt;P&gt;Oct-Dec as Q4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 15:09:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894792#M1000837</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-15T15:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894793#M1000838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to define ur months in mapping load table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mapping Load * Inline [&lt;/P&gt;&lt;P&gt;Month,Quarter&lt;/P&gt;&lt;P&gt;Jan ,Q1&lt;/P&gt;&lt;P&gt;Feb,Q1&lt;/P&gt;&lt;P&gt;..........&lt;/P&gt;&lt;P&gt;Jun,Q2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then do applymap from this table to ur calender date table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 15:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894793#M1000838</guid>
      <dc:creator>venkatg6759</dc:creator>
      <dc:date>2015-06-15T15:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894794#M1000839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jebamalai is correct, if you use his code, to add the headers,&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Month_Quarter_Mapping&lt;/STRONG&gt;:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Mapping Load * Inline&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;My_Month,My_Quarter&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jan,Q1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Feb,Q1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Mar,Q1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Apr,Q1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;May,Q1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jun,Q2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use your code in your load statement,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;applymap('Month_Quarter_Mapping',My_Month) as My_Quarter.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;In front end, your My_Quarter details should display as Q1, etc.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 15:18:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894794#M1000839</guid>
      <dc:creator>-SW-</dc:creator>
      <dc:date>2015-06-15T15:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894795#M1000840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya i tried the same but still i am getting the Quarter as Jan,Feb,Mar,Apr,May ,Jun instead of Q1,Q1,Q1,Q1,Q1,Q2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 15:24:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894795#M1000840</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-15T15:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894796#M1000841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post your sample qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 15:26:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894796#M1000841</guid>
      <dc:creator>-SW-</dc:creator>
      <dc:date>2015-06-15T15:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894797#M1000842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you send the updated code you are using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 15:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894797#M1000842</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-15T15:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894798#M1000843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;applymap('Quarter_Mapping',Month) as Quarter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be u might be missing to define the table name or something else try this &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 15:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894798#M1000843</guid>
      <dc:creator>venkatg6759</dc:creator>
      <dc:date>2015-06-15T15:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894799#M1000844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is probably because your mapping table has no matches for the values you try to look up. If no matches are found, applymap() will return the input value which is the month name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 15:31:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894799#M1000844</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-06-15T15:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894800#M1000845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most often caused by either specifying the wrong table name as a first parameter (check the name&lt;EM&gt; AND&lt;/EM&gt; spelling) or because your values do not match for some reason...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works ok:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier;"&gt;Month_Quarter_Mapping:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt;"&gt;Mapping Load * Inline&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt;"&gt;[&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt;"&gt;Month,Quarter&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt;"&gt;Jan,Q1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt;"&gt;Feb,Q1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt;"&gt;Mar,Q1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt;"&gt;Apr,Q1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt;"&gt;May,Q1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt;"&gt;Jun,Q2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier;"&gt;LET vTest = applymap('Month_Quarter_Mapping', 'Mar');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 15:38:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894800#M1000845</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-06-15T15:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894801#M1000846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dates are duals, meaning they have a text and a number representation. In this case qv tries to map the number against your text values in the map. try using the text function to force qv to look at the text of date like this:&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; font-size: 13px;"&gt;applymap('Month_Quarter_Mapping',Text(My_Month)) as My_Quarter&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 15:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894801#M1000846</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-06-15T15:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894802#M1000847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or replace your month names with numbers in your mapping table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Month_Quarter_Mapping:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Mapping Load * Inline&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;[&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;1,Q1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2,Q1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;3,Q1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;4,Q1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;5,Q1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;6,Q2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 15:58:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894802#M1000847</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-06-15T15:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Map</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894803#M1000848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter Cammaert&lt;/P&gt;&lt;P&gt;I tried by giving month number instead of name.&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Month_Quarter_Mapping:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Mapping Load * Inline&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;[&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;1,Q1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2,Q1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;3,Q1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;4,Q1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;5,Q1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;6,Q2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;/P&gt;&lt;P&gt;It did work.&lt;/P&gt;&lt;P&gt;Thanks a lot for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 04:13:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/894803#M1000848</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-16T04:13:38Z</dc:date>
    </item>
  </channel>
</rss>

