<?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 tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/tables/m-p/375440#M494377</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am concatenating the 2 tables into 1 table , now i want to identify the records from each tables respectively ??? how can i do that plz help ??? may be i can use flag ....... not sure ......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Mar 2012 09:46:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-29T09:46:49Z</dc:date>
    <item>
      <title>tables</title>
      <link>https://community.qlik.com/t5/QlikView/tables/m-p/375440#M494377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am concatenating the 2 tables into 1 table , now i want to identify the records from each tables respectively ??? how can i do that plz help ??? may be i can use flag ....... not sure ......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 09:46:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tables/m-p/375440#M494377</guid>
      <dc:creator />
      <dc:date>2012-03-29T09:46:49Z</dc:date>
    </item>
    <item>
      <title>tables</title>
      <link>https://community.qlik.com/t5/QlikView/tables/m-p/375441#M494378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can use a flag. Like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load fieldA, fieldB, 'table1' as flag FROM yourtable;&lt;/P&gt;&lt;P&gt;CONCATENATE&lt;/P&gt;&lt;P&gt;LOAD fieldC, fieldY, 'table2' as flag FROM yourOtherTable;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 09:55:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tables/m-p/375441#M494378</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2012-03-29T09:55:54Z</dc:date>
    </item>
    <item>
      <title>tables</title>
      <link>https://community.qlik.com/t5/QlikView/tables/m-p/375442#M494379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ok you are concatinating two tables since most of the fields are &lt;/P&gt;&lt;P&gt;simillar right , yes go on know the problem is you need to identify the records of &lt;/P&gt;&lt;P&gt;two tables for this use flag yes u are right just see how to do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales_ Header:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ItemNo&lt;/P&gt;&lt;P&gt;Documentno&lt;/P&gt;&lt;P&gt;Quantity as SalesHeader_Qty,&lt;/P&gt;&lt;P&gt;'Header' as Flag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt; concatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ItemNo&lt;/P&gt;&lt;P&gt;Documentno&lt;/P&gt;&lt;P&gt;Quantity as SalesLine_Qty,&lt;/P&gt;&lt;P&gt;'Line' as Flag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Anant Dubey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 09:58:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tables/m-p/375442#M494379</guid>
      <dc:creator />
      <dc:date>2012-03-29T09:58:43Z</dc:date>
    </item>
    <item>
      <title>tables</title>
      <link>https://community.qlik.com/t5/QlikView/tables/m-p/375443#M494380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a field as Employee No it contain data from both the tables , now i want to count the employee no depending upon the flag value ???????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 10:59:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tables/m-p/375443#M494380</guid>
      <dc:creator />
      <dc:date>2012-03-29T10:59:01Z</dc:date>
    </item>
    <item>
      <title>tables</title>
      <link>https://community.qlik.com/t5/QlikView/tables/m-p/375444#M494381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Then use that flag in Set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Flag={0}&amp;gt;} Distinct EmployeeNo)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 11:07:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tables/m-p/375444#M494381</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-03-29T11:07:54Z</dc:date>
    </item>
  </channel>
</rss>

