<?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: Link  2 fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Link-2-fields/m-p/648074#M1068376</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you have to create a generic key which you can using join(perhaps you are already doing so). See: &lt;A href="https://community.qlik.com/docs/DOC-3451"&gt;Generic keys&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Aug 2014 04:53:44 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-08-26T04:53:44Z</dc:date>
    <item>
      <title>Link  2 fields</title>
      <link>https://community.qlik.com/t5/QlikView/Link-2-fields/m-p/648073#M1068374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 1 field with values as&lt;/P&gt;&lt;P&gt;Fld1 -&amp;gt; &lt;/P&gt;&lt;P&gt;aaa&lt;/P&gt;&lt;P&gt;bbb&lt;/P&gt;&lt;P&gt;ccc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to create another field Fld2&lt;/P&gt;&lt;P&gt;which should have data as&lt;/P&gt;&lt;P&gt;Fld2 -&amp;gt;&lt;/P&gt;&lt;P&gt;ALL&lt;/P&gt;&lt;P&gt;aaa&lt;/P&gt;&lt;P&gt;bbb&lt;/P&gt;&lt;P&gt;ccc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have to join these 2 fields. so that I do selection in fld2 it show corresponding data in fld1 as:&lt;/P&gt;&lt;P&gt;Fld2 -&amp;gt; Fld1&lt;/P&gt;&lt;P&gt;ALL -&amp;gt; aaa&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bbb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ccc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa -&amp;gt; aaa&lt;/P&gt;&lt;P&gt;bbb -&amp;gt; bbb&lt;/P&gt;&lt;P&gt;ccc -&amp;gt; ccc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a script for it as,&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;Fld1, Fld2&lt;/P&gt;&lt;P&gt;aaa, ALL&lt;/P&gt;&lt;P&gt;bbb, ALL&lt;/P&gt;&lt;P&gt;ccc, ALL&lt;/P&gt;&lt;P&gt;aaa, aaa&lt;/P&gt;&lt;P&gt;bbb, bbb,&lt;/P&gt;&lt;P&gt;ccc, ccc ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but need to know is there any other good solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 04:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-2-fields/m-p/648073#M1068374</guid>
      <dc:creator />
      <dc:date>2014-08-26T04:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Link  2 fields</title>
      <link>https://community.qlik.com/t5/QlikView/Link-2-fields/m-p/648074#M1068376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you have to create a generic key which you can using join(perhaps you are already doing so). See: &lt;A href="https://community.qlik.com/docs/DOC-3451"&gt;Generic keys&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 04:53:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-2-fields/m-p/648074#M1068376</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-08-26T04:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Link  2 fields</title>
      <link>https://community.qlik.com/t5/QlikView/Link-2-fields/m-p/648075#M1068378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rupali&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use Generic Key, this will be used for join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generic Keys is a way to define keys between tables in a more general way, so that their values can represent other things than individual key values; they can represent groups of key values or any key value. As an example, you can combine Field 1,&amp;nbsp; Field 2&amp;nbsp; IDs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use generic keys to solve many data modeling problems&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Authorization table with OR-logic between fields&lt;/P&gt;&lt;P&gt;2. Mixed dimensional granularity in a single fact table&lt;/P&gt;&lt;P&gt;3. Multiple fact tables linked using a master link table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 06:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-2-fields/m-p/648075#M1068378</guid>
      <dc:creator />
      <dc:date>2014-08-26T06:02:53Z</dc:date>
    </item>
  </channel>
</rss>

