<?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 How to get values using lookup Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-values-using-lookup-Table/m-p/950662#M950494</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have Look up table as follow:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108060_1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I have to Populate the Product Values in Relate table using Lookup:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/108061_2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Please suggest solution regarding this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Dec 2015 07:39:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-12-04T07:39:09Z</dc:date>
    <item>
      <title>How to get values using lookup Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-using-lookup-Table/m-p/950662#M950494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have Look up table as follow:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108060_1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I have to Populate the Product Values in Relate table using Lookup:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/108061_2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Please suggest solution regarding this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 07:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-using-lookup-Table/m-p/950662#M950494</guid>
      <dc:creator />
      <dc:date>2015-12-04T07:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to get values using lookup Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-using-lookup-Table/m-p/950663#M950495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look into MapSubString() function:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/sense/2.0/en-US/online/#../Subsystems/Hub/Content/Scripting/MappingFunctions/MapSubstring.htm?Highlight=mapsubstring" title="http://help.qlik.com/sense/2.0/en-US/online/#../Subsystems/Hub/Content/Scripting/MappingFunctions/MapSubstring.htm?Highlight=mapsubstring"&gt;http://help.qlik.com/sense/2.0/en-US/online/#../Subsystems/Hub/Content/Scripting/MappingFunctions/MapSubstring.htm?Highl…&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is from Qlik Sense help, but should work the same way in QlikView&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 17:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-using-lookup-Table/m-p/950663#M950495</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-04T17:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to get values using lookup Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-using-lookup-Table/m-p/950664#M950496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mapping:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mapping&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOOKUP, PRODUCT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1, P1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2, P2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3, P3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD IDs,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; MapSubString('Mapping', IDs) as Product;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IDs&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1,2,3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1,2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2,3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;] (delimiter is |);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108127_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 17:03:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-using-lookup-Table/m-p/950664#M950496</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-04T17:03:40Z</dc:date>
    </item>
  </channel>
</rss>

