<?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: How to join two tables as per below where clause in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-as-per-below-where-clause/m-p/421237#M701315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try somenthing like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13480524120027257" jivemacro_uid="_13480524120027257"&gt;&lt;P&gt;LOAD&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;ORGANIZATION_CODE, &lt;/P&gt;&lt;P&gt;GROSS_WRITTEN_PREMIUM,&lt;/P&gt;&lt;P&gt; DISCOUNT,&lt;/P&gt;&lt;P&gt; OTHER_CHARGES,&lt;/P&gt;&lt;P&gt; GST, COMMISSION1,&lt;/P&gt;&lt;P&gt; COMMISSION2,&lt;/P&gt;&lt;P&gt; NET_WRITTEN_PREMIUM,&lt;/P&gt;&lt;P&gt; TRANSACTION_NUMBER;&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;ORGANIZATION_CODE, GROSS_WRITTEN_PREMIUM, DISCOUNT, OTHER_CHARGES, GST, COMMISSION1, COMMISSION2,&lt;/P&gt;&lt;P&gt; NET_WRITTEN_PREMIUM,&lt;/P&gt;&lt;P&gt; TRANSACTION_NUMBER&lt;/P&gt;&lt;P&gt; FROM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;DIM_ORGANIZATION INNER JOIN FT_PREMIUM_TRANSACTION&amp;nbsp; ON &lt;/P&gt;&lt;P&gt;DIM_ORGANIZATION.ORGANIZATION_KEY = FT_PREMIUM_TRANSACTION.COMPANY_PARTY_KEY;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Sep 2012 11:07:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-09-19T11:07:20Z</dc:date>
    <item>
      <title>How to join two tables as per below where clause</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-as-per-below-where-clause/m-p/421235#M701313</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;I am a newbie in qlikview and quite unaware of qlikview scripting... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me in joining these two tables as per the below sql statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select ORGANIZATION_CODE, GROSS_WRITTEN_PREMIUM, DISCOUNT, OTHER_CHARGES, GST, COMMISSION1, COMMISSION2, NET_WRITTEN_PREMIUM, TRANSACTION_NUMBER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from DIM_ORGANIZATION, FT_PREMIUM_TRANSACTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where DIM_ORGANIZATION.ORGANIZATION_KEY = FT_PREMIUM_TRANSACTION.COMPANY_PARTY_KEY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me its little urgent..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;Kriti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 09:56:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-as-per-below-where-clause/m-p/421235#M701313</guid>
      <dc:creator />
      <dc:date>2012-09-19T09:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to join two tables as per below where clause</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-as-per-below-where-clause/m-p/421236#M701314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also I have prepared separate QVDs for both the tables..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 09:57:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-as-per-below-where-clause/m-p/421236#M701314</guid>
      <dc:creator />
      <dc:date>2012-09-19T09:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to join two tables as per below where clause</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-as-per-below-where-clause/m-p/421237#M701315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try somenthing like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13480524120027257" jivemacro_uid="_13480524120027257"&gt;&lt;P&gt;LOAD&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;ORGANIZATION_CODE, &lt;/P&gt;&lt;P&gt;GROSS_WRITTEN_PREMIUM,&lt;/P&gt;&lt;P&gt; DISCOUNT,&lt;/P&gt;&lt;P&gt; OTHER_CHARGES,&lt;/P&gt;&lt;P&gt; GST, COMMISSION1,&lt;/P&gt;&lt;P&gt; COMMISSION2,&lt;/P&gt;&lt;P&gt; NET_WRITTEN_PREMIUM,&lt;/P&gt;&lt;P&gt; TRANSACTION_NUMBER;&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;ORGANIZATION_CODE, GROSS_WRITTEN_PREMIUM, DISCOUNT, OTHER_CHARGES, GST, COMMISSION1, COMMISSION2,&lt;/P&gt;&lt;P&gt; NET_WRITTEN_PREMIUM,&lt;/P&gt;&lt;P&gt; TRANSACTION_NUMBER&lt;/P&gt;&lt;P&gt; FROM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;DIM_ORGANIZATION INNER JOIN FT_PREMIUM_TRANSACTION&amp;nbsp; ON &lt;/P&gt;&lt;P&gt;DIM_ORGANIZATION.ORGANIZATION_KEY = FT_PREMIUM_TRANSACTION.COMPANY_PARTY_KEY;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 11:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-as-per-below-where-clause/m-p/421237#M701315</guid>
      <dc:creator />
      <dc:date>2012-09-19T11:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to join two tables as per below where clause</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-as-per-below-where-clause/m-p/421238#M701316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Pedro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 12:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-as-per-below-where-clause/m-p/421238#M701316</guid>
      <dc:creator />
      <dc:date>2012-09-19T12:04:55Z</dc:date>
    </item>
  </channel>
</rss>

