<?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: Synthetic keys in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Synthetic-keys/m-p/19276#M775695</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;this looks like a double post?&lt;/P&gt;&lt;P&gt;Anyway - if they are not necessary for linking the tables, drop the synthetic keys. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 May 2018 09:15:27 GMT</pubDate>
    <dc:creator>datanibbler</dc:creator>
    <dc:date>2018-05-11T09:15:27Z</dc:date>
    <item>
      <title>Synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-keys/m-p/19275#M775694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have joined two tables based on intervalmatch function&lt;/P&gt;&lt;P&gt;General Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *&lt;BR /&gt;FROM&lt;BR /&gt;[MO_BUN_SUR_SURVEY_VIEW.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sounding Correction:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;BR /&gt;[mo_purch_sounding_correction_view.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inner Join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INTERVALMATCH (SURVEY_DATE,IMO_NO) SELECT SOUNDING_START_DATE,SOUNDING_END_DATE,IMO_NO&lt;/P&gt;&lt;P&gt;resident Sounding Correction;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table is joined but I have one issue:I have one problem that there are 2 synthetic keys created .In 1 table which contains only IMO No and Survey ID and the other synthetic key table which contains all other fields.As I am new to Qlikview is it advisable to drop the other synthetic keys which are not the main keys?&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/Synthetic-keys/m-p/19275#M775694</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-keys/m-p/19276#M775695</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;this looks like a double post?&lt;/P&gt;&lt;P&gt;Anyway - if they are not necessary for linking the tables, drop the synthetic keys. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 09:15:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-keys/m-p/19276#M775695</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2018-05-11T09:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-keys/m-p/19277#M775696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved this problem using qualifiers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;&amp;nbsp; Qualify&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; *;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Unqualify&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SOUNDING_START_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SOUNDING_END_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;IMO_NO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; SoundingCorrections:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;BR /&gt;[mo_purch_sounding_correction_view.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 11:36:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-keys/m-p/19277#M775696</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2018-05-11T11:36:50Z</dc:date>
    </item>
  </channel>
</rss>

