<?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: Joining Condition during QVD files. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Joining-Condition-during-QVD-files/m-p/768140#M1047526</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;take out store command&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Nov 2014 10:24:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-18T10:24:34Z</dc:date>
    <item>
      <title>Joining Condition during QVD files.</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Condition-during-QVD-files/m-p/768133#M1047517</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;I have a TABLE -1 and TABLE -2&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 232px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="129"&gt;&lt;STRONG&gt;Table-1&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="103"&gt;&lt;STRONG&gt;Table-2&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Name&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Date_key&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;ID&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Branch_Key&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;branch_indicator&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Company_key&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Company_indicator&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Party_Key&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create Three QVD's&lt;/P&gt;&lt;P&gt;1. Table2.qvd&lt;/P&gt;&lt;P&gt;2. Table1a.qvd&amp;nbsp; ( This should have condition Branch_Indicator = 'YES')&lt;/P&gt;&lt;P&gt;3.Table1b.qvd (This Should Have condition Company_indictor = 'YES')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will be joining TABLE 1A.PARTY_KEY with TABLE2.BRANCH_KEY&amp;nbsp;&amp;nbsp; and&amp;nbsp;&amp;nbsp; TABLE 1B.PARTY_KEY with TABLE2.COMPANY_KEY.&lt;/P&gt;&lt;P&gt;This is because, on first condition, I need to get the info of Branches alone. And Second condition, I need to get comapany info.&lt;/P&gt;&lt;P&gt;Can any one pls help me with this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 09:39:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Condition-during-QVD-files/m-p/768133#M1047517</guid>
      <dc:creator />
      <dc:date>2014-11-18T09:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Condition during QVD files.</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Condition-during-QVD-files/m-p/768134#M1047519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just&lt;/P&gt;&lt;P&gt;t1:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;from table1&lt;/P&gt;&lt;P&gt;where condition Branch_Indicator = 'YES';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;t2:&lt;/P&gt;&lt;P&gt;from table2&lt;/P&gt;&lt;P&gt;condition Company_indictor = 'YES';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 09:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Condition-during-QVD-files/m-p/768134#M1047519</guid>
      <dc:creator />
      <dc:date>2014-11-18T09:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Condition during QVD files.</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Condition-during-QVD-files/m-p/768135#M1047521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is okay, you can join them simply on the Key you are having in your model or you can use composite key to join them .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 09:43:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Condition-during-QVD-files/m-p/768135#M1047521</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-11-18T09:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Condition during QVD files.</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Condition-during-QVD-files/m-p/768136#M1047522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi manoj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I dont know, how to mention it in QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is how I have my QVD structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALIAS Table_name:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Col1&lt;/P&gt;&lt;P&gt;Col2&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;From "TABLE_NAME";&lt;/P&gt;&lt;P&gt;STORE ALIAS Table_Name into&amp;nbsp; xx.qvd;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 09:49:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Condition-during-QVD-files/m-p/768136#M1047522</guid>
      <dc:creator />
      <dc:date>2014-11-18T09:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Condition during QVD files.</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Condition-during-QVD-files/m-p/768137#M1047523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All joined in one table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID, Branch, Company, Party_Key&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, Yes, AA, 11&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, S, Yes, 22&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, Yes, Yes, 33&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, Yes, Yes, 44&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, Yes, VV, 55&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;Tab1:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date_Key, Branch_Key, Company_Key&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 11, 22&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 33, 33&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 44, 22&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;Party_Key as Branch_Key&lt;/P&gt;&lt;P&gt;,ID as BranchID&lt;/P&gt;&lt;P&gt;Resident Tab Where Branch='Yes';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;Party_Key as Company_Key&lt;/P&gt;&lt;P&gt;,ID as companyID&lt;/P&gt;&lt;P&gt;Resident Tab Where Company='Yes';&lt;/P&gt;&lt;P&gt;DROP Table Tab;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 09:54:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Condition-during-QVD-files/m-p/768137#M1047523</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-11-18T09:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Condition during QVD files.</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Condition-during-QVD-files/m-p/768138#M1047524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;t1:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;col1&lt;/P&gt;&lt;P&gt;col2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sql select *&lt;/P&gt;&lt;P&gt;from ''tablename''&amp;nbsp; \file.qvd&lt;/P&gt;&lt;P&gt;where condition Branch_Indicator = 'YES';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t1:&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;col1&lt;/P&gt;&lt;P&gt;col2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sql select *&lt;/P&gt;&lt;P&gt;from ''tablename''&amp;nbsp; \file.qvd&lt;/P&gt;&lt;P&gt;where condition Company_indictor = 'YES';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 09:56:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Condition-during-QVD-files/m-p/768138#M1047524</guid>
      <dc:creator />
      <dc:date>2014-11-18T09:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Condition during QVD files.</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Condition-during-QVD-files/m-p/768139#M1047525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manoj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting EXECUTION FAILED for the script, which you gave.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written as below :&lt;/P&gt;&lt;P&gt;TABLE:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;col1&lt;/P&gt;&lt;P&gt;col2;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM Table_name;&lt;/P&gt;&lt;P&gt;STORE TABLE into C:\Qlikview\TABLE.qvd&lt;/P&gt;&lt;P&gt;WHERE BRANCH_INDICATOR ='Y';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 10:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Condition-during-QVD-files/m-p/768139#M1047525</guid>
      <dc:creator />
      <dc:date>2014-11-18T10:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Condition during QVD files.</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Condition-during-QVD-files/m-p/768140#M1047526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;take out store command&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 10:24:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Condition-during-QVD-files/m-p/768140#M1047526</guid>
      <dc:creator />
      <dc:date>2014-11-18T10:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Condition during QVD files.</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Condition-during-QVD-files/m-p/768141#M1047527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But, Without that how can I save it as qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I m taking the source from SQL, and saving as QVD. I am just in the process of QVD creation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 10:27:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Condition-during-QVD-files/m-p/768141#M1047527</guid>
      <dc:creator />
      <dc:date>2014-11-18T10:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Condition during QVD files.</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Condition-during-QVD-files/m-p/768142#M1047529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do one thing first create qvd&lt;/P&gt;&lt;P&gt;in down means after store statment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;col1&lt;/P&gt;&lt;P&gt;col2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resident table&amp;nbsp; (here tbale is your tablename,make it if ur table name is table1 then&amp;nbsp; resident table1)&lt;/P&gt;&lt;P&gt;WHERE BRANCH_INDICATOR ='Y';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope u understand if not come again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 10:30:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Condition-during-QVD-files/m-p/768142#M1047529</guid>
      <dc:creator />
      <dc:date>2014-11-18T10:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Condition during QVD files.</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Condition-during-QVD-files/m-p/768143#M1047531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PPP:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;col1&lt;/P&gt;&lt;P&gt;col2;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM Table_name;&lt;/P&gt;&lt;P&gt;STORE PPP into C:\Qlikview\PPP.qvd;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;col1&lt;/P&gt;&lt;P&gt;col2&lt;/P&gt;&lt;P&gt;Resident PPP&lt;/P&gt;&lt;P&gt;where BRANCH_INDICATOR = "Y';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But its throwing an error as Unknown columns. I think its because we are not giving the table name in second session.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 10:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Condition-during-QVD-files/m-p/768143#M1047531</guid>
      <dc:creator />
      <dc:date>2014-11-18T10:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Condition during QVD files.</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Condition-during-QVD-files/m-p/768144#M1047532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manoj.&lt;/P&gt;&lt;P&gt;Got it &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, 18 Nov 2014 10:57:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Condition-during-QVD-files/m-p/768144#M1047532</guid>
      <dc:creator />
      <dc:date>2014-11-18T10:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Condition during QVD files.</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Condition-during-QVD-files/m-p/768145#M1047534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the Reply Sujeet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 12:06:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Condition-during-QVD-files/m-p/768145#M1047534</guid>
      <dc:creator />
      <dc:date>2014-11-18T12:06:32Z</dc:date>
    </item>
  </channel>
</rss>

