<?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: ***Apply Map*** in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/1530966#M747994</link>
    <description>&lt;P&gt;You're only loading the fields [TRUST CODE] and [TRUST NAME] from the TRUSTS.xls file. You don't load an STP field from the source file so you can't use STP in that load statement as a source field.&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jan 2019 12:49:17 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2019-01-16T12:49:17Z</dc:date>
    <item>
      <title>***Apply Map***</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/1530960#M747992</link>
      <description>&lt;P&gt;Afternoon Experts,&lt;/P&gt;&lt;P&gt;Could anyone help me understand why I do get "Field not found error / Field 'STP' not found " from below script.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="stp1.PNG" style="width: 583px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3845iC8482FA2093F0220/image-size/large?v=v2&amp;amp;px=999" role="button" title="stp1.PNG" alt="stp1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/1530960#M747992</guid>
      <dc:creator>solomonadjei</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: ***Apply Map***</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/1530965#M747993</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;PRE&gt;ApplyMap('Table', [TRUST CODE]) as STP&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 Jan 2019 12:49:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/1530965#M747993</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-16T12:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: ***Apply Map***</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/1530966#M747994</link>
      <description>&lt;P&gt;You're only loading the fields [TRUST CODE] and [TRUST NAME] from the TRUSTS.xls file. You don't load an STP field from the source file so you can't use STP in that load statement as a source field.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 12:49:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/1530966#M747994</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2019-01-16T12:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: ***Apply Map***</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/1530986#M747995</link>
      <description>&lt;P&gt;Apply Map will work when you have the filed already in the table you are referring, as your STP filed is not available in the load statement its giving error.&lt;/P&gt;&lt;P&gt;either follow the solution what Sunny had suggested or try below :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;ApplyMap('Table', STP) as STP;&lt;/P&gt;&lt;P&gt;Load&amp;nbsp;&lt;/P&gt;&lt;P&gt;[TRUST CODE]&lt;/P&gt;&lt;P&gt;[TRUST NAME] as STP&lt;/P&gt;&lt;P&gt;from table name;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 12:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/1530986#M747995</guid>
      <dc:creator>punitpopli</dc:creator>
      <dc:date>2019-01-16T12:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: ***Apply Map***</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/1530994#M747996</link>
      <description>Assuming that you want to compare [Trust Name] in both tables and want to populate [stp] for the same you need to use applymap('Table',[TRUST NAME]) AS [stp]&lt;BR /&gt;&lt;BR /&gt;again the mapping table columns need to be in a key -value order. so what ever is the key( the column you need to compare) should be in the first place&lt;BR /&gt;so&lt;BR /&gt;mapping load&lt;BR /&gt;[Trust Name],&lt;BR /&gt;[STP]&lt;BR /&gt;&lt;BR /&gt;from ......&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2019 13:03:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/1530994#M747996</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-01-16T13:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: ***Apply Map***</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/1531181#M747997</link>
      <description>Thanks Gysbert,&lt;BR /&gt;&lt;BR /&gt;Really appreciate your respond. how would you write the script as i have tried all the suggestion and still not working.</description>
      <pubDate>Wed, 16 Jan 2019 16:59:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/1531181#M747997</guid>
      <dc:creator>solomonadjei</dc:creator>
      <dc:date>2019-01-16T16:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: ***Apply Map***</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/1531184#M747998</link>
      <description>Thanks pradosh_thakur ,&lt;BR /&gt;Am still struggling to excecute the script. still not doing what I want.</description>
      <pubDate>Wed, 16 Jan 2019 17:02:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/1531184#M747998</guid>
      <dc:creator>solomonadjei</dc:creator>
      <dc:date>2019-01-16T17:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: ***Apply Map***</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/1531185#M747999</link>
      <description>Many thanks for promt respond. Am still struggling to get it working.</description>
      <pubDate>Wed, 16 Jan 2019 17:03:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/1531185#M747999</guid>
      <dc:creator>solomonadjei</dc:creator>
      <dc:date>2019-01-16T17:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: ***Apply Map***</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/1531348#M748000</link>
      <description>ApplyMap('Table', [TRUST CODE], 'No value found') as STP</description>
      <pubDate>Thu, 17 Jan 2019 06:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/1531348#M748000</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2019-01-17T06:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: ***Apply Map***</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/1531383#M748001</link>
      <description>copy paste the part of the code where u are using applymap. If our solution doesn't work. It will be easier to help you out</description>
      <pubDate>Thu, 17 Jan 2019 08:21:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/1531383#M748001</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-01-17T08:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: ***Apply Map***</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/1531687#M748002</link>
      <description>&lt;P&gt;THANKS &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 16:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/1531687#M748002</guid>
      <dc:creator>solomonadjei</dc:creator>
      <dc:date>2019-01-17T16:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: ***Apply Map***</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/1531688#M748003</link>
      <description>Thanks</description>
      <pubDate>Thu, 17 Jan 2019 16:16:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-Map/m-p/1531688#M748003</guid>
      <dc:creator>solomonadjei</dc:creator>
      <dc:date>2019-01-17T16:16:28Z</dc:date>
    </item>
  </channel>
</rss>

