<?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: Loading uniform codes from separate excel sheets in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-uniform-codes-from-separate-excel-sheets/m-p/451380#M1163878</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anirban,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use "where exists" condition to filter data. Example is below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13511445591933206" jivemacro_uid="_13511445591933206"&gt;&lt;P&gt;ExistingCodes:&lt;/P&gt;&lt;P&gt;Load Codes FROM [Excel Data File.xlsx] (ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Load Codes FROM [Excel Data File.xlsx] (ooxml, embedded labels, table is Sheet2);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LoadOnlyExistingCodes:&lt;/P&gt;&lt;P&gt;Load * FROM [Excel Data File.xlsx] (ooxml, embedded labels, table is Sheet3)&lt;/P&gt;&lt;P&gt;Where Exists(Codes);&lt;/P&gt;&lt;/PRE&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>Thu, 25 Oct 2012 05:54:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-25T05:54:37Z</dc:date>
    <item>
      <title>Loading uniform codes from separate excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-uniform-codes-from-separate-excel-sheets/m-p/451379#M1163877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 excel sheets in which i have a large chunk of data. The data is represented by their codes. For the first 2 sheets, i have all those codes which i want for my report but in the third sheet there are many unwanted codes which i don't want. Please suggest me a way, so that i can get only those codes into my script which are there in the first 2 sheets. Pls see the below example for your refence-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;Excel Sheet 1&lt;BR /&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;Excel Sheet 2&lt;BR /&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;Excel Sheet 3&lt;BR /&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;610110&lt;/TD&gt;&lt;TD&gt;610110&lt;/TD&gt;&lt;TD&gt;502312&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;622122&lt;/TD&gt;&lt;TD&gt;622122&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;610110&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;640641&lt;/TD&gt;&lt;TD&gt;640641&lt;/TD&gt;&lt;TD&gt;509876&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;633622&lt;/TD&gt;&lt;TD&gt;633622&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;640641&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;633650&lt;/TD&gt;&lt;TD&gt;633650&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;633622&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want only those codes which are there in the first two sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Anirban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 05:36:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-uniform-codes-from-separate-excel-sheets/m-p/451379#M1163877</guid>
      <dc:creator />
      <dc:date>2012-10-25T05:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Loading uniform codes from separate excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-uniform-codes-from-separate-excel-sheets/m-p/451380#M1163878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anirban,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use "where exists" condition to filter data. Example is below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13511445591933206" jivemacro_uid="_13511445591933206"&gt;&lt;P&gt;ExistingCodes:&lt;/P&gt;&lt;P&gt;Load Codes FROM [Excel Data File.xlsx] (ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Load Codes FROM [Excel Data File.xlsx] (ooxml, embedded labels, table is Sheet2);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LoadOnlyExistingCodes:&lt;/P&gt;&lt;P&gt;Load * FROM [Excel Data File.xlsx] (ooxml, embedded labels, table is Sheet3)&lt;/P&gt;&lt;P&gt;Where Exists(Codes);&lt;/P&gt;&lt;/PRE&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>Thu, 25 Oct 2012 05:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-uniform-codes-from-separate-excel-sheets/m-p/451380#M1163878</guid>
      <dc:creator />
      <dc:date>2012-10-25T05:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Loading uniform codes from separate excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-uniform-codes-from-separate-excel-sheets/m-p/451381#M1163879</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;Many thanks for your quick revert. I just want to give you a detailed explaination of my situtation . These three sheets are for different region ie US, Europe and Asia. Neither the headers , nor the name of the excel sheets are same, as i am downloading this raw data from 3 diffrent website.And i'm loading it under three different tabs in the qlikview. In the first sheet the code is called HTS6, in the second one its HTS_NUM and in the third its HTS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 06:07:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-uniform-codes-from-separate-excel-sheets/m-p/451381#M1163879</guid>
      <dc:creator />
      <dc:date>2012-10-25T06:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Loading uniform codes from separate excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-uniform-codes-from-separate-excel-sheets/m-p/451382#M1163880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there anyway, where i can share those 3 excel sheets over here so that you guys can have a look? I dont see the insert file option. I see only inserting image, video and link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 06:11:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-uniform-codes-from-separate-excel-sheets/m-p/451382#M1163880</guid>
      <dc:creator />
      <dc:date>2012-10-25T06:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Loading uniform codes from separate excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-uniform-codes-from-separate-excel-sheets/m-p/451383#M1163881</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;Click the 'Use advanced editor' option (to the top right of the reply window). The upload option is at the bottom of the advanced editor page&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 06:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-uniform-codes-from-separate-excel-sheets/m-p/451383#M1163881</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-10-25T06:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Loading uniform codes from separate excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-uniform-codes-from-separate-excel-sheets/m-p/451384#M1163882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached are the three files from which i want to load data for each region ie US, Europe and Japan. I want to fix the Japan data in line with the other two regions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 06:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-uniform-codes-from-separate-excel-sheets/m-p/451384#M1163882</guid>
      <dc:creator />
      <dc:date>2012-10-25T06:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Loading uniform codes from separate excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-uniform-codes-from-separate-excel-sheets/m-p/451385#M1163883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any updates fellas???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 10:32:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-uniform-codes-from-separate-excel-sheets/m-p/451385#M1163883</guid>
      <dc:creator />
      <dc:date>2012-10-26T10:32:34Z</dc:date>
    </item>
  </channel>
</rss>

