<?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 Key Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Synthetic-Key-Issue/m-p/289445#M1185337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeepa,&lt;/P&gt;&lt;P&gt;Do this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;TableA:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Invoiceno &amp;amp;'_'&amp;amp; week as InvoiceWeek, //Common Key for TableA and TableB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; invoiceno as TableA_Invoice, // Renamed to Avoid SyntheticKey&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; week as Week //If you want to connect to TableC-&amp;gt; Week field&lt;/P&gt;&lt;P&gt;From TableA;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableB:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Invoiceno &amp;amp;'_'&amp;amp; week as InvoiceWeek, //Common Key for TableA and TableB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; invoiceno as TableB_Invoice, // Renamed to Avoid SyntheticKey&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; week as TableB_Week // If this is changed to Week, it will connect to Week in TableC&lt;/P&gt;&lt;P&gt;From TableB;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableC:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Week // This can be connected to Week in TableA or TableB as wished&lt;/P&gt;&lt;P&gt;From TableC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Sravan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Sep 2011 09:22:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-09-26T09:22:42Z</dc:date>
    <item>
      <title>Synthetic Key Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-Key-Issue/m-p/289444#M1185336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Qlikview9.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my qlikview model I have three tables A, B, C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In A: invoiceno, week&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In B: invoiceno, week&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In C: week&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I will join these three tables it is giving me a synthetic ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest how to avoid it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 09:05:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-Key-Issue/m-p/289444#M1185336</guid>
      <dc:creator />
      <dc:date>2011-09-26T09:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic Key Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-Key-Issue/m-p/289445#M1185337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeepa,&lt;/P&gt;&lt;P&gt;Do this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;TableA:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Invoiceno &amp;amp;'_'&amp;amp; week as InvoiceWeek, //Common Key for TableA and TableB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; invoiceno as TableA_Invoice, // Renamed to Avoid SyntheticKey&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; week as Week //If you want to connect to TableC-&amp;gt; Week field&lt;/P&gt;&lt;P&gt;From TableA;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableB:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Invoiceno &amp;amp;'_'&amp;amp; week as InvoiceWeek, //Common Key for TableA and TableB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; invoiceno as TableB_Invoice, // Renamed to Avoid SyntheticKey&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; week as TableB_Week // If this is changed to Week, it will connect to Week in TableC&lt;/P&gt;&lt;P&gt;From TableB;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableC:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Week // This can be connected to Week in TableA or TableB as wished&lt;/P&gt;&lt;P&gt;From TableC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Sravan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 09:22:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-Key-Issue/m-p/289445#M1185337</guid>
      <dc:creator />
      <dc:date>2011-09-26T09:22:42Z</dc:date>
    </item>
    <item>
      <title>Synthetic Key Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-Key-Issue/m-p/289446#M1185338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try the following&lt;/P&gt;&lt;P&gt;tab1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; load &lt;/P&gt;&lt;P&gt;invoiceno,&lt;/P&gt;&lt;P&gt;week as wek_1&lt;/P&gt;&lt;P&gt;from path&lt;/P&gt;&lt;P&gt;left join(tab1)&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;invoiceno, week&lt;/P&gt;&lt;P&gt;from path&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join(tab1)&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;week&lt;/P&gt;&lt;P&gt;from path&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 09:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-Key-Issue/m-p/289446#M1185338</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-09-26T09:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic Key Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-Key-Issue/m-p/289447#M1185339</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;I think u have to load &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;invoiceno, &lt;/P&gt;&lt;P&gt;week as Tab1_Wk&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt;"&gt;From Table1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt;"&gt;Tab2:&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt;"&gt;Join(Tab1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt;"&gt;Load&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt;"&gt;invoiceno, &lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt;"&gt;week as Tab2_Wk&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt;"&gt;From Tabl2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt;"&gt;Tab3: &lt;/P&gt;&lt;P&gt;Join(Tab1)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;week &lt;/P&gt;&lt;P&gt;From Table3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know about this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 09:35:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-Key-Issue/m-p/289447#M1185339</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-09-26T09:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic Key Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-Key-Issue/m-p/289448#M1185340</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;I think your first two tables are already has same column name so i suggest you join them and third table is connect with your week field so that you get data of that table also.&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;Load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;invoiceno, week&lt;/P&gt;&lt;P&gt;in1,wk1&lt;/P&gt;&lt;P&gt;in2,wk1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab2:&lt;/P&gt;&lt;P&gt;Join(Tab1) &lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;invoiceno, week&lt;/P&gt;&lt;P&gt;in2,wk2&lt;/P&gt;&lt;P&gt;in3,wk2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab3:&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;week&lt;/P&gt;&lt;P&gt;wk3&lt;/P&gt;&lt;P&gt;wk3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attachement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 10:01:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-Key-Issue/m-p/289448#M1185340</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-09-26T10:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic Key Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-Key-Issue/m-p/289449#M1185341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find attached of the qvw file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 10:26:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-Key-Issue/m-p/289449#M1185341</guid>
      <dc:creator />
      <dc:date>2011-09-26T10:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic Key Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-Key-Issue/m-p/289450#M1185342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually TableA and TableB should join by invoice no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And TablceC should join TableA and TableB by week as I have to reference arrange the data by tableC.Week field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 10:30:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-Key-Issue/m-p/289450#M1185342</guid>
      <dc:creator />
      <dc:date>2011-09-26T10:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic Key Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-Key-Issue/m-p/289451#M1185343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;take the attached file and reload &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thankss&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 10:34:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-Key-Issue/m-p/289451#M1185343</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-09-26T10:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic Key Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-Key-Issue/m-p/289452#M1185344</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;See the attache file&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;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 10:49:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-Key-Issue/m-p/289452#M1185344</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-09-26T10:49:09Z</dc:date>
    </item>
    <item>
      <title>Synthetic Key Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-Key-Issue/m-p/289453#M1185345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;anand,&lt;/P&gt;&lt;P&gt; but it still showing synthetic key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u see there is used two join with same table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sandeepa &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you get the proper result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 11:54:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-Key-Issue/m-p/289453#M1185345</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-09-26T11:54:28Z</dc:date>
    </item>
    <item>
      <title>Synthetic Key Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-Key-Issue/m-p/289454#M1185346</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;Thanks, I am not able to reload your file but there is two join for two tables see the codes once&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join(TableA) &lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;Join(TableB)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works correctly&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 12:00:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-Key-Issue/m-p/289454#M1185346</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-09-26T12:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic Key Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-Key-Issue/m-p/289455#M1185347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah. Synthetic key is still showing.. But I managed to get the output. As it is a kinda circular join can't avoid synthetic key...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 12:11:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-Key-Issue/m-p/289455#M1185347</guid>
      <dc:creator />
      <dc:date>2011-09-26T12:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic Key Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-Key-Issue/m-p/289456#M1185348</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;Thanks, Ok great rename that field or delete perticular field i suggest there is more than two fields that are connected to each other or also there is key between then unfortunately you have to delete atleast one field from table which makes circular reference.or you want to keep that field rename it or qualify that field with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qualify Fieldname;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 12:18:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-Key-Issue/m-p/289456#M1185348</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-09-26T12:18:17Z</dc:date>
    </item>
    <item>
      <title>Synthetic Key Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-Key-Issue/m-p/289457#M1185349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sounds good &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;keep it up both of you anand and sandeepa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 12:30:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-Key-Issue/m-p/289457#M1185349</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-09-26T12:30:43Z</dc:date>
    </item>
  </channel>
</rss>

