<?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: creating field with &amp;quot;Label&amp;quot; in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/creating-field-with-quot-Label-quot/m-p/685779#M1064907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Qualify and Unqualify Functions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Sep 2014 09:58:33 GMT</pubDate>
    <dc:creator>vinay_hg</dc:creator>
    <dc:date>2014-09-12T09:58:33Z</dc:date>
    <item>
      <title>creating field with "Label"</title>
      <link>https://community.qlik.com/t5/QlikView/creating-field-with-quot-Label-quot/m-p/685775#M1064903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am concatenating two tables but would like to create a field that says which table the information has come from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Table 1' as 'Table Label'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I am loading from an SQL select and "Table 1" is not a field that exists. Is there a way to add manual text and not try to pick up a field from the table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 09:48:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-field-with-quot-Label-quot/m-p/685775#M1064903</guid>
      <dc:creator />
      <dc:date>2014-09-12T09:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: creating field with "Label"</title>
      <link>https://community.qlik.com/t5/QlikView/creating-field-with-quot-Label-quot/m-p/685776#M1064904</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;As per my understanding;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have the multiple data sources you want to identify the fields are coming from which table.To achieve this we have to use some flag creation like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Table 1 ' as Table_Label&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 09:51:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-field-with-quot-Label-quot/m-p/685776#M1064904</guid>
      <dc:creator>ajaykumar1</dc:creator>
      <dc:date>2014-09-12T09:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: creating field with "Label"</title>
      <link>https://community.qlik.com/t5/QlikView/creating-field-with-quot-Label-quot/m-p/685777#M1064905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use a preload&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;'Table 1' as 'table Label';&lt;/P&gt;&lt;P&gt;Select *&lt;/P&gt;&lt;P&gt;from SQL DB;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 09:52:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-field-with-quot-Label-quot/m-p/685777#M1064905</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-12T09:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: creating field with "Label"</title>
      <link>https://community.qlik.com/t5/QlikView/creating-field-with-quot-Label-quot/m-p/685778#M1064906</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;'Table 1' as [Table Label];&lt;/P&gt;&lt;P&gt;Sql Select *&lt;/P&gt;&lt;P&gt;from tablename;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 09:55:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-field-with-quot-Label-quot/m-p/685778#M1064906</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2014-09-12T09:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: creating field with "Label"</title>
      <link>https://community.qlik.com/t5/QlikView/creating-field-with-quot-Label-quot/m-p/685779#M1064907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Qualify and Unqualify Functions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 09:58:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/creating-field-with-quot-Label-quot/m-p/685779#M1064907</guid>
      <dc:creator>vinay_hg</dc:creator>
      <dc:date>2014-09-12T09:58:33Z</dc:date>
    </item>
  </channel>
</rss>

