<?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: Applymap one to many values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Applymap-one-to-many-values/m-p/1629011#M733674</link>
    <description>&lt;P&gt;One way could be to combine your lookup-value with a counter-information but I assume that you don't want really to access a possible n-th value else that it should return all available return-values of a lookup-value. In this case you could just apply an aggregation in the mapping table, like:&lt;/P&gt;&lt;P&gt;m: mapping load LookupValue, concat(ReturnValue, ' &amp;amp; ') from Source group by LookupValue;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Fri, 27 Sep 2019 11:26:07 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2019-09-27T11:26:07Z</dc:date>
    <item>
      <title>Applymap one to many values</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-one-to-many-values/m-p/1628681#M733671</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can we do applymap one to many?&lt;/P&gt;&lt;P&gt;I have 2 columns&amp;nbsp;&lt;/P&gt;&lt;P&gt;Column1 Column2&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ABC&lt;/P&gt;&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; BCD&lt;/P&gt;&lt;P&gt;3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DGE&lt;/P&gt;&lt;P&gt;4&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ABC&lt;/P&gt;&lt;P&gt;5&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;XYZ&lt;/P&gt;&lt;P&gt;As far as I know, apply map takes first available value to map. So in this case it would consider Value 1 from Column1 as ABC &amp;amp; ignore Value 4 for Column2&lt;/P&gt;&lt;P&gt;Can we map both 1 &amp;amp; 4 to ABC?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-one-to-many-values/m-p/1628681#M733671</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2024-11-16T20:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap one to many values</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-one-to-many-values/m-p/1628725#M733672</link>
      <description>&lt;P&gt;Not using applymap. You will need to use join or similar.&lt;/P&gt;&lt;P&gt;Please expand on the scenario a bit more.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 15:59:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-one-to-many-values/m-p/1628725#M733672</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-09-26T15:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap one to many values</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-one-to-many-values/m-p/1628728#M733673</link>
      <description>&lt;P&gt;This is my excel table&lt;/P&gt;&lt;P&gt;Column1 Column2&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ABC&lt;/P&gt;&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; BCD&lt;/P&gt;&lt;P&gt;3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DGE&lt;/P&gt;&lt;P&gt;4&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ABC&lt;/P&gt;&lt;P&gt;5&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;XYZ&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need to map to a Dimension table, not fact table..&lt;/P&gt;&lt;P&gt;In other table I have&amp;nbsp;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Cust1,&lt;/P&gt;&lt;P&gt;Cust2,&lt;/P&gt;&lt;P&gt;Location,&lt;/P&gt;&lt;P&gt;Price,&lt;/P&gt;&lt;P&gt;Column2 and so on...&lt;/P&gt;&lt;P&gt;From .....;&lt;/P&gt;&lt;P&gt;If I do a left join using Column2 from my excel table to Dim table, it won;t be a perfect key or if I do apply map it takes first available value &amp;amp; ignores rest.&lt;/P&gt;&lt;P&gt;Anyhow I did left join &amp;amp; used Column1 but when I select a filter which is related to Column2, say Location..&lt;/P&gt;&lt;P&gt;IF I select location as NY in filter, the tables shows 2 values for ABC which is 1 &amp;amp; 4&lt;/P&gt;&lt;P&gt;But when I select 1, I still get 1 &amp;amp; 4 in my straight table. If I select 4 I get both values.&lt;/P&gt;&lt;P&gt;To adjust this I used if condition but I know there is a better way to do this.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 16:07:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-one-to-many-values/m-p/1628728#M733673</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2019-09-26T16:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap one to many values</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-one-to-many-values/m-p/1629011#M733674</link>
      <description>&lt;P&gt;One way could be to combine your lookup-value with a counter-information but I assume that you don't want really to access a possible n-th value else that it should return all available return-values of a lookup-value. In this case you could just apply an aggregation in the mapping table, like:&lt;/P&gt;&lt;P&gt;m: mapping load LookupValue, concat(ReturnValue, ' &amp;amp; ') from Source group by LookupValue;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 11:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-one-to-many-values/m-p/1629011#M733674</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-09-27T11:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap one to many values</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-one-to-many-values/m-p/1632229#M733675</link>
      <description>&lt;P&gt;About the best I have is a point to the Design Blog area to have a look at the posts there to see if you can find something that may fit your use case there.&amp;nbsp; I am putting the ApplyMap one directly below, but I am providing the base link for you after that where you can do your own searching to see if you can find some other examples on how you might approach things.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Don-t-join-use-Applymap-instead/ba-p/1467592" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Don-t-join-use-Applymap-instead/ba-p/1467592&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;There are at least a few hundred posts out here these days, mostly how-to etc., so hopefully this will be a good resource for you.&amp;nbsp; Sorry I am not more help.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 21:32:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-one-to-many-values/m-p/1632229#M733675</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-10-07T21:32:59Z</dc:date>
    </item>
  </channel>
</rss>

