<?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 Straight Table Record with user Interaction in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Update-Straight-Table-Record-with-user-Interaction/m-p/1710105#M451692</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Also use this,&lt;/P&gt;&lt;P&gt;A:&lt;BR /&gt;LOAD&lt;/P&gt;&lt;P&gt;Customer_Id,&lt;BR /&gt;Customer_Name&lt;BR /&gt;FROM&lt;BR /&gt;[C:\Users\770841\Desktop\top 10 sales.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet3);&lt;/P&gt;&lt;P&gt;B:&lt;BR /&gt;load&lt;BR /&gt;Id,&lt;BR /&gt;if(Customer_Id=1,'Harry',Customer_Name)as newname&lt;BR /&gt;Resident A;&lt;BR /&gt;Drop table A;&lt;/P&gt;&lt;P&gt;By,&lt;/P&gt;&lt;P&gt;DurgadeviKumar&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jun 2020 08:28:52 GMT</pubDate>
    <dc:creator>Durgadevikumar</dc:creator>
    <dc:date>2020-06-11T08:28:52Z</dc:date>
    <item>
      <title>Update Straight Table Record with user Interaction</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Straight-Table-Record-with-user-Interaction/m-p/1709786#M451675</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have straight table loaded with data using excel file which has filed such as Customer Id, Customer Name.&lt;/P&gt;&lt;P&gt;My question is this can i have update existing customer Name with New Name for example I want to use input field to update the record or what is the best possibilities to do this task.&lt;/P&gt;&lt;P&gt;Customer Id Customer Name&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tom&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Anna&lt;/P&gt;&lt;P&gt;Customer Id 1 , Name can be replace with Harry.&lt;/P&gt;&lt;P&gt;New data look like&lt;/P&gt;&lt;P&gt;Customer Id&amp;nbsp;&amp;nbsp; Customer Nmae&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; harry.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 14:07:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Straight-Table-Record-with-user-Interaction/m-p/1709786#M451675</guid>
      <dc:creator>syedzee</dc:creator>
      <dc:date>2020-06-10T14:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Update Straight Table Record with user Interaction</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Straight-Table-Record-with-user-Interaction/m-p/1710081#M451691</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you pls try this,&lt;/P&gt;&lt;P&gt;MapTable1:&lt;/P&gt;&lt;P&gt;mapping LOAD Customer Id,&lt;BR /&gt;Customer Name&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// The new updated file(which one has customer name harry)&lt;BR /&gt;FROM&lt;BR /&gt;[C:\Users\Desktop\top 10 sales.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet4);&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;LOAD Customer Id,&lt;BR /&gt;ApplyMap('MapTable1',Customer Id,Customer Name) as&amp;nbsp;Customer Name1&amp;nbsp; &amp;nbsp; &amp;nbsp; // The old table&lt;/P&gt;&lt;P&gt;FROM&lt;BR /&gt;[C:\Users\Desktop\top 10 sales.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet3);&lt;/P&gt;&lt;P&gt;Now applymap map the customer id with mapping table customer id and fetch the new updated name of the customer.&lt;/P&gt;&lt;P&gt;Hope it is helpful&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;DurgadeviKumar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 07:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Straight-Table-Record-with-user-Interaction/m-p/1710081#M451691</guid>
      <dc:creator>Durgadevikumar</dc:creator>
      <dc:date>2020-06-11T07:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Update Straight Table Record with user Interaction</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Straight-Table-Record-with-user-Interaction/m-p/1710105#M451692</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Also use this,&lt;/P&gt;&lt;P&gt;A:&lt;BR /&gt;LOAD&lt;/P&gt;&lt;P&gt;Customer_Id,&lt;BR /&gt;Customer_Name&lt;BR /&gt;FROM&lt;BR /&gt;[C:\Users\770841\Desktop\top 10 sales.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet3);&lt;/P&gt;&lt;P&gt;B:&lt;BR /&gt;load&lt;BR /&gt;Id,&lt;BR /&gt;if(Customer_Id=1,'Harry',Customer_Name)as newname&lt;BR /&gt;Resident A;&lt;BR /&gt;Drop table A;&lt;/P&gt;&lt;P&gt;By,&lt;/P&gt;&lt;P&gt;DurgadeviKumar&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 08:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Straight-Table-Record-with-user-Interaction/m-p/1710105#M451692</guid>
      <dc:creator>Durgadevikumar</dc:creator>
      <dc:date>2020-06-11T08:28:52Z</dc:date>
    </item>
  </channel>
</rss>

