<?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: Please Urgent in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Please-Urgent/m-p/583880#M216787</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why concatination is better than link table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we use concatination every time rather than link table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vishal Waghole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Jan 2014 05:58:05 GMT</pubDate>
    <dc:creator>VishalWaghole</dc:creator>
    <dc:date>2014-01-31T05:58:05Z</dc:date>
    <item>
      <title>Please Urgent</title>
      <link>https://community.qlik.com/t5/QlikView/Please-Urgent/m-p/583875#M216782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which one is better for performance wise, Link Table or concatenation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Regards,&lt;/P&gt;&lt;P&gt;Vishal Waghple&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 13:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-Urgent/m-p/583875#M216782</guid>
      <dc:creator>VishalWaghole</dc:creator>
      <dc:date>2014-01-29T13:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Please Urgent</title>
      <link>https://community.qlik.com/t5/QlikView/Please-Urgent/m-p/583876#M216783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenation is performance wise good&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 13:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-Urgent/m-p/583876#M216783</guid>
      <dc:creator>kumarnatarajan</dc:creator>
      <dc:date>2014-01-29T13:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Please Urgent</title>
      <link>https://community.qlik.com/t5/QlikView/Please-Urgent/m-p/583877#M216784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;REF : QlikView 11 for Developers....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Dear Vishal,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Finding a balance&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;We have outlined two ways for dealing with multiple fact tables in a data model. If we were&lt;/P&gt;&lt;P&gt;to ask which of these methods is better, we would need to say, again, "it depends." There&lt;/P&gt;&lt;P&gt;is no definite best, and the decision about which to use will depend entirely on the specific&lt;/P&gt;&lt;P&gt;scenario where it has to be implemented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When deciding on data model design, you should always ask yourself if the "structural&lt;/P&gt;&lt;P&gt;asymmetry" we talked about before is something you could accept in your data model, or if&lt;/P&gt;&lt;P&gt;the asymmetry is highly significant and therefore you would prefer to live with the "additional&lt;/P&gt;&lt;P&gt;hop" in the data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choosing between approaches can also impact the application's size. Take a look at both&lt;/P&gt;&lt;P&gt;of the files created using each of the preceding methods and see which one is smaller in&lt;/P&gt;&lt;P&gt;disk size .Can you guess why the link table approach produces a smaller file? It's because&lt;/P&gt;&lt;P&gt;we've taken out some fields from the relatively large fact tables and placed them into a&lt;/P&gt;&lt;P&gt;smaller link table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For QlikView, both of these approaches are OK. They work as they should and there&lt;/P&gt;&lt;P&gt;should not be calculation differences resulting from using them one over the other.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 13:40:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-Urgent/m-p/583877#M216784</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-01-29T13:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Please Urgent</title>
      <link>https://community.qlik.com/t5/QlikView/Please-Urgent/m-p/583878#M216785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Kumar, i would say CONCATENATION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From &lt;STRONG&gt;&lt;SPAN lang="EN-US" style="color: red;"&gt;Doc:&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN style="color: red;"&gt;&lt;STRONG&gt;QlikView Best Practices – Development.pdf&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Helvetica','sans-serif'; font-size: 11pt;"&gt;With SECTION ACCESS: Utilizing a ‘Star Schema’ design for the data model with NO LINK Tables. Link tables hurt performance greatly!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Helvetica','sans-serif'; font-size: 11pt;"&gt;Fabrice&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 13:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-Urgent/m-p/583878#M216785</guid>
      <dc:creator />
      <dc:date>2014-01-29T13:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Please Urgent</title>
      <link>https://community.qlik.com/t5/QlikView/Please-Urgent/m-p/583879#M216786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you could choose, USE CONCATENATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 16:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-Urgent/m-p/583879#M216786</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-01-29T16:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Please Urgent</title>
      <link>https://community.qlik.com/t5/QlikView/Please-Urgent/m-p/583880#M216787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why concatination is better than link table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we use concatination every time rather than link table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vishal Waghole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 05:58:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-Urgent/m-p/583880#M216787</guid>
      <dc:creator>VishalWaghole</dc:creator>
      <dc:date>2014-01-31T05:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Please Urgent</title>
      <link>https://community.qlik.com/t5/QlikView/Please-Urgent/m-p/583881#M216788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;Q.Why concatenation is better than link table?&lt;/P&gt;&lt;P&gt;Ans. Concatenation&amp;nbsp; append the data in one table like join.&lt;/P&gt;&lt;P&gt;so performance of Concatenation is good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q.- Can we use concatenation every time rather than link table?&lt;/P&gt;&lt;P&gt;Ans.- No, it depends upon the data in your table.&lt;/P&gt;&lt;P&gt;through concatenation you merge one table in other table, for this at least one field must be common in both table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;note- link table only display the linking between two table when field are common.&lt;/P&gt;&lt;P&gt;but concatenation join the two table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 06:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-Urgent/m-p/583881#M216788</guid>
      <dc:creator />
      <dc:date>2014-01-31T06:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Please Urgent</title>
      <link>https://community.qlik.com/t5/QlikView/Please-Urgent/m-p/583882#M216789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Concatenation&amp;nbsp; is the best to use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 06:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-Urgent/m-p/583882#M216789</guid>
      <dc:creator />
      <dc:date>2014-01-31T06:19:26Z</dc:date>
    </item>
  </channel>
</rss>

