<?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: IP Source &amp; Destination names - lookup from same table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IP-Source-Destination-names-lookup-from-same-table/m-p/133622#M765045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rename column name in Table1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jul 2018 07:20:39 GMT</pubDate>
    <dc:creator>BalaBhaskar_Qlik</dc:creator>
    <dc:date>2018-07-13T07:20:39Z</dc:date>
    <item>
      <title>IP Source &amp; Destination names - lookup from same table</title>
      <link>https://community.qlik.com/t5/QlikView/IP-Source-Destination-names-lookup-from-same-table/m-p/133619#M765042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a&amp;nbsp; table of IP addresses to IP Names, and a table of&amp;nbsp; srcIP and dest IP addresses, where both source and destination IPs are in the first table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1 -&amp;nbsp; IP Address, IP Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 2 - Source IP,&amp;nbsp;&amp;nbsp; Destination IP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to build a table chart like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;source IP, source name, dest IP, dest Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where both source name and dest name get their values from Table 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's the best way to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IP-Source-Destination-names-lookup-from-same-table/m-p/133619#M765042</guid>
      <dc:creator>exfosteve</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: IP Source &amp; Destination names - lookup from same table</title>
      <link>https://community.qlik.com/t5/QlikView/IP-Source-Destination-names-lookup-from-same-table/m-p/133620#M765043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would use a mapping table in the load script, something similar to below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAP_IP:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Mapping&lt;/P&gt;&lt;P&gt;[IP Addresses],&lt;/P&gt;&lt;P&gt;[IP Names]&lt;/P&gt;&lt;P&gt;from FileName;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IP_Addresses:&lt;/P&gt;&lt;P&gt;Load [Source IP],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('MAP_IP',[Source IP],Null()) as Source_IP_Name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Destination IP],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('MAP_IP',[Destination IP],Null()) as Destination_IP_Name&lt;/P&gt;&lt;P&gt;from FileName;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 22:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IP-Source-Destination-names-lookup-from-same-table/m-p/133620#M765043</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2018-07-11T22:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: IP Source &amp; Destination names - lookup from same table</title>
      <link>https://community.qlik.com/t5/QlikView/IP-Source-Destination-names-lookup-from-same-table/m-p/133621#M765044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&amp;nbsp; I was trying to avoid mapping.&amp;nbsp; I wasn't clear in my original statement.&amp;nbsp; The IP address and name table actually has a lot more entries regarding (address, owner, etc.). I&amp;nbsp; want a key that will link both src and dest IP address in table 2 to all of the ip data content in table one.&amp;nbsp; I basically want to have both src and dest IP share a common key to the ip address in table one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2018 16:19:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IP-Source-Destination-names-lookup-from-same-table/m-p/133621#M765044</guid>
      <dc:creator>exfosteve</dc:creator>
      <dc:date>2018-07-12T16:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: IP Source &amp; Destination names - lookup from same table</title>
      <link>https://community.qlik.com/t5/QlikView/IP-Source-Destination-names-lookup-from-same-table/m-p/133622#M765045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rename column name in Table1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 07:20:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IP-Source-Destination-names-lookup-from-same-table/m-p/133622#M765045</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-07-13T07:20:39Z</dc:date>
    </item>
  </channel>
</rss>

