<?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: Seperation of data by using different table names in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Seperation-of-data-by-using-different-table-names/m-p/365548#M136017</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post your app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Oct 2012 12:55:30 GMT</pubDate>
    <dc:creator>Jason_Michaelides</dc:creator>
    <dc:date>2012-10-01T12:55:30Z</dc:date>
    <item>
      <title>Seperation of data by using different table names</title>
      <link>https://community.qlik.com/t5/QlikView/Seperation-of-data-by-using-different-table-names/m-p/365543#M136012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 final tables in one qlikview application having same field names after writing all my code in Editscript. i want to seperate the data by using table names for presentation purpose can anyone help me on this. I am proving the example below . I tried to using "Qualify " but my code is giving error some field is not found even i have that field in that script(Field is Key field). After removing "Qualify everything went fine but all the data&amp;nbsp; is showing u;nder first table only its not showing second and third tables when i press ctrl+T.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1:&lt;/P&gt;&lt;P&gt;a,&lt;/P&gt;&lt;P&gt;b,&lt;/P&gt;&lt;P&gt;c&lt;/P&gt;&lt;P&gt;from ;&lt;/P&gt;&lt;P&gt;Table 2: &lt;/P&gt;&lt;P&gt;a,&lt;/P&gt;&lt;P&gt;b,&lt;/P&gt;&lt;P&gt;c&lt;/P&gt;&lt;P&gt;from&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;Table 3:&lt;/P&gt;&lt;P&gt;a, &lt;/P&gt;&lt;P&gt;b,&lt;/P&gt;&lt;P&gt;c&lt;/P&gt;&lt;P&gt;from ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i am going to present the data its showing all three tables data showng Table 1: only can anyone help on this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 14:11:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Seperation-of-data-by-using-different-table-names/m-p/365543#M136012</guid>
      <dc:creator>pavanthota</dc:creator>
      <dc:date>2012-05-23T14:11:57Z</dc:date>
    </item>
    <item>
      <title>Seperation of data by using different table names</title>
      <link>https://community.qlik.com/t5/QlikView/Seperation-of-data-by-using-different-table-names/m-p/365544#M136013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reason tables 2 and 3 are not showing is that all three tables have the same structure, so QV is concatenating them together.&amp;nbsp; To avoid this use NoConcatenate:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;a,&lt;/P&gt;&lt;P&gt;b,&lt;/P&gt;&lt;P&gt;c&lt;/P&gt;&lt;P&gt;from ;&lt;/P&gt;&lt;P&gt;Table 2: &lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;a,&lt;/P&gt;&lt;P&gt;b,&lt;/P&gt;&lt;P&gt;c&lt;/P&gt;&lt;P&gt;from&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;Table 3:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;a, &lt;/P&gt;&lt;P&gt;b,&lt;/P&gt;&lt;P&gt;c&lt;/P&gt;&lt;P&gt;from ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But be aware that you will end up with a syn table here as the fieldnames are the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 15:53:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Seperation-of-data-by-using-different-table-names/m-p/365544#M136013</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-05-23T15:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Seperation of data by using different table names</title>
      <link>https://community.qlik.com/t5/QlikView/Seperation-of-data-by-using-different-table-names/m-p/365545#M136014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope this helps!&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 _jivemacro_uid_1344853412949693" jivemacro_uid="_1344853412949693"&gt;&lt;P&gt;Table 1:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;a,&lt;/P&gt;&lt;P&gt;b,&lt;/P&gt;&lt;P&gt;c,&lt;/P&gt;&lt;P&gt;'Table 1' AS TableName&lt;/P&gt;&lt;P&gt;from ;&lt;/P&gt;&lt;P&gt;Table 2: &lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;a,&lt;/P&gt;&lt;P&gt;b,&lt;/P&gt;&lt;P&gt;c,&lt;/P&gt;&lt;P&gt;'Table 2' AS TableName&lt;/P&gt;&lt;P&gt;from&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;Table 3:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;a, &lt;/P&gt;&lt;P&gt;b,&lt;/P&gt;&lt;P&gt;c,&lt;/P&gt;&lt;P&gt;'Table 3' AS TableName&lt;/P&gt;&lt;P&gt;from ;&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 10:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Seperation-of-data-by-using-different-table-names/m-p/365545#M136014</guid>
      <dc:creator />
      <dc:date>2012-08-13T10:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Seperation of data by using different table names</title>
      <link>https://community.qlik.com/t5/QlikView/Seperation-of-data-by-using-different-table-names/m-p/365546#M136015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please let me know does it helps?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 10:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Seperation-of-data-by-using-different-table-names/m-p/365546#M136015</guid>
      <dc:creator />
      <dc:date>2012-08-14T10:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Seperation of data by using different table names</title>
      <link>https://community.qlik.com/t5/QlikView/Seperation-of-data-by-using-different-table-names/m-p/365547#M136016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jaoson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the above code, when i went and search for table viewer its showing only one table not for three tables can you help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 12:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Seperation-of-data-by-using-different-table-names/m-p/365547#M136016</guid>
      <dc:creator>pavanthota</dc:creator>
      <dc:date>2012-10-01T12:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Seperation of data by using different table names</title>
      <link>https://community.qlik.com/t5/QlikView/Seperation-of-data-by-using-different-table-names/m-p/365548#M136017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post your app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 12:55:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Seperation-of-data-by-using-different-table-names/m-p/365548#M136017</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-10-01T12:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Seperation of data by using different table names</title>
      <link>https://community.qlik.com/t5/QlikView/Seperation-of-data-by-using-different-table-names/m-p/365549#M136018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached my app sorry its creating synthetic table. I want without creating synthetic tables and three seperate tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 13:02:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Seperation-of-data-by-using-different-table-names/m-p/365549#M136018</guid>
      <dc:creator>pavanthota</dc:creator>
      <dc:date>2012-10-01T13:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Seperation of data by using different table names</title>
      <link>https://community.qlik.com/t5/QlikView/Seperation-of-data-by-using-different-table-names/m-p/365550#M136019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a similar question...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to do what you would consider a vlookup from 2 columns in table 1 to 2 columns in table 2 and if it is a match, multiply a value in table 1 by the third column in table 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas? &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>Fri, 06 Nov 2015 04:38:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Seperation-of-data-by-using-different-table-names/m-p/365550#M136019</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-06T04:38:18Z</dc:date>
    </item>
  </channel>
</rss>

