<?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 Need to make Primary key in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106521#M898448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm a beginner to qlikview.&amp;nbsp; Have loaded three xlsx file in QVW document, all the three xlsx file have one common field.&lt;/P&gt;&lt;P&gt;However, it is not seen as Primary key.&amp;nbsp; Also, in the Table viewer, fields like '$Syn1', '$Syn3' are showing&lt;/P&gt;&lt;P&gt;How to remove this 'Syn' field and how to make the common field as primary key&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Need to make Primary key</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106521#M898448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm a beginner to qlikview.&amp;nbsp; Have loaded three xlsx file in QVW document, all the three xlsx file have one common field.&lt;/P&gt;&lt;P&gt;However, it is not seen as Primary key.&amp;nbsp; Also, in the Table viewer, fields like '$Syn1', '$Syn3' are showing&lt;/P&gt;&lt;P&gt;How to remove this 'Syn' field and how to make the common field as primary key&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/Need-to-make-Primary-key/m-p/1106521#M898448</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need to make Primary key</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106522#M898449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Qlik, there is no such thing as a "primary key". There are fields and they are related. There is no technical need for something called "primary key".&lt;/P&gt;&lt;P&gt;A relation between two tables is only allowed to be based on one field. If not, Qlik will make Syn(thetic) keys to fix this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 09:38:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106522#M898449</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-07-20T09:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need to make Primary key</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106523#M898450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the update.&amp;nbsp; The data is for two period and it is coming in two separate rows.&amp;nbsp; I need it in a single row for each unique entity e.g. entity ABC should be in one for Period 1 and Period 2.&amp;nbsp; Right now it is coming as ABC Period 1 in first row and ABC Period 2 in second row.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 09:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106523#M898450</guid>
      <dc:creator />
      <dc:date>2016-07-20T09:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Need to make Primary key</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106524#M898451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depending on your data it would probably be best to either join or concatenate 2 of the tables in order to remove the synthetic keys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 09:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106524#M898451</guid>
      <dc:creator>danansell42</dc:creator>
      <dc:date>2016-07-20T09:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need to make Primary key</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106525#M898452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlikview joins the table on the basis of column name. Synthetic keys are created when two or more table have more than one common column name. It slow down the performance of application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to Removed Synthetic keys:&lt;/P&gt;&lt;P&gt;- Renaming a fileds use( As) ex: Customer as %Customer&lt;/P&gt;&lt;P&gt;-comment out unneccesary fields ex: // Customer,&lt;/P&gt;&lt;P&gt;-Concatenating fields to create single composite key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 09:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106525#M898452</guid>
      <dc:creator />
      <dc:date>2016-07-20T09:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need to make Primary key</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106526#M898453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you can do is give each table their own table1ID, table2ID, TableNID.&lt;/P&gt;&lt;P&gt;you can do this by adding this to the script '1' as Table1ID or something similar. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you create a fact table which connects all the tables together.&lt;/P&gt;&lt;P&gt;more info can be found here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qliktips.com/2011/05/rules-for-creating-keylink-table-in.html" title="http://www.qliktips.com/2011/05/rules-for-creating-keylink-table-in.html"&gt;Qlik Tips: Rules for creating a Key/Link Table in QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3119"&gt;Concatenate vs Link Table&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 09:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106526#M898453</guid>
      <dc:creator>jjbom1990</dc:creator>
      <dc:date>2016-07-20T09:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need to make Primary key</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106527#M898454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can remove syn keys with renaming field name or if it is not required comment those fields &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 10:00:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106527#M898454</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-20T10:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need to make Primary key</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106528#M898455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, how do I do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I have posted one more query, how to show records in single row for same entity if the data is for two period&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 10:08:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106528#M898455</guid>
      <dc:creator />
      <dc:date>2016-07-20T10:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need to make Primary key</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106529#M898456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By which field you want to link all excel sheets, make sure that field name must be same in all load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you share sample data than things can be clear more.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 10:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106529#M898456</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2016-07-20T10:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need to make Primary key</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106530#M898457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if the common field has the EXACT same name (no spaces etc.) in your spreadsheet.&amp;nbsp; If not, rename the fields in your load script.&lt;/P&gt;&lt;P&gt;This will prevent QV from creating synthetic keys like '$Syn1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 10:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106530#M898457</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-20T10:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need to make Primary key</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106531#M898458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;To remove synthetic keys you can use qualify to prefix the fieldnames with the in memory table name (i.e. change fieldname company in table A to A.company) therefore making the fields unique in the data model. If you have a field named company in table A &amp;amp; B you would end up with A.company and B.company using qualify statement.&lt;/P&gt;&lt;P&gt;Below is a basic example using quality statements:&lt;/P&gt;&lt;P&gt;Qualify company;&lt;/P&gt;&lt;P&gt;Unqualify uniqueID;&lt;/P&gt;&lt;P&gt;The above would prefix the company field with the table name but leave the uniqueID field unaffected so you could use this to associate between tables.&lt;/P&gt;&lt;P&gt;Hope this is useful to you&amp;nbsp; but you can get more info on Qualify in the forum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 10:14:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106531#M898458</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-20T10:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need to make Primary key</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106532#M898459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Field names are the same in all files&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 10:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106532#M898459</guid>
      <dc:creator />
      <dc:date>2016-07-20T10:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need to make Primary key</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106533#M898460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;things like this are MUCH easier to help with if you SUPPLY an example QVW and sample data files!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 11:49:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106533#M898460</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2016-07-20T11:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need to make Primary key</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106534#M898461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As suggested, have attached sample files&lt;/P&gt;&lt;P&gt;1)&amp;nbsp; 3 xlsx file with one sample data each.&amp;nbsp; Common field being 'ScripCode'&lt;/P&gt;&lt;P&gt;2)&amp;nbsp; QVW file&lt;/P&gt;&lt;P&gt;3)&amp;nbsp; Snap of Table viewer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help to understand the issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 12:13:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106534#M898461</guid>
      <dc:creator />
      <dc:date>2016-07-20T12:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need to make Primary key</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106535#M898462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Post sample data &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 12:15:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106535#M898462</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-20T12:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need to make Primary key</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106536#M898463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope the attached file helps to understand the issue.&amp;nbsp; The common field in xlsx is 'ScripCode'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 12:16:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106536#M898463</guid>
      <dc:creator />
      <dc:date>2016-07-20T12:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Need to make Primary key</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106537#M898464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #666666; font-family: 'Helvetica',sans-serif; font-size: 10.5pt;"&gt;Hi Anil,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: 'Helvetica',sans-serif; font-size: 10.5pt;"&gt;As suggested, have attached sample files&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: 'Helvetica',sans-serif; font-size: 10.5pt;"&gt;1)&amp;nbsp; 3 xlsx file with one sample data each.&amp;nbsp; Common field being 'ScripCode'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: 'Helvetica',sans-serif; font-size: 10.5pt;"&gt;2)&amp;nbsp; QVW file&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: 'Helvetica',sans-serif; font-size: 10.5pt;"&gt;3)&amp;nbsp; Snap of Table viewer&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: 'Helvetica',sans-serif; font-size: 10.5pt;"&gt;Hope this help to understand the issue&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 12:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106537#M898464</guid>
      <dc:creator />
      <dc:date>2016-07-20T12:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Need to make Primary key</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106538#M898465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate BSE14 and BSE16.&lt;/P&gt;&lt;P&gt;Then create composite key as &lt;STRONG&gt;ScripCode&amp;amp;Symbol as Key&lt;/STRONG&gt; in newly created table and ScpMst table.&lt;/P&gt;&lt;P&gt;reanme this field as table.fieldName if required or comment out if not necessary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 13:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106538#M898465</guid>
      <dc:creator />
      <dc:date>2016-07-20T13:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need to make Primary key</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106539#M898466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be as simple as this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;S14:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 10pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;ScripCode&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 10pt;"&gt;//Symbol, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;AvgQtyDec14&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[AvgT/oDec14]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[AvgT/oDec14L]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;AvIn16&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt; S14.xlsx&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; BSE14);&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; S16:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 10pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;ScripCode&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 10pt;"&gt;// Symbol, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;AvgQtyFeb16&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[AvgT/oFeb16]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[AvgT/oFeb16L]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 10pt;"&gt;// AvIn16&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt; S16.xlsx&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; BSE16);&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; SScpmst:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 10pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;ScripCode&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;ISIN&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Symbol&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;ScripGroup&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt; SScpmst.xlsx&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; ScpMst);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Gives:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/131965_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;SPAN style="font-size: 10pt;"&gt;Andy&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 15:40:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-make-Primary-key/m-p/1106539#M898466</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2016-07-20T15:40:18Z</dc:date>
    </item>
  </channel>
</rss>

