<?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 related problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/synthetic-Key-related-problem/m-p/591849#M219441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have suggested to the client that is not possible still just i was try that really it is possible or not bcz I'm new in qlikview .&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, 03 Mar 2014 10:36:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-03-03T10:36:00Z</dc:date>
    <item>
      <title>synthetic Key related problem</title>
      <link>https://community.qlik.com/t5/QlikView/synthetic-Key-related-problem/m-p/591840#M219432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here as below in both table we have two key { key and Key1} on the basis of two key we want to link both table and should not create the synthetic key . Means both table should be connect with key and Key1.&lt;/P&gt;&lt;P&gt;Is it possible? &lt;/P&gt;&lt;P&gt;Please anyone help me.&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Master:&lt;/P&gt;&lt;P&gt; LOAD USER_ID &amp;amp; DealerCode as key,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER_ID&amp;amp;DealerCode&amp;amp;DealerType as Key1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER_ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USERNAME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DealerCode, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DealerName, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; State, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; City, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DealerType&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;MasterTable.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is master);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//**********************Transaction Table*********************&lt;/P&gt;&lt;P&gt;Transaction:&lt;/P&gt;&lt;P&gt; Left Keep LOAD USER_ID&amp;amp;DealerCode as key,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER_ID&amp;amp;DealerCode&amp;amp;DealerType as Key1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER_ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DealerCode,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DealerType, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(DATE,'DD-MM-YYYY') AS DATE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Quantity, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tax&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Tab1.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 08:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/synthetic-Key-related-problem/m-p/591840#M219432</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-03T08:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: synthetic Key related problem</title>
      <link>https://community.qlik.com/t5/QlikView/synthetic-Key-related-problem/m-p/591841#M219433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use only key1 ...it will automatically act as " key " too...can you post your requirement ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 08:13:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/synthetic-Key-related-problem/m-p/591841#M219433</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2014-03-03T08:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: synthetic Key related problem</title>
      <link>https://community.qlik.com/t5/QlikView/synthetic-Key-related-problem/m-p/591842#M219434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are many ways of avoiding synthetic Key..&lt;/P&gt;&lt;P&gt;i.e.&lt;/P&gt;&lt;P&gt;renaming the keys (this may not work here as you definitely want to keep same field name)&lt;/P&gt;&lt;P&gt;CONCATENATE two tables&lt;/P&gt;&lt;P&gt;Create a LINK Table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 08:13:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/synthetic-Key-related-problem/m-p/591842#M219434</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-03T08:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: synthetic Key related problem</title>
      <link>https://community.qlik.com/t5/QlikView/synthetic-Key-related-problem/m-p/591843#M219435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply here is my actual requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have 4th table in which one is mater and three transactions table .&lt;/P&gt;&lt;P&gt;In master table we have the following field&lt;/P&gt;&lt;P&gt;userid, dealercode, state , region, city, UserName, DealerName &amp;amp; dealerType.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In First transaction table field&lt;/P&gt;&lt;P&gt;userid, dealercode, date and amount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second transaction table field&lt;/P&gt;&lt;P&gt;userid, dealercode, date and quantity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Third transaction table field&lt;/P&gt;&lt;P&gt;userid, dealercode, date, dealerType and Tax &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The condition is 1st and 2nd transaction table should be connect with master table on the basis of userid, dealercode,&lt;/P&gt;&lt;P&gt;Third transaction table should be connect with master table on the basis of userid, dealercode &amp;amp; dealerType&lt;/P&gt;&lt;P&gt;As of client requirement in the data model should be only one master and one transaction table.&lt;/P&gt;&lt;P&gt;avoid the use of join and applymap fuction .&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, 03 Mar 2014 08:28:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/synthetic-Key-related-problem/m-p/591843#M219435</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-03T08:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: synthetic Key related problem</title>
      <link>https://community.qlik.com/t5/QlikView/synthetic-Key-related-problem/m-p/591844#M219436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Best way is to use only Key1 and remove other key.&lt;/P&gt;&lt;P&gt;As key is subset of Key1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 08:44:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/synthetic-Key-related-problem/m-p/591844#M219436</guid>
      <dc:creator />
      <dc:date>2014-03-03T08:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: synthetic Key related problem</title>
      <link>https://community.qlik.com/t5/QlikView/synthetic-Key-related-problem/m-p/591845#M219437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. But the condition is that both key should be use in the linking of both table..&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, 03 Mar 2014 09:32:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/synthetic-Key-related-problem/m-p/591845#M219437</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-03T09:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: synthetic Key related problem</title>
      <link>https://community.qlik.com/t5/QlikView/synthetic-Key-related-problem/m-p/591846#M219438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to your requirement,&lt;/P&gt;&lt;P&gt;It is neither required to use both the keys in transaction table nor left keep or join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Master:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD USER_ID &amp;amp; DealerCode as key,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER_ID&amp;amp;DealerCode&amp;amp;DealerType as Key1,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER_ID,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USERNAME,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DealerCode,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DealerName,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; State,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; City,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DealerType&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MasterTable.xlsx&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is master);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;//**********************Transaction Table*********************&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Transaction1:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD USER_ID&amp;amp;DealerCode as key,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(DATE,'DD-MM-YYYY') AS DATE,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Tab1.qvd&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(qvd);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Transaction2:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD USER_ID&amp;amp;DealerCode as key,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(DATE,'DD-MM-YYYY') AS DATE,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Quantity&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Tab2.qvd&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(qvd);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Transaction3:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;USER_ID&amp;amp;DealerCode&amp;amp;DealerType as Key1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(DATE,'DD-MM-YYYY') AS DATE,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tax&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Tab3.qvd&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(qvd);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Instead of loading Date field thrice check for appropriate transaction table and load it once. Otherwise date field will create SYNTHETIC KEY.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 09:59:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/synthetic-Key-related-problem/m-p/591846#M219438</guid>
      <dc:creator />
      <dc:date>2014-03-03T09:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: synthetic Key related problem</title>
      <link>https://community.qlik.com/t5/QlikView/synthetic-Key-related-problem/m-p/591847#M219439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply . This is the way bt the client requirement is that in the data model should be only one master and one transaction table , and both keys should be there..&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, 03 Mar 2014 10:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/synthetic-Key-related-problem/m-p/591847#M219439</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-03T10:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: synthetic Key related problem</title>
      <link>https://community.qlik.com/t5/QlikView/synthetic-Key-related-problem/m-p/591848#M219440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will have to explain this to your client that both the situations are not possible. They will have to pick only one. &lt;/P&gt;&lt;P&gt;Anyways, it is little weird, your client is interested in data model instead of correct data and accurate results. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/shocked.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 10:18:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/synthetic-Key-related-problem/m-p/591848#M219440</guid>
      <dc:creator />
      <dc:date>2014-03-03T10:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: synthetic Key related problem</title>
      <link>https://community.qlik.com/t5/QlikView/synthetic-Key-related-problem/m-p/591849#M219441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have suggested to the client that is not possible still just i was try that really it is possible or not bcz I'm new in qlikview .&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, 03 Mar 2014 10:36:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/synthetic-Key-related-problem/m-p/591849#M219441</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-03T10:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: synthetic Key related problem</title>
      <link>https://community.qlik.com/t5/QlikView/synthetic-Key-related-problem/m-p/591850#M219442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes i agree with neha ...according to my understanding , your master has one to one data , so for example for every dealer type also there is only one dealer must be there ...so understand the concept...you just conncet thorugh "Key1"(as you did already ) thats it.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 04:24:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/synthetic-Key-related-problem/m-p/591850#M219442</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2014-03-05T04:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: synthetic Key related problem</title>
      <link>https://community.qlik.com/t5/QlikView/synthetic-Key-related-problem/m-p/591851#M219443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please use this to overcome with your problem i make a link table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Transaction1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="font-size: 10.0pt;"&gt;Load&lt;/STRONG&gt; &lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp; userid &amp;amp; ‘_’ &amp;amp; dealercode &amp;amp; ‘_’ &amp;amp; date &lt;STRONG&gt;as&lt;/STRONG&gt; Key1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;amount &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="font-size: 10.0pt;"&gt;FROM&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; Transact1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Transaction2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="font-size: 10.0pt;"&gt;Load&lt;/STRONG&gt; &lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp; userid &amp;amp; ‘_’ &amp;amp; dealercode &amp;amp; ‘_’ &amp;amp; date &lt;STRONG&gt;as&lt;/STRONG&gt; Key2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;quantity &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="font-size: 10.0pt;"&gt;FROM&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; Transact2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Transaction3:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="font-size: 10.0pt;"&gt;Load&lt;/STRONG&gt; &lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp; userid &amp;amp; ‘_’ &amp;amp; dealercode &amp;amp; ‘_’ &amp;amp; date &lt;STRONG&gt;as&lt;/STRONG&gt; Key3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;dealerType,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Tax&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="font-size: 10.0pt;"&gt;FROM&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; Transact3;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;EM style="font-size: 10.0pt;"&gt;LinkTable:&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="font-size: 10.0pt;"&gt;Load DISTINCT&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp; userid &amp;amp; ‘_’ &amp;amp; dealercode &amp;amp; ‘_’ &amp;amp; date &lt;STRONG&gt;as&lt;/STRONG&gt; Key1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;userid &amp;amp; ‘_’ &amp;amp; dealercode &amp;amp; ‘_’ &amp;amp; date &lt;STRONG&gt;as&lt;/STRONG&gt; Key2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp; userid &amp;amp; ‘_’ &amp;amp; dealercode &amp;amp; ‘_’ &amp;amp; date &lt;STRONG&gt;as&lt;/STRONG&gt; Key3, &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp; userid,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; dealercode, &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;date&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="font-size: 10.0pt;"&gt;FROM&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; Transact1;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 10.0pt;"&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;EM style="font-size: 10.0pt;"&gt;LinkTable:&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="font-size: 10.0pt;"&gt;Load DISTINCT&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;userid &amp;amp; ‘_’ &amp;amp; dealercode &amp;amp; ‘_’ &amp;amp; date &lt;STRONG&gt;as&lt;/STRONG&gt; Key1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;userid &amp;amp; ‘_’ &amp;amp; dealercode &amp;amp; ‘_’ &amp;amp; date &lt;STRONG&gt;as&lt;/STRONG&gt; Key2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp; userid &amp;amp; ‘_’ &amp;amp; dealercode &amp;amp; ‘_’ &amp;amp; date &lt;STRONG&gt;as&lt;/STRONG&gt; Key3, &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp; userid,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; dealercode, &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;date&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="font-size: 10.0pt;"&gt;FROM&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; Transact2;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 10.0pt;"&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 10.0pt;"&gt;LinkTable:&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="font-size: 10.0pt;"&gt;Load DISTINCT&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp; userid &amp;amp; ‘_’ &amp;amp; dealercode &amp;amp; ‘_’ &amp;amp; date &lt;STRONG&gt;as&lt;/STRONG&gt; Key1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;userid &amp;amp; ‘_’ &amp;amp; dealercode &amp;amp; ‘_’ &amp;amp; date &lt;STRONG&gt;as&lt;/STRONG&gt; Key2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp; userid &amp;amp; ‘_’ &amp;amp; dealercode &amp;amp; ‘_’ &amp;amp; date &lt;STRONG&gt;as&lt;/STRONG&gt; Key3, &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp; userid,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; dealercode, &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;date&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="font-size: 10.0pt;"&gt;FROM&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; Transact3;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 07:14:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/synthetic-Key-related-problem/m-p/591851#M219443</guid>
      <dc:creator>arsal_90</dc:creator>
      <dc:date>2014-04-16T07:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: synthetic Key related problem</title>
      <link>https://community.qlik.com/t5/QlikView/synthetic-Key-related-problem/m-p/591852#M219444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Concatenation Method&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Transaction1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="font-size: 10.0pt;"&gt;Load&lt;/STRONG&gt; &lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; Userid &amp;amp;’-‘&amp;amp; Dealercode as Key,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; //Userid,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;// Dealercode, &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Date,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Null() as Tax,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Null() as quantity,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;amount &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="font-size: 10.0pt;"&gt;FROM&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; Transact1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Transaction2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="font-size: 10.0pt;"&gt;Load&lt;/STRONG&gt; &lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Userid &amp;amp;’-‘&amp;amp; Dealercode as Key,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;// Userid,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; //Dealercode, &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Date,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Null() as Tax,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Null() as amount,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;quantity &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="font-size: 10.0pt;"&gt;FROM&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; Transact2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Transaction3:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="font-size: 10.0pt;"&gt;Load&lt;/STRONG&gt; &lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Userid &amp;amp;’-‘&amp;amp; Dealercode as Key,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp; //Userid,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;// Dealercode, &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Date,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Tax,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Null() as amount,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Null() as quantity&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;//dealerType&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="font-size: 10.0pt;"&gt;FROM&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; Transact3;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Master:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10.0pt;"&gt;Load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Userid &amp;amp;’-‘&amp;amp; Dealercode as Key,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;EM style="font-size: 10.0pt;"&gt;userid, &lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;EM style="font-size: 10.0pt;"&gt;dealercode, &lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;EM style="font-size: 10.0pt;"&gt;state , &lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;EM style="font-size: 10.0pt;"&gt;region, &lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;EM style="font-size: 10.0pt;"&gt;city, &lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;EM style="font-size: 10.0pt;"&gt;UserName, &lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;EM style="font-size: 10.0pt;"&gt;DealerName ,&lt;/EM&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;EM style="font-size: 10.0pt;"&gt;dealerType From Master;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If still have problem then please share your qvw with dumy data and also output what you want&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 07:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/synthetic-Key-related-problem/m-p/591852#M219444</guid>
      <dc:creator>arsal_90</dc:creator>
      <dc:date>2014-04-16T07:27:39Z</dc:date>
    </item>
  </channel>
</rss>

