<?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 table, Composite Key &amp; Model issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Synthetic-table-Composite-Key-Model-issue/m-p/364744#M703808</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One thing i faced was that if you create a table even a temp one whose fields are exactly same as a table which already exists, that step will be skipped. Its as qv cant have mutiple tables with same field names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran Rokkam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jun 2012 16:59:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-22T16:59:37Z</dc:date>
    <item>
      <title>Synthetic table, Composite Key &amp; Model issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-table-Composite-Key-Model-issue/m-p/364743#M703807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qlikperts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem in my model which is bugging me from past a week and half.&lt;/P&gt;&lt;P&gt;I'm working on a data model which is building on already existing model, So what ever i'm doing must not to impact the existing model.&lt;/P&gt;&lt;P&gt;My exisitng model Fact table is a fact built with bunch of tables (7 to &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; by joining them to fact table. when i'm trying to work on a requirement i'm ending up with a synthetic table which is associting with fact table and my new requirement table. Previously also i got synthetic tables and i removed them by using Qualify/Alias/Creating Composite keys. but In this situtation when i'm trying to create a composite key from two exisitng fields in fact table i'm ending up in a infinite loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is an example of it &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fact :&lt;/P&gt;&lt;P&gt;A, // A Coming into fact from Database source&lt;/P&gt;&lt;P&gt;B, // B Coming into fact from External files.&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New_Table:&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C,&lt;/P&gt;&lt;P&gt;D,&lt;/P&gt;&lt;P&gt;A&amp;amp;_&amp;amp;B // I'm creating a composite key in my new requirement table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but to create same composite key in fact and remove synthetic table forming by A &amp;amp; B attributes, I'm creating a temp table and pulling A &amp;amp; B fields from resident table and creating a composite key and again trying to join my Temp table to fact. here is an example how i'm doing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;left join (Fact)&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;A&amp;amp;_&amp;amp;B // composite key&lt;/P&gt;&lt;P&gt;from resident Fact;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but here my code is not breaking and parsing into next steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone have any idea where i'm getting wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all.&lt;/P&gt;&lt;P&gt;Meher.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 15:58:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-table-Composite-Key-Model-issue/m-p/364743#M703807</guid>
      <dc:creator />
      <dc:date>2012-06-22T15:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic table, Composite Key &amp; Model issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-table-Composite-Key-Model-issue/m-p/364744#M703808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One thing i faced was that if you create a table even a temp one whose fields are exactly same as a table which already exists, that step will be skipped. Its as qv cant have mutiple tables with same field names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran Rokkam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 16:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-table-Composite-Key-Model-issue/m-p/364744#M703808</guid>
      <dc:creator />
      <dc:date>2012-06-22T16:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic table, Composite Key &amp; Model issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-table-Composite-Key-Model-issue/m-p/364745#M703809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm joining that temp table to fact which ends up with adding attributes to fact and dropping table.&lt;/P&gt;&lt;P&gt;and sometimes people use alias to use same names for different fields so that qlikview will make associations easily on same name fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;Meher&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 17:29:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-table-Composite-Key-Model-issue/m-p/364745#M703809</guid>
      <dc:creator />
      <dc:date>2012-06-22T17:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic table, Composite Key &amp; Model issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-table-Composite-Key-Model-issue/m-p/364746#M703810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share your script and execution log files?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran Rokkam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 17:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-table-Composite-Key-Model-issue/m-p/364746#M703810</guid>
      <dc:creator />
      <dc:date>2012-06-22T17:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic table, Composite Key &amp; Model issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-table-Composite-Key-Model-issue/m-p/364747#M703811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm afraid to say that i can't provide 'em.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;Meher&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 19:09:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-table-Composite-Key-Model-issue/m-p/364747#M703811</guid>
      <dc:creator />
      <dc:date>2012-06-22T19:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic table, Composite Key &amp; Model issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-table-Composite-Key-Model-issue/m-p/364748#M703812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please share answer if you got it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 12:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-table-Composite-Key-Model-issue/m-p/364748#M703812</guid>
      <dc:creator />
      <dc:date>2014-02-14T12:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic table, Composite Key &amp; Model issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-table-Composite-Key-Model-issue/m-p/364749#M703813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Drop the Temp tables to avoid the synthetic keys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 14:13:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-table-Composite-Key-Model-issue/m-p/364749#M703813</guid>
      <dc:creator />
      <dc:date>2014-02-14T14:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic table, Composite Key &amp; Model issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-table-Composite-Key-Model-issue/m-p/364750#M703814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Why dont you use Autonumberhash256 function?&lt;/P&gt;&lt;P&gt;Autonumberhash256(A,B)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 14:46:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-table-Composite-Key-Model-issue/m-p/364750#M703814</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-19T14:46:45Z</dc:date>
    </item>
  </channel>
</rss>

