<?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: How to update a columm with new values? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-update-a-columm-with-new-values/m-p/656664#M1241875</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;use apply map instead as shown below.&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;ID, Age&lt;/P&gt;&lt;P&gt;2,22&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 *, ApplyMap('Map',ID,Age) as New_age;&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;ID, Age&lt;/P&gt;&lt;P&gt;1,20&lt;/P&gt;&lt;P&gt;2,21&lt;/P&gt;&lt;P&gt;3,20&lt;/P&gt;&lt;P&gt;]; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jun 2014 09:41:00 GMT</pubDate>
    <dc:creator>ashfaq_haseeb</dc:creator>
    <dc:date>2014-06-11T09:41:00Z</dc:date>
    <item>
      <title>How to update a columm with new values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-update-a-columm-with-new-values/m-p/656663#M1241871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I'm also new and have following questions to my Problem:&lt;/P&gt;&lt;P&gt;I have a database or excel doc, which need to be updated, because some lines are wrong.&lt;/P&gt;&lt;P&gt;Table1 (excel):&lt;/P&gt;&lt;P&gt;ID, Age&lt;/P&gt;&lt;P&gt;1,20&lt;/P&gt;&lt;P&gt;2,21&lt;/P&gt;&lt;P&gt;3,20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2 (excel): // with updated lines/values&lt;/P&gt;&lt;P&gt;ID, Age&lt;/P&gt;&lt;P&gt;2,22&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to update Table1 by integrate with Table2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the funktion Inline, I can only add the "Age"-value. But in this case, I want to replace:&lt;/P&gt;&lt;P&gt;How could this be solved with Qlikview? Via script or funktion/ formel ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;the.user &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-update-a-columm-with-new-values/m-p/656663#M1241871</guid>
      <dc:creator />
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to update a columm with new values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-update-a-columm-with-new-values/m-p/656664#M1241875</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;use apply map instead as shown below.&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;ID, Age&lt;/P&gt;&lt;P&gt;2,22&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 *, ApplyMap('Map',ID,Age) as New_age;&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;ID, Age&lt;/P&gt;&lt;P&gt;1,20&lt;/P&gt;&lt;P&gt;2,21&lt;/P&gt;&lt;P&gt;3,20&lt;/P&gt;&lt;P&gt;]; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 09:41:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-update-a-columm-with-new-values/m-p/656664#M1241875</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-06-11T09:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to update a columm with new values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-update-a-columm-with-new-values/m-p/656665#M1241879</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load * inline&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ID, Age&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1,20&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2,21&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;3,20&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LEFT JOIN(Temp)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load * Inline &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ID, NewAge&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2,22 &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Data:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ID,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(IsNull(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;NewAge&lt;/SPAN&gt;), Age, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;NewAge&lt;/SPAN&gt;) AS Age&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;RESIDENT &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Temp&lt;/SPAN&gt;;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DROP TABLE &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Temp&lt;/SPAN&gt;;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 09:53:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-update-a-columm-with-new-values/m-p/656665#M1241879</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-06-11T09:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to update a columm with new values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-update-a-columm-with-new-values/m-p/656666#M1241883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about if I have more fields then 5 im my source, and I want just Replace 1 of them, if it needs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tabel1:&lt;/P&gt;&lt;P&gt;ID, Age, Mood, Color&lt;/P&gt;&lt;P&gt;1,21,Friendly, Green&lt;/P&gt;&lt;P&gt;2,20,Angry, Blue&lt;/P&gt;&lt;P&gt;3,23,Friendly, Black&lt;/P&gt;&lt;P&gt;4,24,Angry, Orange&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UpdateTable:&lt;/P&gt;&lt;P&gt;ID, Age, Mood, Color&lt;/P&gt;&lt;P&gt;2,20,&lt;STRONG&gt;Friendly&lt;/STRONG&gt;, Blue&lt;/P&gt;&lt;P&gt;3,23,Friendly,&lt;STRONG&gt;Black&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;4,24,&lt;STRONG&gt;Friendly&lt;/STRONG&gt;, Orange&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I only want to update the 2x'Mood'&amp;nbsp; and 1 'Color' of 2 IDs.&lt;/P&gt;&lt;P&gt;My solve-thinking would be: that I have to&amp;nbsp; separate in 4 tables to join or mapping them?&lt;/P&gt;&lt;P&gt;Am I thinking right? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 11:10:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-update-a-columm-with-new-values/m-p/656666#M1241883</guid>
      <dc:creator />
      <dc:date>2014-06-11T11:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to update a columm with new values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-update-a-columm-with-new-values/m-p/656667#M1241886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use Apply map instead of join.&lt;/P&gt;&lt;P&gt;Yes, use 4 different applymaps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 11:30:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-update-a-columm-with-new-values/m-p/656667#M1241886</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-06-11T11:30:18Z</dc:date>
    </item>
  </channel>
</rss>

