<?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 Removing the Synthetic Key which are formed my StartDate and EndDate in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Removing-the-Synthetic-Key-which-are-formed-my-StartDate-and/m-p/235083#M86373</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amars&lt;/P&gt;&lt;P&gt;The application which is there below is the same application which I am working on. Please kindly help me out!&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/forums/t/44172.aspx"&gt;http://community.qlik.com/forums/t/44172.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 May 2011 07:51:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-05-02T07:51:17Z</dc:date>
    <item>
      <title>Removing the Synthetic Key which are formed my StartDate and EndDate</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-the-Synthetic-Key-which-are-formed-my-StartDate-and/m-p/235077#M86367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Can some one please tell me how to remove the Synthetic Keys which is there in the below model becuase of StartDate and EndDate. I tried in few ways but it didn't happen. Can some one please guide me on this please!&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-4197_sourceID:4197" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 09:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-the-Synthetic-Key-which-are-formed-my-StartDate-and/m-p/235077#M86367</guid>
      <dc:creator />
      <dc:date>2011-04-29T09:26:21Z</dc:date>
    </item>
    <item>
      <title>Removing the Synthetic Key which are formed my StartDate and EndDate</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-the-Synthetic-Key-which-are-formed-my-StartDate-and/m-p/235078#M86368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Attitude,&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;StartDate&amp;amp;EndDate as Key1,&lt;/P&gt;&lt;P&gt;StarDate,&lt;/P&gt;&lt;P&gt;EndDate,&lt;/P&gt;&lt;P&gt;A1&lt;/P&gt;&lt;P&gt;from ... ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qualify StartDate, EndDate;&lt;/P&gt;&lt;P&gt;Data-1:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;StartDate&amp;amp;EndDate as Key1,&lt;/P&gt;&lt;P&gt;StartDate,&lt;/P&gt;&lt;P&gt;EndDate,&lt;/P&gt;&lt;P&gt;date&lt;/P&gt;&lt;P&gt;from ....;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Synthetic Key is created because you have 2 equal fields in both tables (Data and Data-1)&lt;/P&gt;&lt;P&gt;Best regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 09:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-the-Synthetic-Key-which-are-formed-my-StartDate-and/m-p/235078#M86368</guid>
      <dc:creator>daveamz</dc:creator>
      <dc:date>2011-04-29T09:45:21Z</dc:date>
    </item>
    <item>
      <title>Removing the Synthetic Key which are formed my StartDate and EndDate</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-the-Synthetic-Key-which-are-formed-my-StartDate-and/m-p/235079#M86369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David&lt;/P&gt;&lt;P&gt;Before getting your suggestion I did the samething only. What I have noticed is now there is no table called as Data-1. Could you please tell me what have done is correct or not. I have given you the script below which I am working on. Please look into it and give some solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Data:&lt;BR /&gt;LOAD A1,&lt;BR /&gt; A2,&lt;BR /&gt; A3,&lt;BR /&gt; A4,&lt;BR /&gt; A5,&lt;BR /&gt; A6,&lt;BR /&gt; A7,&lt;BR /&gt; A8,&lt;BR /&gt; A9,&lt;BR /&gt; A10,&lt;BR /&gt; A11,&lt;BR /&gt; A12,&lt;BR /&gt; A13,&lt;BR /&gt; A14,&lt;BR /&gt; //TimeStamp(A15) as StartDate,&lt;BR /&gt; //TimeStamp(A16) as EndDate,&lt;BR /&gt; date(floor(A15)) as StartDate,&lt;BR /&gt; date(floor(A16)) as EndDate,&lt;BR /&gt; StartDate&amp;amp;EndDate as Key1,&lt;BR /&gt; A17 as StartDate1,&lt;BR /&gt; A18 as EndDate1,&lt;BR /&gt; A19,&lt;BR /&gt; A20&lt;BR /&gt;FROM&lt;BR /&gt;&lt;C&gt;&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;BR /&gt;MinMax:&lt;BR /&gt;LOAD min(StartDate) as MinDate,&lt;BR /&gt; max(EndDate) as MaxDate&lt;BR /&gt;RESIDENT Data&lt;BR /&gt;GROUP by 1;&lt;BR /&gt;LET vMinDate= peek('MinDate');&lt;BR /&gt;LET vMaxDate= peek('MaxDate');&lt;BR /&gt;LET vNoDays = vMaxDate - vMinDate + 1;&lt;BR /&gt;DROP Table MinMax;&lt;BR /&gt;Calendar:&lt;BR /&gt;LOAD *,&lt;BR /&gt; year(date) as Year,&lt;BR /&gt; month(date) as Month,&lt;BR /&gt; week(date) as Week,&lt;BR /&gt; 1 as DVal;&lt;BR /&gt;LOAD DISTINCT&lt;BR /&gt; date('$(vMaxDate)' - recno() + 1) as date&lt;BR /&gt;AUTOGENERATE $(vNoDays);&lt;BR /&gt;IntervalMatch(date)&lt;BR /&gt;LOAD StartDate, EndDate,StartDate&amp;amp;EndDate as Key1 RESIDENT Data;&lt;BR /&gt;&lt;/C&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 11:15:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-the-Synthetic-Key-which-are-formed-my-StartDate-and/m-p/235079#M86369</guid>
      <dc:creator />
      <dc:date>2011-04-29T11:15:32Z</dc:date>
    </item>
    <item>
      <title>Removing the Synthetic Key which are formed my StartDate and EndDate</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-the-Synthetic-Key-which-are-formed-my-StartDate-and/m-p/235080#M86370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Attitude,&lt;/P&gt;&lt;P&gt;try autogenerate with start date and end date...&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 11:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-the-Synthetic-Key-which-are-formed-my-StartDate-and/m-p/235080#M86370</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2011-04-29T11:21:03Z</dc:date>
    </item>
    <item>
      <title>Removing the Synthetic Key which are formed my StartDate and EndDate</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-the-Synthetic-Key-which-are-formed-my-StartDate-and/m-p/235081#M86371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil&lt;/P&gt;&lt;P&gt;I have never done that before! Could you please do the required changes in the above script please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 06:54:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-the-Synthetic-Key-which-are-formed-my-StartDate-and/m-p/235081#M86371</guid>
      <dc:creator />
      <dc:date>2011-05-02T06:54:22Z</dc:date>
    </item>
    <item>
      <title>Removing the Synthetic Key which are formed my StartDate and EndDate</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-the-Synthetic-Key-which-are-formed-my-StartDate-and/m-p/235082#M86372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can make use of Autonumber(StartDate&amp;amp;EndDate) function to avoid the synthetic key. More ever if u have a sample of ur application we can help.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 07:22:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-the-Synthetic-Key-which-are-formed-my-StartDate-and/m-p/235082#M86372</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2011-05-02T07:22:46Z</dc:date>
    </item>
    <item>
      <title>Removing the Synthetic Key which are formed my StartDate and EndDate</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-the-Synthetic-Key-which-are-formed-my-StartDate-and/m-p/235083#M86373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amars&lt;/P&gt;&lt;P&gt;The application which is there below is the same application which I am working on. Please kindly help me out!&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/forums/t/44172.aspx"&gt;http://community.qlik.com/forums/t/44172.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 07:51:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-the-Synthetic-Key-which-are-formed-my-StartDate-and/m-p/235083#M86373</guid>
      <dc:creator />
      <dc:date>2011-05-02T07:51:17Z</dc:date>
    </item>
    <item>
      <title>Removing the Synthetic Key which are formed my StartDate and EndDate</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-the-Synthetic-Key-which-are-formed-my-StartDate-and/m-p/235084#M86374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amaras,&lt;/P&gt;&lt;P&gt;Please check the modified script.&lt;/P&gt;&lt;P&gt;Regards&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>Mon, 02 May 2011 08:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-the-Synthetic-Key-which-are-formed-my-StartDate-and/m-p/235084#M86374</guid>
      <dc:creator>daveamz</dc:creator>
      <dc:date>2011-05-02T08:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Removing the Synthetic Key which are formed my StartDate and EndDate</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-the-Synthetic-Key-which-are-formed-my-StartDate-and/m-p/235085#M86375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Herewith attached is the file. Sorry for replying late but the community was blocked when I was trying to reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 10:52:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-the-Synthetic-Key-which-are-formed-my-StartDate-and/m-p/235085#M86375</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2011-05-10T10:52:51Z</dc:date>
    </item>
    <item>
      <title>Removing the Synthetic Key which are formed my StartDate and EndDate</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-the-Synthetic-Key-which-are-formed-my-StartDate-and/m-p/235086#M86376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Best way to remove the Synthetic Key to qualify the table and unqulify the particular field wich need to be linked. Please correct me if I am unable to understand your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt; skumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 06:13:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-the-Synthetic-Key-which-are-formed-my-StartDate-and/m-p/235086#M86376</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-23T06:13:20Z</dc:date>
    </item>
  </channel>
</rss>

