<?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: Change data in a column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90587#M752103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nicolas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you try this and see if it works;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;map:&lt;/P&gt;&lt;P&gt;Mapping LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month1, Month&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, Jan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, Feb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, Mar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, Apr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, May&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, June&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7, July&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8, Aug&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9, Sep&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10, Oct&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11, Nov&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 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;&lt;/P&gt;&lt;P&gt;table:&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; applymap('map',Month) as Month, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\Downloads\data.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is data);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Oct 2018 16:30:51 GMT</pubDate>
    <dc:creator>jobsonkjoseph</dc:creator>
    <dc:date>2018-10-30T16:30:51Z</dc:date>
    <item>
      <title>Change data in a column</title>
      <link>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90585#M752101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;I have a column called month, the months are being shown as numbers (1,2,3,4,5,6,7,8,9,10,11,12) but I would like the name to be shown (Jan, Feb , sea, apr, may, jun) how do I do this?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Ps: My database is an excel file&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Ps: I use the qlik view trial version, I can not open qlik files from other users&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90585#M752101</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Change data in a column</title>
      <link>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90586#M752102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nicolas, you can create a date using that month number and get the month from there&lt;/P&gt;&lt;P&gt;=Month(Makedate(Year(Today()),MonthFieldName))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 16:11:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90586#M752102</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-10-30T16:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Change data in a column</title>
      <link>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90587#M752103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nicolas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you try this and see if it works;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;map:&lt;/P&gt;&lt;P&gt;Mapping LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month1, Month&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, Jan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, Feb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, Mar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, Apr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, May&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, June&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7, July&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8, Aug&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9, Sep&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10, Oct&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11, Nov&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 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;&lt;/P&gt;&lt;P&gt;table:&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; applymap('map',Month) as Month, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\Downloads\data.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is data);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 16:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90587#M752103</guid>
      <dc:creator>jobsonkjoseph</dc:creator>
      <dc:date>2018-10-30T16:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Change data in a column</title>
      <link>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90588#M752104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jobson, the solution worked but I would like to sort the months through the numerical field, is it possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 16:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90588#M752104</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-30T16:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Change data in a column</title>
      <link>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90589#M752105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ruben, the solution found for this problem is the creation of a map&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 16:36:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90589#M752105</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-30T16:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Change data in a column</title>
      <link>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90590#M752106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nicolas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can check on that if sample data can be shared from your end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 16:55:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90590#M752106</guid>
      <dc:creator>jobsonkjoseph</dc:creator>
      <dc:date>2018-10-30T16:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Change data in a column</title>
      <link>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90591#M752107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Qlik.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217119_Qlik.PNG" style="height: 565px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;As dimension I am using Map created, the field Per (Months of numeral form), status and the field "normal" is a sum of values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 17:02:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90591#M752107</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-30T17:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Change data in a column</title>
      <link>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90592#M752108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Nicolas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to use Date#() function in the Sort tab, i'm not able to come up with an expression for it.&lt;/P&gt;&lt;P&gt;Lets see if someone has an idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 17:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90592#M752108</guid>
      <dc:creator>jobsonkjoseph</dc:creator>
      <dc:date>2018-10-30T17:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Change data in a column</title>
      <link>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90593#M752109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jobson&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm going to work on this idea!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 17:17:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90593#M752109</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-30T17:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Change data in a column</title>
      <link>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90594#M752110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your welcome Nicolas.&lt;/P&gt;&lt;P&gt;Pls do share the final outcome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 17:20:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90594#M752110</guid>
      <dc:creator>jobsonkjoseph</dc:creator>
      <dc:date>2018-10-30T17:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Change data in a column</title>
      <link>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90595#M752111</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;when loading your months as proper dual values you don't have to care about sorting issues as the default numerical search will be correct.&lt;/P&gt;&lt;P&gt;One way to do so would be to load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15409407070758283 jive_text_macro" jivemacro_uid="_15409407070758283"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Month(Date#(month,'M')) as month&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_318382_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217117_QlikCommunity_Thread_318382_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 23:06:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90595#M752111</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-10-30T23:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Change data in a column</title>
      <link>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90596#M752112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Marco, I did not understand how! I tried opening your Qlik file but I use the personal version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, I am a beginner in Qlik and I have very limited knowledge&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nicolas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 12:00:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90596#M752112</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-31T12:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Change data in a column</title>
      <link>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90597#M752113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Nicolas, in the sorting tab you can use the Month field in number to sort the dimension. This can solve your issue using the mapping table.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Also, the use of Month() function to create the field can help, using that function months can be shown as text but sorted by num. Marco posts how you can use this function:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;table:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Month(Date#(month,'M')) as month &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Note that having a dedicated field for month in number can help with some expression so it's not a bad idea to keep formats separated: one for selections other for internal expressions, but in most situations a unique month field created as a dual value can do the work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 12:11:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90597#M752113</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-10-31T12:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Change data in a column</title>
      <link>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90598#M752114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rubin, I'll check your solution.&lt;/P&gt;&lt;P&gt;I'm running some other tests but then sent you some feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;greetings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nicolas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 12:45:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90598#M752114</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-31T12:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Change data in a column</title>
      <link>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90599#M752115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jobson, &lt;/P&gt;&lt;P&gt;I found the solution to the problem, I used the Dual function, below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mapping LOAD * Inline [&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num, Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1, Jan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2, Feb,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3, Mar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4, Apr,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5, May,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6, Jun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7, Jul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8, Aug,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9, Sep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10, Oct,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;11, Nov,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TestTable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dual (ApplyMap ('Map_MES', Per), Per) AS [Month]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From [archive]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nicolas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 15:57:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-data-in-a-column/m-p/90599#M752115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-31T15:57:02Z</dc:date>
    </item>
  </channel>
</rss>

