<?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: Data  Modelling in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988221#M964540</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bu arada aklıma gelmişken &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eğer iki tablo arasına NoConcatenate parametresi koyarsanız nurtopu gibi bir sync tablonuz olacaktır...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kolaylıklar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Oct 2015 16:59:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-06T16:59:50Z</dc:date>
    <item>
      <title>Data  Modelling</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988207#M964524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;The answer, given by the book, is made me confused.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Could you please answer this question? and share your ideas.&lt;BR /&gt;&lt;/SPAN&gt;Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;IMG alt="questionn.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100776_questionn.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 15:14:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988207#M964524</guid>
      <dc:creator />
      <dc:date>2015-10-02T15:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Data  Modelling</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988208#M964525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when two tables have exactly the same fields, QlikView autoconcatenates them.&lt;/P&gt;&lt;P&gt;So the above script will result in one table called Employees_US (the 1st one), which will contain records from both tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Answer A is the correct answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 15:26:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988208#M964525</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-10-02T15:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Data  Modelling</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988209#M964526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try with a little script and check the result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Table1:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load * inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Field1, Field2, Field3&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;q,q,q,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Table2:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load * inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Field1, Field2, Field3&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;aq,aq,aq,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 2 tables have the same number and names of the fields Qlik will concatenate the 2 tables&lt;/P&gt;&lt;P&gt;if you don't want this, use noconcatenate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 15:31:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988209#M964526</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-10-02T15:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Data  Modelling</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988210#M964527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just try it with this example code (equivalent to the DBMS script in your example):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Emplyees_US:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD EmployeeID,&lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt; Name,&lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt; Address INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;EmployeeID, Name, Address&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;1, Robert, Main Street&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2, Sara, Fifth Avenue&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;3, Bill, Ocean Drive&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Employees_UK:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD EmployeeID, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Name, A&lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ddress INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;EmployeeID, Name, Address&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;4, Stephen, Manor House&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;5, Steve, High Castle&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;6, Bill, Oxford Road&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Best,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 15:32:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988210#M964527</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-10-02T15:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data  Modelling</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988211#M964528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't done it yet by myself because I haven't a similar use-case but if I some of the recent postings here understand right are there by preceeding loads no auto-concatenating even if the table-structure matched excactly a previous loaded table and therefore it would two tables with the identical fields exists and therefore synthetic keys, too which would lead to answer D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 15:37:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988211#M964528</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-10-02T15:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Data  Modelling</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988212#M964529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The&amp;nbsp; anwser is letter&amp;nbsp; D,because,&amp;nbsp; the&amp;nbsp; both tables&amp;nbsp; share more than one field, with the same name, then Qlikview automatically associates common fields, created a synthetic key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 16:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988212#M964529</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-02T16:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Data  Modelling</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988213#M964530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this on a db, 2 different tables D_DATE and D_DATE_2 and the result is&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;one table a&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;a:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "DATE_KEY", "DATE_ID", TIMESTAMP;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SQL SELECT &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "DATE_KEY", "DATE_ID", TIMESTAMP&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM "IT_ADM"."&lt;STRONG&gt;D DATE&lt;/STRONG&gt;";&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;b:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "DATE_KEY", "DATE_ID", TIMESTAMP;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SQL SELECT &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "DATE_KEY", "DATE_ID", TIMESTAMP&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM "IT_ADM"."&lt;STRONG&gt;D DATE_2&lt;/STRONG&gt;";&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 16:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988213#M964530</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-10-02T16:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Data  Modelling</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988214#M964531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;answer "A" is correct. Because auoconcatenate is applied in both table.&lt;/P&gt;&lt;P&gt;so that it will show first table name is a table name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 18:06:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988214#M964531</guid>
      <dc:creator>maniram23</dc:creator>
      <dc:date>2015-10-02T18:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Data  Modelling</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988215#M964532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cevap A&lt;/P&gt;&lt;P&gt;iki tablonun aynı kolonları olması nedeniyle autoconcatenate yapacaktır.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bu nedenle de iki tablo da tek tablo gibi gözükecek ve ilk tablonun adını alacaktır.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bu &lt;A href="http://www.learnallbi.com/concatenate-and-noconcatenate-in-qlikview-part-1/"&gt;linkten &lt;/A&gt;kolayca fikir sahibi olabilirsiniz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kolaylıklar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 18:20:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988215#M964532</guid>
      <dc:creator />
      <dc:date>2015-10-02T18:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Data  Modelling</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988216#M964533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I adjustment my answer,the correct answer is the letter A as mentioned, Maxgro, Mani Ram and Erhan Polat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 22:31:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988216#M964533</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-02T22:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data  Modelling</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988217#M964534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Erhan Bey, yardımınız için çok teşekkür ederim &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 10:06:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988217#M964534</guid>
      <dc:creator />
      <dc:date>2015-10-06T10:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data  Modelling</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988218#M964535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, the answer is A. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 11:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988218#M964535</guid>
      <dc:creator />
      <dc:date>2015-10-06T11:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Data  Modelling</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988219#M964536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Erhan Bey, peki neden bu üç alanı birbirine bağlayıp birden fazla olduğu için syntetic key oluşturmadı ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 11:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988219#M964536</guid>
      <dc:creator />
      <dc:date>2015-10-06T11:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Data  Modelling</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988220#M964537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Merhaba tekrar,&lt;/P&gt;&lt;P&gt;eğer iki tablonuz dan bir kolon ismi uyuşmuyor olsaydı bu durumda qlikview otomatik olarak bir syntetic key yaratacaktı.&lt;/P&gt;&lt;P&gt;fakat hepsi aynı isimde olduğundan autoconcatenate yapmaktadır.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;syntetic key tablolar. siz özel olarak bir map vermiyorsanız sistem tarafından kendiliğinden oluşan tablolardır. &lt;/P&gt;&lt;P&gt;burada da birbiri ile aynı kolonların foreign key olduğunu düşünmesinden kaynaklanmaktadır. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kolaylıklar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 12:13:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988220#M964537</guid>
      <dc:creator />
      <dc:date>2015-10-06T12:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Data  Modelling</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988221#M964540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bu arada aklıma gelmişken &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eğer iki tablo arasına NoConcatenate parametresi koyarsanız nurtopu gibi bir sync tablonuz olacaktır...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kolaylıklar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 16:59:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/988221#M964540</guid>
      <dc:creator />
      <dc:date>2015-10-06T16:59:50Z</dc:date>
    </item>
  </channel>
</rss>

