<?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: Update field in table based on another field in the same table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Update-field-in-table-based-on-another-field-in-the-same-table/m-p/977466#M333965</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you please share the sample data and the desired output sample &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Dec 2015 06:05:20 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2015-12-09T06:05:20Z</dc:date>
    <item>
      <title>Update field in table based on another field in the same table</title>
      <link>https://community.qlik.com/t5/QlikView/Update-field-in-table-based-on-another-field-in-the-same-table/m-p/977460#M333959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope everyone is fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are looking to update a field in the table based on another field in the same table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example we have the following table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mobile No., Status, Activity&lt;/P&gt;&lt;P&gt;4041234, ACTIVE, New Registeration&lt;/P&gt;&lt;P&gt;4041234, ACTIVE, Change Mobile No.&lt;/P&gt;&lt;P&gt;4041234, ACTIVE, Change SIM&lt;/P&gt;&lt;P&gt;4041234, ACTIVE, Change Ownership&lt;/P&gt;&lt;P&gt;4040012, INACTIVE, New Registration&lt;/P&gt;&lt;P&gt;4040015, ACTIVE, New Registration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What we want to do is add a new field by the name of [NewStatus] and the condition is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is any Activity by the name of "Change Mobile No." for any mobile number then all the fields of NewStatus would be CHANGEMOBILE else it will that NewStatus will be the same as Status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The resultant should be as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Mobile No., Status, Activity, NewStatus&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;4041234, ACTIVE, New Registeration, CHANGEMOBILE&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;4041234, ACTIVE, Change Mobile No., CHANGEMOBILE&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;4041234, ACTIVE, Change SIM, CHANGEMOBILE&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;4041234, ACTIVE, Change Ownership, ACTIVE&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;4040012, INACTIVE, New Registration, INACTIVE&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;4040015, ACTIVE, New Registration, ACTIVE&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;You can see from above that which ever the Mobile No. had an activity by the name of "Change Mobile No." then all the NewStatus values are CHANGEMOBILE else it remains the same as Status.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Will appreciate your assistance.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 05:35:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-field-in-table-based-on-another-field-in-the-same-table/m-p/977460#M333959</guid>
      <dc:creator>sjhussain</dc:creator>
      <dc:date>2015-12-09T05:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Update field in table based on another field in the same table</title>
      <link>https://community.qlik.com/t5/QlikView/Update-field-in-table-based-on-another-field-in-the-same-table/m-p/977461#M333960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then try like this at script level:&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;if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Activity='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Change Mobile No&lt;/SPAN&gt;','&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;CHANGEMOBILE') as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;NewStatus&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;from YourTable;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 05:43:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-field-in-table-based-on-another-field-in-the-same-table/m-p/977461#M333960</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-09T05:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Update field in table based on another field in the same table</title>
      <link>https://community.qlik.com/t5/QlikView/Update-field-in-table-based-on-another-field-in-the-same-table/m-p/977462#M333961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;slight modification:&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;load&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;&lt;STRONG&gt;if(&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;&lt;STRONG&gt;Activity='&lt;SPAN style="font-style: inherit; font-size: 13.3333px;"&gt;Change Mobile No&lt;/SPAN&gt;','&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;&lt;STRONG&gt;CHANGEMOBILE','YourRequiredField')&lt;/STRONG&gt; as &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;NewStatus&lt;/SPAN&gt;&lt;/SPAN&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-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;from YourTable;&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-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;&lt;BR /&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-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;where &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;YourRequiredField may be Status or Activity, depends on your requirement&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 05:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-field-in-table-based-on-another-field-in-the-same-table/m-p/977462#M333961</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-09T05:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Update field in table based on another field in the same table</title>
      <link>https://community.qlik.com/t5/QlikView/Update-field-in-table-based-on-another-field-in-the-same-table/m-p/977463#M333962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Syed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14496401563364191" jivemacro_uid="_14496401563364191"&gt;
&lt;P&gt;Load *,&lt;/P&gt;
&lt;P&gt;If( Activity='Change Mobile No.' or Previous([Mobile No.])=[Mobile No.] ,'CHANGEMOBILE',Status) as NewStatus;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mobile No.,&amp;nbsp; Status,&amp;nbsp; Activity&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4041234,&amp;nbsp; ACTIVE,&amp;nbsp; New Registeration&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4041234,&amp;nbsp; ACTIVE,&amp;nbsp; Change Mobile No.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4041234,&amp;nbsp; ACTIVE,&amp;nbsp; Change SIM&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4041234,&amp;nbsp; ACTIVE,&amp;nbsp; Change Ownership&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4040012,&amp;nbsp; INACTIVE,&amp;nbsp; New Registration&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4040015,&amp;nbsp; ACTIVE,&amp;nbsp; New Registration&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;


&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output,&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="108416" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108416_Capture.PNG" style="font-size: 13.3333px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;Note:&lt;/STRONG&gt; Mobile number filed should be sorted before doing the preceding load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 05:49:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-field-in-table-based-on-another-field-in-the-same-table/m-p/977463#M333962</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-12-09T05:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Update field in table based on another field in the same table</title>
      <link>https://community.qlik.com/t5/QlikView/Update-field-in-table-based-on-another-field-in-the-same-table/m-p/977464#M333963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Table_Name:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;*,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;if(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; color: #3d3d3d;"&gt;Activity='&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;Change Mobile No&lt;/SPAN&gt;','&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;CHANGEMOBILE',&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;Status&lt;/SPAN&gt;) as &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;NewStatus&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; color: #3d3d3d;"&gt;from &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; color: #3d3d3d;"&gt;Table_name;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 05:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-field-in-table-based-on-another-field-in-the-same-table/m-p/977464#M333963</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-12-09T05:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Update field in table based on another field in the same table</title>
      <link>https://community.qlik.com/t5/QlikView/Update-field-in-table-based-on-another-field-in-the-same-table/m-p/977465#M333964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Tamil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The activity Change Mobile No. can occur at any row.&amp;nbsp; For example New Registration, Change Sim, Change Mobile No.&amp;nbsp; In this case I cannot change the NewStatus field for the first row of the Mobile No. to CHANGEMOBILE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 06:01:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-field-in-table-based-on-another-field-in-the-same-table/m-p/977465#M333964</guid>
      <dc:creator>sjhussain</dc:creator>
      <dc:date>2015-12-09T06:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Update field in table based on another field in the same table</title>
      <link>https://community.qlik.com/t5/QlikView/Update-field-in-table-based-on-another-field-in-the-same-table/m-p/977466#M333965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you please share the sample data and the desired output sample &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 06:05:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-field-in-table-based-on-another-field-in-the-same-table/m-p/977466#M333965</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-12-09T06:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Update field in table based on another field in the same table</title>
      <link>https://community.qlik.com/t5/QlikView/Update-field-in-table-based-on-another-field-in-the-same-table/m-p/977467#M333966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With this code, New Status is "CHANGEMOBILE" for all rows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14496411701438848" jivemacro_uid="_14496411701438848" modifiedtitle="true"&gt;
&lt;P&gt;Data:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Mobile No.", "Status", "Activity"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "4041234", "ACTIVE", "New Registeration"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "4041234", "ACTIVE", "Change Mobile No."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "4041234", "ACTIVE", "Change SIM"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "4041234", "ACTIVE", "Change Ownership"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "4040012", "INACTIVE", "New Registration"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "4040015", "ACTIVE", "New Registration"&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Map: //get all numbers for which "Change Mobile No." occurs&lt;/P&gt;
&lt;P&gt;mapping load [Mobile No.], 'CHANGEMOBILE'&lt;/P&gt;
&lt;P&gt;resident Data&lt;/P&gt;
&lt;P&gt;where Activity = 'Change Mobile No.';&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Result:&lt;/P&gt;
&lt;P&gt;load *, applymap('Map',[Mobile No.], Status) as NewStatus&lt;/P&gt;
&lt;P&gt;resident Data;&lt;/P&gt;
&lt;P&gt;drop table Data;&lt;/P&gt;

&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 06:06:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-field-in-table-based-on-another-field-in-the-same-table/m-p/977467#M333966</guid>
      <dc:creator>geert_gelade</dc:creator>
      <dc:date>2015-12-09T06:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Update field in table based on another field in the same table</title>
      <link>https://community.qlik.com/t5/QlikView/Update-field-in-table-based-on-another-field-in-the-same-table/m-p/977468#M333967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess your expected output should have 'CHANGEMOBILE' for all four 4041234.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P style="padding: 0px; min-height: 8pt;"&gt;&lt;/P&gt;
&lt;P style="font-size: 13.33px;"&gt;Mobile No., Status, Activity, NewStatus&lt;/P&gt;
&lt;P style="font-size: 13.33px;"&gt;4041234, ACTIVE, New Registeration, CHANGEMOBILE&lt;/P&gt;
&lt;P style="font-size: 13.33px;"&gt;4041234, ACTIVE, Change Mobile No., CHANGEMOBILE&lt;/P&gt;
&lt;P style="font-size: 13.33px;"&gt;4041234, ACTIVE, Change SIM, CHANGEMOBILE&lt;/P&gt;
&lt;P style="font-size: 13.33px;"&gt;4041234, ACTIVE, Change Ownership, &lt;STRONG&gt;CHANGEMOBILE&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="font-size: 13.33px;"&gt;4040012, INACTIVE, New Registration, INACTIVE&lt;/P&gt;
&lt;P style="font-size: 13.33px;"&gt;4040015, ACTIVE, New Registration, ACTIVE&lt;/P&gt;
&lt;P style="padding: 0px; font-size: 13.33px; min-height: 8pt;"&gt;&lt;/P&gt;
&lt;P style="font-size: 13.33px;"&gt;&lt;/P&gt;




&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;If so, try like:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;Input:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;Load * Inline [&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;"Mobile No.", Status, Activity&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;4041234, ACTIVE, New Registeration&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;4041234, ACTIVE, Change Mobile No.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;4041234, ACTIVE, Change SIM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;4041234, ACTIVE, Change Ownership&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;4040012, INACTIVE, New Registration&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;4040015, ACTIVE, New Registration&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;Map:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;Mapping Load&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Mobile No.], 'CHANGEMOBILE' as NewStatus&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt; Resident Input where&amp;nbsp; Activity ='Change Mobile No.';&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;Output:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;Load&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Mobile No.], Status, Activity,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('Map',[Mobile No.], &lt;STRONG&gt;Activity&lt;/STRONG&gt;]) as NewStatus&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;Resident Input ;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;Drop table Input;&lt;/SPAN&gt;&lt;/P&gt;




&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Edit: Corrected applymap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 06:07:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-field-in-table-based-on-another-field-in-the-same-table/m-p/977468#M333967</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-12-09T06:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Update field in table based on another field in the same table</title>
      <link>https://community.qlik.com/t5/QlikView/Update-field-in-table-based-on-another-field-in-the-same-table/m-p/977469#M333968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then try with Mapping load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 06:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-field-in-table-based-on-another-field-in-the-same-table/m-p/977469#M333968</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-12-09T06:08:29Z</dc:date>
    </item>
  </channel>
</rss>

