<?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 Product name from excel spreadsheet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Product-name-from-excel-spreadsheet/m-p/278394#M103662</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have excel file with 5 sheets. The sheet name contains product name. Each sheet has CustNo (customer number) that is uniq field across all the sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One customer can exist in multiple products sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i create a Product table in Qlikview that will list all its associated customers based on CustNo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Feb 2012 16:10:27 GMT</pubDate>
    <dc:creator>userid128223</dc:creator>
    <dc:date>2012-02-13T16:10:27Z</dc:date>
    <item>
      <title>Product name from excel spreadsheet</title>
      <link>https://community.qlik.com/t5/QlikView/Product-name-from-excel-spreadsheet/m-p/278394#M103662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have excel file with 5 sheets. The sheet name contains product name. Each sheet has CustNo (customer number) that is uniq field across all the sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One customer can exist in multiple products sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i create a Product table in Qlikview that will list all its associated customers based on CustNo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2012 16:10:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Product-name-from-excel-spreadsheet/m-p/278394#M103662</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2012-02-13T16:10:27Z</dc:date>
    </item>
    <item>
      <title>Product name from excel spreadsheet</title>
      <link>https://community.qlik.com/t5/QlikView/Product-name-from-excel-spreadsheet/m-p/278395#M103663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post an example of Excel Tables and Expected Result? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2012 16:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Product-name-from-excel-spreadsheet/m-p/278395#M103663</guid>
      <dc:creator />
      <dc:date>2012-02-13T16:26:31Z</dc:date>
    </item>
    <item>
      <title>Product name from excel spreadsheet</title>
      <link>https://community.qlik.com/t5/QlikView/Product-name-from-excel-spreadsheet/m-p/278396#M103664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excel Spreadsheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 Worksheet name=Products&lt;/P&gt;&lt;P&gt;Sheet1 name=productA, &lt;/P&gt;&lt;P&gt;Sheet2 name =productB, &lt;/P&gt;&lt;P&gt;Sheet3 name=productC&lt;/P&gt;&lt;P&gt;Sheet4 name=productD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside each sheet's (productA,B,C,D) there contains Customers. their name, add etc. One customer can be part of different products. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can QV show customer by products. so if I select ProductA, QV list all the Customer and fileds associated with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2012 16:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Product-name-from-excel-spreadsheet/m-p/278396#M103664</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2012-02-13T16:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Product name from excel spreadsheet</title>
      <link>https://community.qlik.com/t5/QlikView/Product-name-from-excel-spreadsheet/m-p/278397#M103665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For this first you need to configure OLEDB or ODBC connection to the Excel file like below&lt;/P&gt;&lt;P&gt;&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"&gt;&lt;P&gt;CONNECT TO [Provider=Microsoft.Jet.OLEDB.4.0;Data Source=workbook.xls;Extended Properties="Excel 8.0;"];&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;CONNECT TO workbook;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; After load the table (Sheet) names&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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"&gt;&lt;P&gt;tables: &lt;/P&gt;&lt;P&gt;SQLtables;&lt;/P&gt;&lt;P&gt;DISCONNECT; // Don't need ODBC connection anymore&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To fetch data from the table with associated products&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;FOR i = 0 to NoOfRows('tables')-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; LET productName = peek('TABLE_NAME', i, 'tables');&lt;/P&gt;&lt;P&gt;&amp;nbsp; Product:&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; LOAD *, &lt;/P&gt;&lt;P&gt;&amp;nbsp; '$(productName)' as Product&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; FROM workbook.xls (biff, embedded labels, table is [$(productName)]);&lt;/P&gt;&lt;P&gt;&amp;nbsp; END IF&lt;/P&gt;&lt;P&gt;NEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE tables;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 05:05:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Product-name-from-excel-spreadsheet/m-p/278397#M103665</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-02-14T05:05:07Z</dc:date>
    </item>
    <item>
      <title>Product name from excel spreadsheet</title>
      <link>https://community.qlik.com/t5/QlikView/Product-name-from-excel-spreadsheet/m-p/278398#M103666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;simple answer to your query is: open your QV doc and click on table file tab, now goto your excel file which has several sheets.. you need to select one sheet at a time and you can perform concatenate..&lt;/P&gt;&lt;P&gt;When you select your desired excel file(containing many sheets) it will open a Table Files Wizard Type and in that window you see a dropdown menu named Table.. from that dropdown list select your desire excel file.. if you want to select all excel sheets then you have to perform concatenate after selecting each excel sheet...&lt;/P&gt;&lt;P&gt;Hope this will help you&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cool.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 10:26:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Product-name-from-excel-spreadsheet/m-p/278398#M103666</guid>
      <dc:creator>gauravkhare</dc:creator>
      <dc:date>2012-03-01T10:26:35Z</dc:date>
    </item>
  </channel>
</rss>

