<?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: Hi,how to create the link between the two fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hi-how-to-create-the-link-between-the-two-fields/m-p/1376852#M814872</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no absolute truth that tells you when to use applymap or joins. You should always try what you think is best. &lt;SPAN style="font-size: 10pt;"&gt;It depends on how much data you want to combine. &lt;/SPAN&gt;A Join is very flexible but takes away memory resources like anything. Mapping tables are extremely fast but for smaller data sets it doesn't matter.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Tyr to Avoid JOINs especially on large data sets. &lt;/SPAN&gt;Use Applymap() for conversions and translations of single fields, or multiple Mapping tables for multiple fields in large data sets &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But many a times developers tend to prefer applymap to any JOIN simply because of its efficiency&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Sep 2017 19:51:25 GMT</pubDate>
    <dc:creator>mjayachandran</dc:creator>
    <dc:date>2017-09-19T19:51:25Z</dc:date>
    <item>
      <title>Hi,how to create the link between the two fields</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-how-to-create-the-link-between-the-two-fields/m-p/1376845#M814865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i am having the column Report To in Employee table and Report Id&amp;nbsp; and Report Name in Reporting Table :&lt;/P&gt;&lt;P&gt;For Example&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Employee Table :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Employee,Report To&lt;/P&gt;&lt;P&gt;abc&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20&lt;/P&gt;&lt;P&gt;asd&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&amp;nbsp;&amp;nbsp; 30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reporting Table&lt;/P&gt;&lt;P&gt;Report ID, Report Name.&lt;/P&gt;&lt;P&gt;20&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&amp;nbsp;&amp;nbsp; manager&lt;/P&gt;&lt;P&gt;30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&amp;nbsp;&amp;nbsp; Account&lt;/P&gt;&lt;P&gt;i have created Row No for both the table as a key field &lt;/P&gt;&lt;P&gt;if i select Account it is not displaying the list of employee reporting to Him.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me out &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expected Output&lt;/P&gt;&lt;P&gt;Employee,Report to,Report Name&lt;/P&gt;&lt;P&gt;ABC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,20&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,Manager&lt;/P&gt;&lt;P&gt;ACD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,Account&lt;/P&gt;&lt;P&gt;ABD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&lt;SPAN style="font-size: 13.3333px;"&gt;Account&lt;/SPAN&gt;&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/Hi-how-to-create-the-link-between-the-two-fields/m-p/1376845#M814865</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hi,how to create the link between the two fields</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-how-to-create-the-link-between-the-two-fields/m-p/1376846#M814866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you may try this.&lt;/P&gt;&lt;P&gt;Employee:&lt;/P&gt;&lt;P&gt;Load Employee, [Report To] as [Report ID] from &amp;lt;Employee Table&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Report:&lt;/P&gt;&lt;P&gt;Load [Report ID], [Report Name] from &amp;lt;Report Table&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can use apply map to load respective Report Names from Report table to Employee table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 18:11:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-how-to-create-the-link-between-the-two-fields/m-p/1376846#M814866</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2017-09-19T18:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Hi,how to create the link between the two fields</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-how-to-create-the-link-between-the-two-fields/m-p/1376847#M814867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After applying your condition the Reporter name displaying first and Employee name is blank&lt;/P&gt;&lt;P&gt;please see the attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 18:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-how-to-create-the-link-between-the-two-fields/m-p/1376847#M814867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-19T18:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Hi,how to create the link between the two fields</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-how-to-create-the-link-between-the-two-fields/m-p/1376848#M814868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for mapping load we should only have two fields ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in reporting table i am having row no,reporter id,reporter name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do the needful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 18:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-how-to-create-the-link-between-the-two-fields/m-p/1376848#M814868</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-19T18:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hi,how to create the link between the two fields</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-how-to-create-the-link-between-the-two-fields/m-p/1376849#M814869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this what you are looking for ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;EmployeeTable:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Employee&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Report To]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Report ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Employee,Report To&lt;BR /&gt; abc,20&lt;BR /&gt; asd,30&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inner&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;join&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(EmployeeTable)&lt;BR /&gt; ReportingTable:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Report ID, Report Name&lt;BR /&gt; 20, manager&lt;BR /&gt; 30, Account&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/177107_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 19:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-how-to-create-the-link-between-the-two-fields/m-p/1376849#M814869</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2017-09-19T19:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hi,how to create the link between the two fields</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-how-to-create-the-link-between-the-two-fields/m-p/1376850#M814870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can remove the rowno() from the Reporting table if you want to use the mapping load.&lt;/P&gt;&lt;P&gt;in that way you can load Report Name based on matching Report ID to your Employee table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible for you to share sample/scrambled application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 19:08:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-how-to-create-the-link-between-the-two-fields/m-p/1376850#M814870</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2017-09-19T19:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hi,how to create the link between the two fields</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-how-to-create-the-link-between-the-two-fields/m-p/1376851#M814871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/sudeepkm"&gt;sudeepkm&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hi ,it is working Fine with the Apply Map after removing Rowno() function in Reporting Table.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/trdandamudi"&gt;trdandamudi&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IT is working Fine With Inner Join Also&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;kindly advice me,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Performance wise which one is better appymap() or Innerjoin()&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 19:27:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-how-to-create-the-link-between-the-two-fields/m-p/1376851#M814871</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-19T19:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hi,how to create the link between the two fields</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-how-to-create-the-link-between-the-two-fields/m-p/1376852#M814872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no absolute truth that tells you when to use applymap or joins. You should always try what you think is best. &lt;SPAN style="font-size: 10pt;"&gt;It depends on how much data you want to combine. &lt;/SPAN&gt;A Join is very flexible but takes away memory resources like anything. Mapping tables are extremely fast but for smaller data sets it doesn't matter.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Tyr to Avoid JOINs especially on large data sets. &lt;/SPAN&gt;Use Applymap() for conversions and translations of single fields, or multiple Mapping tables for multiple fields in large data sets &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But many a times developers tend to prefer applymap to any JOIN simply because of its efficiency&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 19:51:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-how-to-create-the-link-between-the-two-fields/m-p/1376852#M814872</guid>
      <dc:creator>mjayachandran</dc:creator>
      <dc:date>2017-09-19T19:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Hi,how to create the link between the two fields</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-how-to-create-the-link-between-the-two-fields/m-p/1376853#M814873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for Explanation Mahesh. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 20:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-how-to-create-the-link-between-the-two-fields/m-p/1376853#M814873</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-19T20:13:55Z</dc:date>
    </item>
  </channel>
</rss>

