<?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: Table in name in fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-in-name-in-fields/m-p/967962#M331633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use &lt;STRONG&gt;Qualify &lt;/STRONG&gt;keyword. See the below example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qualify *;&lt;/P&gt;&lt;P&gt;Unqualify Key&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load A,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; key,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C&lt;/P&gt;&lt;P&gt;FROM Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unqualify *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field name will be as below after loading above statement&lt;/P&gt;&lt;P&gt;Key,&lt;/P&gt;&lt;P&gt;Table.A&lt;/P&gt;&lt;P&gt;Table.B&lt;/P&gt;&lt;P&gt;Table.C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Nov 2015 12:38:08 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2015-11-10T12:38:08Z</dc:date>
    <item>
      <title>Table in name in fields</title>
      <link>https://community.qlik.com/t5/QlikView/Table-in-name-in-fields/m-p/967959#M331630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically I know there is a way in qlik to make the table name part of the file name.&amp;nbsp; I think you just need to type in a command to switch it on/off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick:&lt;/P&gt;&lt;P&gt;select * from pickmovements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would create a table in Qlik with the names&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick.Location&lt;/P&gt;&lt;P&gt;Pick.StockItem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 11:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-in-name-in-fields/m-p/967959#M331630</guid>
      <dc:creator />
      <dc:date>2015-11-10T11:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Table in name in fields</title>
      <link>https://community.qlik.com/t5/QlikView/Table-in-name-in-fields/m-p/967960#M331631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need the Qualify command, here is the Help for it :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1&gt;&lt;A name="kanchor958"&gt;&lt;/A&gt;&lt;SPAN style="color: #ffffff; background-color: #0a246a;"&gt;Qualify&lt;/SPAN&gt;&lt;/H1&gt;&lt;P&gt;The &lt;SPAN style="color: #ffffff; background-color: #0a246a;"&gt;Qualify&lt;/SPAN&gt; statement is used for switching on the qualification of field names, i.e. field names will get the table name as a prefix.&lt;/P&gt;&lt;P&gt;The automatic association of fields with the same name in different tables can be suspended by means of the &lt;SPAN style="color: #ffffff; background-color: #0a246a;"&gt;qualify&lt;/SPAN&gt; statement, which &lt;SPAN style="color: #ffffff; background-color: #0a246a;"&gt;qualifies&lt;/SPAN&gt; the field name with its table name. If &lt;SPAN style="color: #ffffff; background-color: #0a246a;"&gt;qualified&lt;/SPAN&gt;, the field name(s) will be renamed when found in a table. The new name will be in the form of &lt;SPAN class="Italic"&gt;tablename.fieldname&lt;/SPAN&gt;. &lt;SPAN class="Italic"&gt;Tablename&lt;/SPAN&gt; is equivalent to the label of the current table, or, if no label exists, to the name appearing after &lt;SPAN class="Bold"&gt;from&lt;/SPAN&gt; in &lt;SPAN class="Bold"&gt;load&lt;/SPAN&gt; and &lt;SPAN class="Bold"&gt;select&lt;/SPAN&gt; statements. &lt;/P&gt;&lt;P&gt;The qualification will be made for all fields loaded after the &lt;SPAN style="color: #ffffff; background-color: #0a246a;"&gt;Qualify&lt;/SPAN&gt; statement.&lt;/P&gt;&lt;P class="note"&gt;&lt;SPAN class="Bold"&gt;Note!&lt;/SPAN&gt; &lt;BR /&gt;The &lt;SPAN style="color: #ffffff; background-color: #0a246a;"&gt;qualify&lt;/SPAN&gt; statement should not be used in conjunction with partial reload! &lt;/P&gt;&lt;P&gt;Qualification is always turned off by default at the beginning of script execution. Qualification of a field name can be activated at any time using a &lt;SPAN style="color: #ffffff; background-color: #0a246a;"&gt;qualify&lt;/SPAN&gt; statement. Qualification can be turned off at any time using an &lt;A class="MCXref_0" target="" title=""&gt;&lt;EM&gt;Unqualify&lt;/EM&gt;&lt;/A&gt; statement. &lt;/P&gt;&lt;P&gt;The syntax is:&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN style="color: #ffffff; background-color: #0a246a;"&gt;qualify&lt;/SPAN&gt; &lt;SPAN class="Italic"&gt;*fieldlist&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;*fieldlist&lt;/SPAN&gt; is a comma separated list of the fields for which qualification should be turned on. Using * as field list indicates all fields. The wildcard characters * and ? are allowed in field names. Quoting of field names may be necessary when wildcards are used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="color: #ffffff; background-color: #0a246a;"&gt;Qualify&lt;/SPAN&gt; 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&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 associated only through &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;In an unfamiliar database, it is often useful to start out by making sure that only one or a few fields are associated, as illustrated in this example:&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="color: #ffffff; background-color: #0a246a;"&gt;qualify&lt;/SPAN&gt; *;&lt;/P&gt;&lt;P class="Code"&gt;unqualify TransID;&lt;/P&gt;&lt;P class="Code"&gt;select * from tab1;&lt;/P&gt;&lt;P class="Code"&gt;select * from tab2;&lt;/P&gt;&lt;P class="Code"&gt;select * from tab3;&lt;/P&gt;&lt;P&gt;Only &lt;SPAN class="Bold"&gt;TransID&lt;/SPAN&gt; will be used for associations between the tables &lt;SPAN class="Italic"&gt;tab1&lt;/SPAN&gt;, &lt;SPAN class="Italic"&gt;tab2&lt;/SPAN&gt; and &lt;SPAN class="Italic"&gt;tab3&lt;/SPAN&gt;. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 12:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-in-name-in-fields/m-p/967960#M331631</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-10T12:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table in name in fields</title>
      <link>https://community.qlik.com/t5/QlikView/Table-in-name-in-fields/m-p/967961#M331632</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;QUALIFY *;&lt;/P&gt;&lt;P&gt;UNQUALIFY *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 12:34:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-in-name-in-fields/m-p/967961#M331632</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2015-11-10T12:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Table in name in fields</title>
      <link>https://community.qlik.com/t5/QlikView/Table-in-name-in-fields/m-p/967962#M331633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use &lt;STRONG&gt;Qualify &lt;/STRONG&gt;keyword. See the below example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qualify *;&lt;/P&gt;&lt;P&gt;Unqualify Key&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load A,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; key,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C&lt;/P&gt;&lt;P&gt;FROM Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unqualify *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field name will be as below after loading above statement&lt;/P&gt;&lt;P&gt;Key,&lt;/P&gt;&lt;P&gt;Table.A&lt;/P&gt;&lt;P&gt;Table.B&lt;/P&gt;&lt;P&gt;Table.C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 12:38:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-in-name-in-fields/m-p/967962#M331633</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-11-10T12:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Table in name in fields</title>
      <link>https://community.qlik.com/t5/QlikView/Table-in-name-in-fields/m-p/967963#M331634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answer, its a great help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 12:49:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-in-name-in-fields/m-p/967963#M331634</guid>
      <dc:creator />
      <dc:date>2015-11-10T12:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Table in name in fields</title>
      <link>https://community.qlik.com/t5/QlikView/Table-in-name-in-fields/m-p/967964#M331635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 12:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-in-name-in-fields/m-p/967964#M331635</guid>
      <dc:creator />
      <dc:date>2015-11-10T12:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Table in name in fields</title>
      <link>https://community.qlik.com/t5/QlikView/Table-in-name-in-fields/m-p/967965#M331636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for answering my question&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 12:51:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-in-name-in-fields/m-p/967965#M331636</guid>
      <dc:creator />
      <dc:date>2015-11-10T12:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Table in name in fields</title>
      <link>https://community.qlik.com/t5/QlikView/Table-in-name-in-fields/m-p/967966#M331637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please mark helpful answer if it is helpful &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 13:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-in-name-in-fields/m-p/967966#M331637</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-11-10T13:22:26Z</dc:date>
    </item>
  </channel>
</rss>

