<?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: Composite Key in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Composite-Key/m-p/534951#M199851</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use in script like below......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FirstName&amp;amp;" "&amp;amp;MiddleName&amp;amp;" "&amp;amp;Last Name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Sep 2013 09:04:13 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2013-09-18T09:04:13Z</dc:date>
    <item>
      <title>Composite Key</title>
      <link>https://community.qlik.com/t5/QlikView/Composite-Key/m-p/534950#M199850</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hv three common keys in three tables (like:ranjit,ram,murali)..then how to create cmoposite keys...can any one hepl me....urgent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!!!&lt;/P&gt;&lt;P&gt;Smiley&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 09:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Composite-Key/m-p/534950#M199850</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2013-09-18T09:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Composite Key</title>
      <link>https://community.qlik.com/t5/QlikView/Composite-Key/m-p/534951#M199851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use in script like below......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FirstName&amp;amp;" "&amp;amp;MiddleName&amp;amp;" "&amp;amp;Last Name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 09:04:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Composite-Key/m-p/534951#M199851</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2013-09-18T09:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Composite Key</title>
      <link>https://community.qlik.com/t5/QlikView/Composite-Key/m-p/534952#M199852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rathnam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Composite key means combination of two or more fields will be used as a key. &lt;/P&gt;&lt;P&gt;For example,&lt;/P&gt;&lt;P&gt;Table A , Table B, consider the relation between the two tables are country, customer and salesperson.&lt;/P&gt;&lt;P&gt;You can create the key as country&amp;amp;'-'&amp;amp;Customer&amp;amp;'-'&amp;amp;Salesperson as KEY.&lt;/P&gt;&lt;P&gt;Sometimes you may need to add the date field also in the key based on the req as well as data modelling.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 09:07:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Composite-Key/m-p/534952#M199852</guid>
      <dc:creator />
      <dc:date>2013-09-18T09:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Composite Key</title>
      <link>https://community.qlik.com/t5/QlikView/Composite-Key/m-p/534953#M199853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;suppose you have three common field like A, B, C are common in Three tables.&lt;/P&gt;&lt;P&gt;then if you want to make composite key then in each table write this code&lt;/P&gt;&lt;P&gt;A &amp;amp; B &amp;amp; C as new_key&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 09:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Composite-Key/m-p/534953#M199853</guid>
      <dc:creator />
      <dc:date>2013-09-18T09:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Composite Key</title>
      <link>https://community.qlik.com/t5/QlikView/Composite-Key/m-p/534954#M199854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create composite key in three tables &lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;fieldName1&amp;amp;'separator'&amp;amp;fieldname2&amp;amp;'separator'&amp;amp;feildname3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example &lt;/P&gt;&lt;P&gt;CusID&amp;amp;'-'&amp;amp;Location&amp;amp;'-'&amp;amp;Postion&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as&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;&amp;nbsp; [Cus_Loc_Pos key]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here the separator is for developer understanding you can use any symbol in that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 09:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Composite-Key/m-p/534954#M199854</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2013-09-18T09:30:15Z</dc:date>
    </item>
  </channel>
</rss>

