<?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 Data of a table inside Qlikview app in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Update-Data-of-a-table-inside-Qlikview-app/m-p/1756931#M590734</link>
    <description>&lt;P&gt;This could be a good scenario where using an mapping table and ApplyMap could solve your issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Map:&lt;/P&gt;&lt;P&gt;Mapping Load * inline [&lt;/P&gt;&lt;P&gt;OrigType, NewType&lt;/P&gt;&lt;P&gt;A type, Type Alfa&lt;/P&gt;&lt;P&gt;B type , Type Beta&lt;/P&gt;&lt;P&gt;] ;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Applymap('MAP', Type) as Type&lt;/P&gt;&lt;P&gt;From Source;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Oct 2020 06:51:10 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2020-10-29T06:51:10Z</dc:date>
    <item>
      <title>Update Data of a table inside Qlikview app</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Data-of-a-table-inside-Qlikview-app/m-p/1756914#M590730</link>
      <description>&lt;P&gt;In the Qlikview app, The requirement is as below -&lt;/P&gt;&lt;P&gt;There is a table 'Sales' taking data from DB. In the table, there is one column 'Types'.&lt;/P&gt;&lt;P&gt;now we have to update the data of the column as below--&lt;/P&gt;&lt;P&gt;'A type'--&amp;gt; 'Type A'&lt;/P&gt;&lt;P&gt;'B type'--&amp;gt;'Type B'&lt;/P&gt;&lt;P&gt;Roughly there are 3000 rows in the column 'Types'.&lt;/P&gt;&lt;P&gt;Please suggest how to resolve this issue inside the app without changing the source data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 05:19:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Data-of-a-table-inside-Qlikview-app/m-p/1756914#M590730</guid>
      <dc:creator>Architect</dc:creator>
      <dc:date>2020-10-29T05:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Update Data of a table inside Qlikview app</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Data-of-a-table-inside-Qlikview-app/m-p/1756923#M590731</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/95145"&gt;@Architect&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;Load *, &lt;STRONG&gt;Capitalize(SubField(Type, ' ',-1))&amp;amp;' '&amp;amp;Capitalize(SubField(Type, ' ',1)) as Type1&lt;/STRONG&gt; Inline&lt;BR /&gt;[&lt;BR /&gt;Type&lt;BR /&gt;A type&lt;BR /&gt;B type&lt;BR /&gt;];&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 06:21:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Data-of-a-table-inside-Qlikview-app/m-p/1756923#M590731</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-10-29T06:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Update Data of a table inside Qlikview app</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Data-of-a-table-inside-Qlikview-app/m-p/1756928#M590732</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935"&gt;@MayilVahanan&lt;/a&gt;&amp;nbsp; thanks for the information.&lt;/P&gt;&lt;P&gt;Actually there are some other data too that has to be modified it is not only Capitalize.&lt;/P&gt;&lt;P&gt;new text has to be added to the data too.&lt;/P&gt;&lt;P&gt;and the modification is in the data level not the field level.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 06:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Data-of-a-table-inside-Qlikview-app/m-p/1756928#M590732</guid>
      <dc:creator>Architect</dc:creator>
      <dc:date>2020-10-29T06:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Update Data of a table inside Qlikview app</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Data-of-a-table-inside-Qlikview-app/m-p/1756931#M590734</link>
      <description>&lt;P&gt;This could be a good scenario where using an mapping table and ApplyMap could solve your issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Map:&lt;/P&gt;&lt;P&gt;Mapping Load * inline [&lt;/P&gt;&lt;P&gt;OrigType, NewType&lt;/P&gt;&lt;P&gt;A type, Type Alfa&lt;/P&gt;&lt;P&gt;B type , Type Beta&lt;/P&gt;&lt;P&gt;] ;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Applymap('MAP', Type) as Type&lt;/P&gt;&lt;P&gt;From Source;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 06:51:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Data-of-a-table-inside-Qlikview-app/m-p/1756931#M590734</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-10-29T06:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Update Data of a table inside Qlikview app</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Data-of-a-table-inside-Qlikview-app/m-p/1757140#M590735</link>
      <description>&lt;P&gt;thanks, Vegar. Now it is solved.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 17:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Data-of-a-table-inside-Qlikview-app/m-p/1757140#M590735</guid>
      <dc:creator>Architect</dc:creator>
      <dc:date>2020-10-29T17:27:13Z</dc:date>
    </item>
  </channel>
</rss>

