<?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 How to Perform my .qvw in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Perform-my-qvw/m-p/1314917#M617541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have a hard work to do, i need improve my .qvw files, decrease them ,remove the synthetic key, among other things&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; One thing i realized , and i don't know how to resolve is synthetic key...Some table are linked a other by two field, and if i dont make a left/right join a synthetic key is created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I dont wanna do left join because It takes too long to update, and concatenate make a &lt;SPAN style="font-size: 13.3333px;"&gt;synthetic key....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Anyone can tell me how i can remove &lt;SPAN style="font-size: 13.3333px;"&gt;synthetic key without get worse my code?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Some good pratic...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I have a lot .qvw to analyze,&amp;nbsp; And I know that there's a way I can reduce a lot of processing and memory...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 May 2017 19:24:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-05-22T19:24:56Z</dc:date>
    <item>
      <title>How to Perform my .qvw</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Perform-my-qvw/m-p/1314917#M617541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have a hard work to do, i need improve my .qvw files, decrease them ,remove the synthetic key, among other things&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; One thing i realized , and i don't know how to resolve is synthetic key...Some table are linked a other by two field, and if i dont make a left/right join a synthetic key is created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I dont wanna do left join because It takes too long to update, and concatenate make a &lt;SPAN style="font-size: 13.3333px;"&gt;synthetic key....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Anyone can tell me how i can remove &lt;SPAN style="font-size: 13.3333px;"&gt;synthetic key without get worse my code?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Some good pratic...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I have a lot .qvw to analyze,&amp;nbsp; And I know that there's a way I can reduce a lot of processing and memory...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 19:24:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Perform-my-qvw/m-p/1314917#M617541</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-22T19:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Perform my .qvw</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Perform-my-qvw/m-p/1314918#M617542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest you to read relevant information here on link table. Didn't understand how concatenation is causing synthetic key. It would be great if you can share your data model. See some links for your reference&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/642696"&gt;Re: What is link table?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 19:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Perform-my-qvw/m-p/1314918#M617542</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2017-05-22T19:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to Perform my .qvw</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Perform-my-qvw/m-p/1314919#M617543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Removing synthetic keys is often easy to accomplish. The easiest solution is to create composite keys by concatenating all key fields into a single new field (please do use a separator character like '-' or '|' between field values) and either renaming or removing the original fields altogether.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That last action may pose a problem, as keys linking multiple fact tables may be easy to create, but many times none of the fact tables contain all key values and their related information. A solution for this could be to concatenate fact tables together, or create a Link Table with all composite key field values, and a few dimension tables that contain the corresponding details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 20:01:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Perform-my-qvw/m-p/1314919#M617543</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-05-22T20:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Perform my .qvw</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Perform-my-qvw/m-p/1314920#M617544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you can see the most liked discussion on Synthetic key issues &lt;A href="https://community.qlik.com/message/10279"&gt;Should We Stop Worrying and Love the Synthetic Key?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2017 03:54:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Perform-my-qvw/m-p/1314920#M617544</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2017-05-23T03:54:36Z</dc:date>
    </item>
  </channel>
</rss>

