<?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: Mapping, ApplyMap or MapSubstring ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Mapping-ApplyMap-or-MapSubstring/m-p/1563160#M699852</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;U Can preform Mapping load as its&amp;nbsp; faster than join&lt;/P&gt;&lt;P&gt;CorrectData:&lt;/P&gt;&lt;P&gt;Mapping LOAD&lt;BR /&gt;NAME,&lt;BR /&gt;AGE INLINE [&lt;BR /&gt;NAME, AGE&lt;BR /&gt;BILL, 55&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Data:&lt;BR /&gt;Load ApplyMap('CorrectData',NAME,AGE) AS CorrectAge,&lt;BR /&gt;NAME;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;NAME, AGE&lt;BR /&gt;JOHN, 20&lt;BR /&gt;BILL, 25&lt;BR /&gt;PAUL, 30&lt;BR /&gt;];&lt;/P&gt;</description>
    <pubDate>Sun, 31 Mar 2019 07:55:35 GMT</pubDate>
    <dc:creator>alis2063</dc:creator>
    <dc:date>2019-03-31T07:55:35Z</dc:date>
    <item>
      <title>Mapping, ApplyMap or MapSubstring ?</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-ApplyMap-or-MapSubstring/m-p/413751#M699844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m with a doubt about a "fiel update".&lt;/P&gt;&lt;P&gt;For example, I have a table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;AGES:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt;[&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME, AGE&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JOHN, 20&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BILL, 25&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PAUL, 30&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;CORRECT:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt;[&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME, AGE&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BILL, 55&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As result, I want this:&lt;/P&gt;&lt;P&gt;NAME, AGE&lt;/P&gt;&lt;P&gt;JOHN, 20&lt;/P&gt;&lt;P&gt;BILL, 55&lt;/P&gt;&lt;P&gt;PAUL, 30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What better way to do this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regars,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 15:05:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-ApplyMap-or-MapSubstring/m-p/413751#M699844</guid>
      <dc:creator />
      <dc:date>2012-12-06T15:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping, ApplyMap or MapSubstring ?</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-ApplyMap-or-MapSubstring/m-p/413752#M699845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just one of multiple ways to do this. Add the following to the end of your script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CORRECTED_AGES:&lt;/P&gt;&lt;P&gt;LOAD * RESIDENT CORRECT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE (CORRECTED_AGES)&lt;/P&gt;&lt;P&gt;LOAD * RESIDENT AGES&lt;/P&gt;&lt;P&gt;WHERE NOT EXISTS(NAME);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table AGES;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RENAME Table CORRECTED_AGES TO AGES;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 15:11:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-ApplyMap-or-MapSubstring/m-p/413752#M699845</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2012-12-06T15:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping, ApplyMap or MapSubstring ?</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-ApplyMap-or-MapSubstring/m-p/413753#M699846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can´t use Resident in this case because I have millions rows.&lt;/P&gt;&lt;P&gt;For this i need a function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 15:15:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-ApplyMap-or-MapSubstring/m-p/413753#M699846</guid>
      <dc:creator />
      <dc:date>2012-12-06T15:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping, ApplyMap or MapSubstring ?</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-ApplyMap-or-MapSubstring/m-p/413754#M699847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can´t use Resident in this case because I have millions rows.&lt;/P&gt;&lt;P&gt;For this i need a function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 15:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-ApplyMap-or-MapSubstring/m-p/413754#M699847</guid>
      <dc:creator />
      <dc:date>2012-12-06T15:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping, ApplyMap or MapSubstring ?</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-ApplyMap-or-MapSubstring/m-p/413755#M699848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Applymap is your friend here I think:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;CORRECT:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;Mapping LOAD&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt;[&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME, AGE&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BILL, 55&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;AGES:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;LOAD NAME, applymap('CORRECT',NAME,AGE) as AGE;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 9pt;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: maroon; font-size: 9pt;"&gt;[&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME, AGE&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JOHN, 20&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BILL, 25&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PAUL, 30&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 15:30:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-ApplyMap-or-MapSubstring/m-p/413755#M699848</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-12-06T15:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping, ApplyMap or MapSubstring ?</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-ApplyMap-or-MapSubstring/m-p/413756#M699849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice one indeed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 15:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-ApplyMap-or-MapSubstring/m-p/413756#M699849</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2012-12-06T15:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping, ApplyMap or MapSubstring ?</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-ApplyMap-or-MapSubstring/m-p/413757#M699850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now its my friend hahaha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 15:37:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-ApplyMap-or-MapSubstring/m-p/413757#M699850</guid>
      <dc:creator />
      <dc:date>2012-12-06T15:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping, ApplyMap or MapSubstring ?</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-ApplyMap-or-MapSubstring/m-p/413758#M699851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a bonus: keep in mind that a PRECEDING LOAD uses resident tables as well. They're just not that visible.&lt;/P&gt;&lt;P&gt;As a 2nd bonus: ApplyMap is &lt;EM&gt;way faster &lt;/EM&gt;than exists(), especially with lots of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 15:40:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-ApplyMap-or-MapSubstring/m-p/413758#M699851</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2012-12-06T15:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping, ApplyMap or MapSubstring ?</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-ApplyMap-or-MapSubstring/m-p/1563160#M699852</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;U Can preform Mapping load as its&amp;nbsp; faster than join&lt;/P&gt;&lt;P&gt;CorrectData:&lt;/P&gt;&lt;P&gt;Mapping LOAD&lt;BR /&gt;NAME,&lt;BR /&gt;AGE INLINE [&lt;BR /&gt;NAME, AGE&lt;BR /&gt;BILL, 55&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Data:&lt;BR /&gt;Load ApplyMap('CorrectData',NAME,AGE) AS CorrectAge,&lt;BR /&gt;NAME;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;NAME, AGE&lt;BR /&gt;JOHN, 20&lt;BR /&gt;BILL, 25&lt;BR /&gt;PAUL, 30&lt;BR /&gt;];&lt;/P&gt;</description>
      <pubDate>Sun, 31 Mar 2019 07:55:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-ApplyMap-or-MapSubstring/m-p/1563160#M699852</guid>
      <dc:creator>alis2063</dc:creator>
      <dc:date>2019-03-31T07:55:35Z</dc:date>
    </item>
  </channel>
</rss>

