<?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: New Project in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/New-Project/m-p/754545#M268803</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need as Output, two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first should describe the transaction from the point of view of a SELLER.&lt;/P&gt;&lt;P&gt;The second table, the situation of the ACQUIRER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to give an interpretation about:&lt;/P&gt;&lt;P&gt;-reading the first table, i should be able to say: a is the supplier of the firm with code 10 with an amount of ....(raw materials, assets, goods...)&lt;/P&gt;&lt;P&gt;-reading the second table, i have to say the opposite relation: the firm with code 10 (firm c) is client of the firm with code 20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The input file is an excel file with the firm (a,b,c) and a corresponding code(that i need in the second table).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Dec 2014 16:43:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-17T16:43:15Z</dc:date>
    <item>
      <title>New Project</title>
      <link>https://community.qlik.com/t5/QlikView/New-Project/m-p/754542#M268800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Today i would ask if you could help me.&lt;/P&gt;&lt;P&gt;I'm starting a project, maybe a bit difficult for me, but not for u! (i will be really greatful if someone could give me some advices)&lt;/P&gt;&lt;P&gt;The project is defined as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have &lt;EM&gt;n &lt;/EM&gt;firms that could be client or supplier (flag &lt;EM&gt;C&lt;/EM&gt; or &lt;EM&gt;S&lt;/EM&gt;) of &lt;EM&gt;n &lt;/EM&gt;other firms(indicates by Code). I should create all the possible combinations between them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Key/legend:&lt;/P&gt;&lt;P&gt;a(firm) --&amp;gt;(corresponds) &lt;STRONG&gt;20&lt;/STRONG&gt;(code as supplier);&lt;/P&gt;&lt;P&gt;b --&amp;gt; &lt;STRONG&gt;21&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;c --&amp;gt; &lt;STRONG&gt;10&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;d --&amp;gt; 11;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table for The Seller&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; WIDTH: 100%; BORDER-TOP: #000000 1px solid; BORDER-RIGHT: #000000 1px solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Firm&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Client/supplier&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Code&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Materials&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Assets&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Method&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;a&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;c&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;00000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;11111&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;P&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;b&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;c&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;11&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;22222&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;45454&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;S&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table for The Acquirer (indicates the invert selection: i mean, if Firm &lt;STRONG&gt;&lt;EM&gt;a&lt;/EM&gt;&lt;/STRONG&gt; has a client identificated with 10, firm 10(which has an alfanumeric field associated)&amp;nbsp; should appears in the follows table:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; WIDTH: 100%; BORDER-TOP: #000000 1px solid; BORDER-RIGHT: #000000 1px solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Firm&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Client/supplier&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Code&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Materials&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Assets&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Method&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;c&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;s&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;00000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;11111&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;P&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;d&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;s&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;21&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;22222&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;45454&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;s&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much in advance. If it is not clear, dont' hesitate to ask informations!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 15:33:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Project/m-p/754542#M268800</guid>
      <dc:creator />
      <dc:date>2014-12-17T15:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: New Project</title>
      <link>https://community.qlik.com/t5/QlikView/New-Project/m-p/754543#M268801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not clear....post output sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 15:42:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Project/m-p/754543#M268801</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2014-12-17T15:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: New Project</title>
      <link>https://community.qlik.com/t5/QlikView/New-Project/m-p/754544#M268802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you be more specific with what your problem is?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 15:46:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Project/m-p/754544#M268802</guid>
      <dc:creator />
      <dc:date>2014-12-17T15:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: New Project</title>
      <link>https://community.qlik.com/t5/QlikView/New-Project/m-p/754545#M268803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need as Output, two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first should describe the transaction from the point of view of a SELLER.&lt;/P&gt;&lt;P&gt;The second table, the situation of the ACQUIRER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to give an interpretation about:&lt;/P&gt;&lt;P&gt;-reading the first table, i should be able to say: a is the supplier of the firm with code 10 with an amount of ....(raw materials, assets, goods...)&lt;/P&gt;&lt;P&gt;-reading the second table, i have to say the opposite relation: the firm with code 10 (firm c) is client of the firm with code 20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The input file is an excel file with the firm (a,b,c) and a corresponding code(that i need in the second table).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 16:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Project/m-p/754545#M268803</guid>
      <dc:creator />
      <dc:date>2014-12-17T16:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: New Project</title>
      <link>https://community.qlik.com/t5/QlikView/New-Project/m-p/754546#M268804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need as Output, two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first should describe the transaction from the point of view of a SELLER.&lt;/P&gt;&lt;P&gt;The second table, the situation of the ACQUIRER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to give an interpretation about:&lt;/P&gt;&lt;P&gt;-reading the first table, i should be able to say: a is the supplier of the firm with code 10 with an amount of ....(raw materials, assets, goods...)&lt;/P&gt;&lt;P&gt;-reading the second table, i have to say the opposite relation: the firm with code 10 (firm c) is client of the firm with code 20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The input file is an excel file with the firm (a,b,c) and a corresponding code(that i need in the second table).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 16:43:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Project/m-p/754546#M268804</guid>
      <dc:creator />
      <dc:date>2014-12-17T16:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: New Project</title>
      <link>https://community.qlik.com/t5/QlikView/New-Project/m-p/754547#M268805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Elaborate&amp;nbsp; more... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 16:48:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Project/m-p/754547#M268805</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-17T16:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: New Project</title>
      <link>https://community.qlik.com/t5/QlikView/New-Project/m-p/754548#M268806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok well,&lt;/P&gt;&lt;P&gt;let's make an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Supplier Table:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; WIDTH: 100%; BORDER-TOP: #000000 1px solid; BORDER-RIGHT: #000000 1px solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Supplier_code&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Supplier_Name&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Supplier_abbreviation&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Client&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;31&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Dog&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;D_50&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Cat&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;45&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Fox&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;F_41&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Bear&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;..&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;...&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;...&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;...&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client Table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; WIDTH: 100%; BORDER-TOP: #000000 1px solid; BORDER-RIGHT: #000000 1px solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Client_code&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Client_Name&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Client_abbreviation&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Supplier&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;65&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Cat&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;C_90&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Dog&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;35&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Bear&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;G_12&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Shark&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;..&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;...&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;...&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;...&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;these are my two input file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My output should be able to show a table like that (one table or two tables, it doesnt' matter)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; WIDTH: 100%; BORDER-TOP: #000000 1px solid; BORDER-RIGHT: #000000 1px solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Code&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;S/C&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Code_&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;D_50&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;C (indicates that 31 has a client)&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;65&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;F_41&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;35&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;C_90&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;S (indicates that 65 has a supplier--&amp;gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;31&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the first row means that:&lt;/P&gt;&lt;P&gt;D_50 has 65 as client (&lt;STRONG&gt;C) Cat &lt;/STRONG&gt;(where 65 indicates (check in Client Table) );&lt;/P&gt;&lt;P&gt;the second row:&lt;/P&gt;&lt;P&gt;Fox has 35 as client (thus, Fox has Bear as client). I need to create that relation.&lt;/P&gt;&lt;P&gt;Third row:&lt;/P&gt;&lt;P&gt;Cat has a supplier (S) named 31 (that represents DOG)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to show the follows fields:&lt;/P&gt;&lt;P&gt;for suppliers:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; WIDTH: 100%; BORDER-TOP: #000000 1px solid; BORDER-RIGHT: #000000 1px solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Supplier_abbreviation&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;S/C&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Client_code&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;STRONG&gt;C&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;STRONG&gt;C&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for client:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; WIDTH: 100%; BORDER-TOP: #000000 1px solid; BORDER-RIGHT: #000000 1px solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Client_abbreviation&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;S/C&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Supplier_code&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;STRONG&gt;S&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;STRONG&gt;S&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 16:31:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Project/m-p/754548#M268806</guid>
      <dc:creator />
      <dc:date>2014-12-18T16:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: New Project</title>
      <link>https://community.qlik.com/t5/QlikView/New-Project/m-p/754549#M268807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go explanation ..will do in free time and update you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 05:00:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Project/m-p/754549#M268807</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2014-12-19T05:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: New Project</title>
      <link>https://community.qlik.com/t5/QlikView/New-Project/m-p/754550#M268808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I think you need play around with JOINS and then concatenation of the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st step: &lt;STRONG&gt;JOIN&lt;/STRONG&gt; &lt;STRONG&gt;Supplier Table&lt;/STRONG&gt; and &lt;STRONG&gt;Client Table&lt;/STRONG&gt; based on columns &lt;STRONG&gt;Client&lt;/STRONG&gt; and&lt;STRONG&gt; Client_Name&lt;/STRONG&gt; resp. and a Flag as 'Client' or 'C' while Loading data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd step: &lt;STRONG&gt;JOIN&lt;/STRONG&gt; &lt;STRONG&gt;Supplier Table&lt;/STRONG&gt; and &lt;STRONG&gt;Client Table&lt;/STRONG&gt; based on columns &lt;STRONG&gt;Supplier_Name &lt;/STRONG&gt;and&lt;STRONG&gt; Supplier&lt;/STRONG&gt; resp. and a Flag as 'Supplier' or 'S' while Loading data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then concatenate the result if you need one single table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this was helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 06:32:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Project/m-p/754550#M268808</guid>
      <dc:creator />
      <dc:date>2014-12-19T06:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: New Project</title>
      <link>https://community.qlik.com/t5/QlikView/New-Project/m-p/754551#M268809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NEW Table&lt;/P&gt;&lt;P&gt;Load Supplier_Code AS CODE&lt;/P&gt;&lt;P&gt;Supplier_Name&lt;/P&gt;&lt;P&gt;Supplier_apprevation AS CODE&lt;/P&gt;&lt;P&gt;Client&lt;/P&gt;&lt;P&gt;'S' AS S/C&lt;/P&gt;&lt;P&gt;From Supplier&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE(NEW TABLE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Supplier_Code AS CODE&lt;/P&gt;&lt;P&gt;Supplier_Name&lt;/P&gt;&lt;P&gt;Supplier_apprevation AS CODE&lt;/P&gt;&lt;P&gt;Client&lt;/P&gt;&lt;P&gt;'C' AS S/C&lt;/P&gt;&lt;P&gt;From Client&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will create one table Named New Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to create two tables: Replace concatenate with no concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 06:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Project/m-p/754551#M268809</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-12-19T06:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: New Project</title>
      <link>https://community.qlik.com/t5/QlikView/New-Project/m-p/754552#M268810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Singh,&lt;/P&gt;&lt;P&gt;i followed your advices but my problem is to write the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know how to join the two tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wrote the follows code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory&lt;/P&gt;&lt;P&gt;Tab_ Supplier&lt;/P&gt;&lt;P&gt;'S' as Supplier,&lt;/P&gt;&lt;P&gt;Supplier_Code,&lt;/P&gt;&lt;P&gt;Supplier_Name,&lt;/P&gt;&lt;P&gt;Supplier_Abbrevation,&lt;/P&gt;&lt;P&gt;Client&lt;/P&gt;&lt;P&gt;from supplier.xls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory&lt;/P&gt;&lt;P&gt;Tab_ Client&lt;/P&gt;&lt;P&gt;'C' as Client,&lt;/P&gt;&lt;P&gt;Client_Code,&lt;/P&gt;&lt;P&gt;Client_Name,&lt;/P&gt;&lt;P&gt;Client_Abbrevation,&lt;/P&gt;&lt;P&gt;Supplier&lt;/P&gt;&lt;P&gt;from Client.xls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem in now. What i have to write to join the tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your first answer, and thanks in advance for you attention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Domenico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 13:47:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Project/m-p/754552#M268810</guid>
      <dc:creator />
      <dc:date>2015-01-07T13:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: New Project</title>
      <link>https://community.qlik.com/t5/QlikView/New-Project/m-p/754553#M268811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;ex: u have table1 and table 2&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table1(load table1 here)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table2(load table2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 13:49:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Project/m-p/754553#M268811</guid>
      <dc:creator />
      <dc:date>2015-01-07T13:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: New Project</title>
      <link>https://community.qlik.com/t5/QlikView/New-Project/m-p/754554#M268812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alkesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i write the code u shown i received the error that fields must be unique.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 13:54:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Project/m-p/754554#M268812</guid>
      <dc:creator />
      <dc:date>2015-01-07T13:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: New Project</title>
      <link>https://community.qlik.com/t5/QlikView/New-Project/m-p/754555#M268813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i have to write in order to obtain the results above illustrated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 11:03:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Project/m-p/754555#M268813</guid>
      <dc:creator />
      <dc:date>2015-01-08T11:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: New Project</title>
      <link>https://community.qlik.com/t5/QlikView/New-Project/m-p/754556#M268814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Use the below code&lt;/P&gt;&lt;P&gt;This might help u if u didn't get the exact solution post the sample data .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;Tab_ Supplier&lt;/P&gt;&lt;P&gt;'S' as Supplier,&lt;/P&gt;&lt;P&gt;Supplier_Code as CODE_TEST,&lt;/P&gt;&lt;P&gt;Supplier_Name,&lt;/P&gt;&lt;P&gt;Supplier_Abbrevation,&lt;/P&gt;&lt;P&gt;Client&lt;/P&gt;&lt;P&gt;from supplier.xls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join(Tab1)&lt;/P&gt;&lt;P&gt;Tab_ Client&lt;/P&gt;&lt;P&gt;'C' as Client,&lt;/P&gt;&lt;P&gt;Client_Code as&amp;nbsp; CODE_TEST,&lt;/P&gt;&lt;P&gt;Client_Name,&lt;/P&gt;&lt;P&gt;Client_Abbrevation,&lt;/P&gt;&lt;P&gt;Supplier&lt;/P&gt;&lt;P&gt;from Client.xls&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 11:16:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Project/m-p/754556#M268814</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-08T11:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: New Project</title>
      <link>https://community.qlik.com/t5/QlikView/New-Project/m-p/754557#M268815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have this two tables. One about the supplier and the other one of Client.&lt;/P&gt;&lt;P&gt;(the output should be like the table Output (into the sheet supplier)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Supplier.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/74858_Supplier.png" style="width: 620px; height: 435px;" /&gt;&lt;IMG alt="Client.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/74859_Client.png" style="width: 620px; height: 386px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 15:02:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Project/m-p/754557#M268815</guid>
      <dc:creator />
      <dc:date>2015-01-08T15:02:33Z</dc:date>
    </item>
  </channel>
</rss>

