<?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 change all record values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-change-all-record-values/m-p/1354963#M823401</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 this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; TEST: &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MAPPING&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[COUNTRY, DESC&lt;BR /&gt; IND,INDIA&lt;BR /&gt; JAP,JAPAN&lt;BR /&gt; RUS,RUSSIA]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; COUNTRY:&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('TEST',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;COUNTRY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'NA') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;COUNTRY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CITY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; COUNTRY, CITY&lt;BR /&gt; IND,NEW DELHI&lt;BR /&gt; IND,LUCKNOW&lt;BR /&gt; IND,PUNE&lt;BR /&gt; JAP, TOKYO&lt;BR /&gt; RUS,MOSCOW&lt;BR /&gt; UK,LONDON&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jul 2017 06:17:26 GMT</pubDate>
    <dc:creator>shiveshsingh</dc:creator>
    <dc:date>2017-07-24T06:17:26Z</dc:date>
    <item>
      <title>how to change all record values</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-change-all-record-values/m-p/1354960#M823398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have two tables for both of tables have common field country but record values for one table shows India another table shows Ind i want to change Ind as India similarly all the country names need to change how it is possible &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/how-to-change-all-record-values/m-p/1354960#M823398</guid>
      <dc:creator>manoj217</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to change all record values</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-change-all-record-values/m-p/1354961#M823399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi manoj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you copy the script here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like you should use a mapping inline table.&lt;/P&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;map_Countries:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;MAPPING&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Country1, CountryName&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Ind, India&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;US, United-States&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Irl, Ireland&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And use it to map Table 2 values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Jul 2017 04:24:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-change-all-record-values/m-p/1354961#M823399</guid>
      <dc:creator>sonkumamon</dc:creator>
      <dc:date>2017-07-23T04:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to change all record values</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-change-all-record-values/m-p/1354962#M823400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create mapping table. Look at ApplyMap function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Jul 2017 06:21:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-change-all-record-values/m-p/1354962#M823400</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2017-07-23T06:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to change all record values</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-change-all-record-values/m-p/1354963#M823401</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 this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; TEST: &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MAPPING&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[COUNTRY, DESC&lt;BR /&gt; IND,INDIA&lt;BR /&gt; JAP,JAPAN&lt;BR /&gt; RUS,RUSSIA]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; COUNTRY:&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('TEST',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;COUNTRY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'NA') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;COUNTRY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CITY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; COUNTRY, CITY&lt;BR /&gt; IND,NEW DELHI&lt;BR /&gt; IND,LUCKNOW&lt;BR /&gt; IND,PUNE&lt;BR /&gt; JAP, TOKYO&lt;BR /&gt; RUS,MOSCOW&lt;BR /&gt; UK,LONDON&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 06:17:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-change-all-record-values/m-p/1354963#M823401</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2017-07-24T06:17:26Z</dc:date>
    </item>
  </channel>
</rss>

