<?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 Add field with table name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Add-field-with-table-name/m-p/360801#M1169748</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;Hi,&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt; Anybody knows how to add a field with the table name?&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt; Thanks a lot&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;Tania &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jul 2012 14:03:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-20T14:03:35Z</dc:date>
    <item>
      <title>Add field with table name</title>
      <link>https://community.qlik.com/t5/QlikView/Add-field-with-table-name/m-p/360801#M1169748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;Hi,&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt; Anybody knows how to add a field with the table name?&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt; Thanks a lot&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;Tania &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 14:03:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-field-with-table-name/m-p/360801#M1169748</guid>
      <dc:creator />
      <dc:date>2012-07-20T14:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Add field with table name</title>
      <link>https://community.qlik.com/t5/QlikView/Add-field-with-table-name/m-p/360802#M1169749</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;Use Qualify in script;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;Qualify B;&lt;/P&gt;&lt;P class="Code"&gt;Load A,B from x.csv;&lt;/P&gt;&lt;P class="Code"&gt;Load A,B from y.csv;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P&gt;The two tables &lt;SPAN class="Bold"&gt;x.csv&lt;/SPAN&gt; and &lt;SPAN class="Bold"&gt;y.csv&lt;/SPAN&gt; are joined only on &lt;SPAN class="Bold"&gt;A&lt;/SPAN&gt;. Three fields will result: A, x.B, y.B. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 14:10:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-field-with-table-name/m-p/360802#M1169749</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-07-20T14:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Add field with table name</title>
      <link>https://community.qlik.com/t5/QlikView/Add-field-with-table-name/m-p/360803#M1169750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, I need the table name in a field, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;Field1,&lt;/P&gt;&lt;P&gt;Field2&lt;/P&gt;&lt;P&gt;From file.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and one of the fields, say Field1, has only the value 'Table1'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 14:18:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-field-with-table-name/m-p/360803#M1169750</guid>
      <dc:creator />
      <dc:date>2012-07-20T14:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Add field with table name</title>
      <link>https://community.qlik.com/t5/QlikView/Add-field-with-table-name/m-p/360804#M1169751</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try likethis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load *, 'Table1' as Field1 from file.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 14:24:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-field-with-table-name/m-p/360804#M1169751</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-07-20T14:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Add field with table name</title>
      <link>https://community.qlik.com/t5/QlikView/Add-field-with-table-name/m-p/360805#M1169752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;D'oh! I didn't think in that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 14:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-field-with-table-name/m-p/360805#M1169752</guid>
      <dc:creator />
      <dc:date>2012-07-20T14:32:46Z</dc:date>
    </item>
  </channel>
</rss>

