<?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 model help question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-model-help-question/m-p/627934#M230691</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After the join, you can drop the entire tables (Expiree_info_Temp and Customer_Info), unless you have records in the right tables with no match in the left tables and you need them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 May 2014 14:09:03 GMT</pubDate>
    <dc:creator>eduardo_sommer</dc:creator>
    <dc:date>2014-05-26T14:09:03Z</dc:date>
    <item>
      <title>Data model help question</title>
      <link>https://community.qlik.com/t5/QlikView/Data-model-help-question/m-p/627931#M230688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i have a data model as per below and i need to do join. How would i avoid sythetic key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;&lt;SPAN style="font-weight: bold; text-decoration: underline; background: yellow;"&gt;Master Customer&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;Master Account No&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11pt;"&gt;Master Account Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="font-weight: bold; text-decoration: underline; background: yellow;"&gt;Customer_Info:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Sub account&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Master Account No&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Name&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Contact&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp; &lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="font-weight: bold; text-decoration: underline; background: yellow;"&gt;Expiree Info Temp:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Sub Account&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Year Exp&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Month Exp&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Day Exp&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp; &lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;End result. I need to merge Expiree Info field into Master Customer. In order to do so I have to:&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Left Join Expiree Info Temp with Customer_info.&amp;nbsp; Drop table Expiree_info_Temp.&lt;/LI&gt;&lt;LI&gt;Left Join Customer_Info (Expiree Info Temp related Fields) into Master Customer.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However when i do this I will have below fields duplicated on 2 tables creating syc key.&lt;/P&gt;&lt;P&gt;Year Exp&lt;/P&gt;&lt;P&gt;Month Exp&lt;/P&gt;&lt;P&gt;Day Exp&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;How can i avoid that. 2 ways i can think of is:&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Rename field when merging it with Master Customer. however this is dupe of fields.&lt;/LI&gt;&lt;LI&gt;Do a final resident load of Customer_info and drop those fields&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder if there is a better way to avoid this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 14:01:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-model-help-question/m-p/627931#M230688</guid>
      <dc:creator />
      <dc:date>2014-05-26T14:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Data model help question</title>
      <link>https://community.qlik.com/t5/QlikView/Data-model-help-question/m-p/627932#M230689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi MD,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may you paste your script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reg&lt;/P&gt;&lt;P&gt;dm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 14:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-model-help-question/m-p/627932#M230689</guid>
      <dc:creator />
      <dc:date>2014-05-26T14:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Data model help question</title>
      <link>https://community.qlik.com/t5/QlikView/Data-model-help-question/m-p/627933#M230690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qualify those three fields&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 14:05:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-model-help-question/m-p/627933#M230690</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-26T14:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Data model help question</title>
      <link>https://community.qlik.com/t5/QlikView/Data-model-help-question/m-p/627934#M230691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After the join, you can drop the entire tables (Expiree_info_Temp and Customer_Info), unless you have records in the right tables with no match in the left tables and you need them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 14:09:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-model-help-question/m-p/627934#M230691</guid>
      <dc:creator>eduardo_sommer</dc:creator>
      <dc:date>2014-05-26T14:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Data model help question</title>
      <link>https://community.qlik.com/t5/QlikView/Data-model-help-question/m-p/627935#M230692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After join with master table, drop fields (Year Exp,Month Exp,Day Exp)&amp;nbsp; from "&lt;SPAN style="color: #3d3d3d; font-family: Calibri; font-size: 15px; font-weight: bold; background-color: #ffff00; text-decoration: underline;"&gt;Customer_Info&lt;/SPAN&gt;" table.&lt;/P&gt;&lt;P&gt;So you can remove synthetic key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 14:10:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-model-help-question/m-p/627935#M230692</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2014-05-26T14:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Data model help question</title>
      <link>https://community.qlik.com/t5/QlikView/Data-model-help-question/m-p/627936#M230693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;If we are doing the Left Join,&amp;nbsp; synthatic keys won't be formed.&amp;nbsp; I have tried to do&amp;nbsp; what you did.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Master_Customer: &lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Master Account No]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Master Account Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Account.xlsx&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; [Master Customer]);&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Left&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Join&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(Master_Customer)&lt;BR /&gt;Customer_Info:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sub account]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Master Account No]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Contact&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;Account.xlsx&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Customer_Info);&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Left&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Join&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(Master_Customer)&lt;BR /&gt;Expiree_Info_Temp:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sub Account]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Year Exp]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Month Exp]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Day Exp]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;Account.xlsx&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; [Expiree Info Temp]); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pradeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 14:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-model-help-question/m-p/627936#M230693</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2014-05-26T14:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Data model help question</title>
      <link>https://community.qlik.com/t5/QlikView/Data-model-help-question/m-p/627937#M230694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and why don't you keepo your model as it is ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to join 2 tables why do you keep both after ?&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 14:11:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-model-help-question/m-p/627937#M230694</guid>
      <dc:creator />
      <dc:date>2014-05-26T14:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data model help question</title>
      <link>https://community.qlik.com/t5/QlikView/Data-model-help-question/m-p/627938#M230695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can go with QUALIFY statement...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 14:34:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-model-help-question/m-p/627938#M230695</guid>
      <dc:creator />
      <dc:date>2014-05-26T14:34:27Z</dc:date>
    </item>
  </channel>
</rss>

