<?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: what join is most suitable for my data model ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/what-join-is-most-suitable-for-my-data-model/m-p/460047#M171728</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can use left keep.&lt;/P&gt;&lt;P&gt;since with left keep extra table has made,then for this,&lt;/P&gt;&lt;P&gt;example--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab1:&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;from tab1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left keep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab2:&lt;/P&gt;&lt;P&gt;load * &lt;/P&gt;&lt;P&gt;from tab2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;combinedtable:&lt;/P&gt;&lt;P&gt;load * resident tab1;&lt;/P&gt;&lt;P&gt;load * resident tab2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 May 2013 05:06:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-15T05:06:37Z</dc:date>
    <item>
      <title>what join is most suitable for my data model ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-join-is-most-suitable-for-my-data-model/m-p/460046#M171727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i use left keep , it create extra table, make my data model look complication and messy :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left keep (GL_TABLE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load [Reporting Code],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If([Reporting Code]&amp;gt;=1 and [Reporting Code]&amp;lt;=11,'1 REVENUE',&lt;/P&gt;&lt;P&gt;If([Reporting Code]&amp;gt;=20 and [Reporting Code]&amp;lt;=49,'2 COGS',&lt;/P&gt;&lt;P&gt;If([Reporting Code]&amp;gt;=50 and [Reporting Code]&amp;lt;=99,'3 OTH INCOME',&lt;/P&gt;&lt;P&gt;If([Reporting Code]&amp;gt;=100 and [Reporting Code]&amp;lt;=374,'4 Exp',&lt;/P&gt;&lt;P&gt;If([Reporting Code]&amp;gt;=400 and [Reporting Code]&amp;lt;=401,'5 TAX ',&lt;/P&gt;&lt;P&gt;))))) as [NAME_PNL]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resident GL_TABLE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i use left join , it look neat , but i get memory error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (GL_TABLE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If([Reporting Code]&amp;gt;=1 and [Reporting Code]&amp;lt;=11,'1 REVENUE',&lt;/P&gt;&lt;P&gt;If([Reporting Code]&amp;gt;=20 and [Reporting Code]&amp;lt;=49,'2 COGS',&lt;/P&gt;&lt;P&gt;If([Reporting Code]&amp;gt;=50 and [Reporting Code]&amp;lt;=99,'3 OTH INCOME',&lt;/P&gt;&lt;P&gt;If([Reporting Code]&amp;gt;=100 and [Reporting Code]&amp;lt;=374,'4 Exp',&lt;/P&gt;&lt;P&gt;If([Reporting Code]&amp;gt;=400 and [Reporting Code]&amp;lt;=401,'5 TAX ',&lt;/P&gt;&lt;P&gt;))))) as [NAME_PNL]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resident GL_TABLE;&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;Any alternative ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 02:54:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-join-is-most-suitable-for-my-data-model/m-p/460046#M171727</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2013-05-15T02:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: what join is most suitable for my data model ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-join-is-most-suitable-for-my-data-model/m-p/460047#M171728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can use left keep.&lt;/P&gt;&lt;P&gt;since with left keep extra table has made,then for this,&lt;/P&gt;&lt;P&gt;example--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab1:&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;from tab1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left keep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab2:&lt;/P&gt;&lt;P&gt;load * &lt;/P&gt;&lt;P&gt;from tab2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;combinedtable:&lt;/P&gt;&lt;P&gt;load * resident tab1;&lt;/P&gt;&lt;P&gt;load * resident tab2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 05:06:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-join-is-most-suitable-for-my-data-model/m-p/460047#M171728</guid>
      <dc:creator />
      <dc:date>2013-05-15T05:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: what join is most suitable for my data model ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-join-is-most-suitable-for-my-data-model/m-p/460048#M171729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if&amp;nbsp; using left keep &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;it create extra table, make my data model look complication and messy&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;then try to use concatenate but use of that it append the rows if duplicate records there&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;and try to use rangeonly function before if statement&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;load [Reporting Code],&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt; rangeonly( If([Reporting Code]&amp;gt;=1 and [Reporting Code]&amp;lt;=11,'1 REVENUE',&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;rangeonly(&lt;/SPAN&gt;If([Reporting Code]&amp;gt;=20 and [Reporting Code]&amp;lt;=49,'2 COGS',&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;rangeonly(&lt;/SPAN&gt;If([Reporting Code]&amp;gt;=50 and [Reporting Code]&amp;lt;=99,'3 OTH INCOME',&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;rangeonly(&lt;/SPAN&gt;If([Reporting Code]&amp;gt;=100 and [Reporting Code]&amp;lt;=374,'4 Exp',&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;rangeonly(&lt;/SPAN&gt;If([Reporting Code]&amp;gt;=400 and [Reporting Code]&amp;lt;=401,'5 TAX ',&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;))))) )))))as [NAME_PNL]&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;hope it helps&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 05:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-join-is-most-suitable-for-my-data-model/m-p/460048#M171729</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-05-15T05:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: what join is most suitable for my data model ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-join-is-most-suitable-for-my-data-model/m-p/460049#M171730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for both your help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I keep reading the reply, it look very simple , when i want to start , but don't know how to start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you can advise me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 10:44:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-join-is-most-suitable-for-my-data-model/m-p/460049#M171730</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2013-05-15T10:44:04Z</dc:date>
    </item>
  </channel>
</rss>

