<?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 ApplyMap does not return results in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ApplyMap-does-not-return-results/m-p/952475#M327527</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sure that this should be an easy task but for some reason I have troubles to find my error. I want to use a simple ApplyMap function. My code looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pickup_Mapping:&lt;/P&gt;&lt;P&gt;LOAD OUTLET_ID &amp;amp; '-' &amp;amp;&amp;nbsp; PICKUP_ID as OutletPickup, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PickupOutlets.OUTLET_NAME&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[someqvd.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;StateTimes:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SomeColumns1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SomeColumns2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;OUTLET_ID &amp;amp; '-' &amp;amp; PICKUP_ID &lt;SPAN style="font-size: 13.3333px;"&gt;as OutletPickup,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('Pickup_Mapping', OUTLET_ID &amp;amp; '-' &amp;amp; PICKUP_ID) as &lt;SPAN style="font-size: 13.3333px;"&gt;OUTLET_NAME&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[someotherqvd.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Problem is now, that the result of ApplyMap is null for each row, although there should be a match for almost each row. If I look in my table view, the two tables are connected and have a 100% information density and a 92% subset ratio. If I select &lt;SPAN style="font-size: 13.3333px;"&gt;PickupOutlets.OUTLET_NAME the right filters apply on the data from other tables. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not find the problem in my code and I really appreciate your help on this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Claus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Sep 2015 11:46:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-09-15T11:46:45Z</dc:date>
    <item>
      <title>ApplyMap does not return results</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-does-not-return-results/m-p/952475#M327527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sure that this should be an easy task but for some reason I have troubles to find my error. I want to use a simple ApplyMap function. My code looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pickup_Mapping:&lt;/P&gt;&lt;P&gt;LOAD OUTLET_ID &amp;amp; '-' &amp;amp;&amp;nbsp; PICKUP_ID as OutletPickup, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PickupOutlets.OUTLET_NAME&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[someqvd.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;StateTimes:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SomeColumns1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SomeColumns2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;OUTLET_ID &amp;amp; '-' &amp;amp; PICKUP_ID &lt;SPAN style="font-size: 13.3333px;"&gt;as OutletPickup,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('Pickup_Mapping', OUTLET_ID &amp;amp; '-' &amp;amp; PICKUP_ID) as &lt;SPAN style="font-size: 13.3333px;"&gt;OUTLET_NAME&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[someotherqvd.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Problem is now, that the result of ApplyMap is null for each row, although there should be a match for almost each row. If I look in my table view, the two tables are connected and have a 100% information density and a 92% subset ratio. If I select &lt;SPAN style="font-size: 13.3333px;"&gt;PickupOutlets.OUTLET_NAME the right filters apply on the data from other tables. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not find the problem in my code and I really appreciate your help on this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Claus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 11:46:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-does-not-return-results/m-p/952475#M327527</guid>
      <dc:creator />
      <dc:date>2015-09-15T11:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap does not return results</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-does-not-return-results/m-p/952476#M327528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yu should use mapping keyword na&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Pickup_Mapping:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Mapping LOAD OUTLET_ID &amp;amp; '-' &amp;amp;&amp;nbsp; PICKUP_ID as OutletPickup,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PickupOutlets.OUTLET_NAME&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[someqvd.qvd]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 11:48:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-does-not-return-results/m-p/952476#M327528</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2015-09-15T11:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap does not return results</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-does-not-return-results/m-p/952477#M327529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Pickup_Mapping:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;MAPPING&lt;/STRONG&gt; LOAD OUTLET_ID &amp;amp; '-' &amp;amp;&amp;nbsp; PICKUP_ID as OutletPickup,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PickupOutlets.OUTLET_NAME&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;[someqvd.qvd]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 11:50:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-does-not-return-results/m-p/952477#M327529</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-09-15T11:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap does not return results</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap-does-not-return-results/m-p/952478#M327530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how could I not see this. Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 11:51:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap-does-not-return-results/m-p/952478#M327530</guid>
      <dc:creator />
      <dc:date>2015-09-15T11:51:51Z</dc:date>
    </item>
  </channel>
</rss>

