<?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: How to insert a field to distinguish a select in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-insert-a-field-to-distinguish-a-select/m-p/449800#M167864</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Add a literal string as value for the name field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;SQL SELECT *&lt;STRONG&gt;, '&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;EMP83&lt;/SPAN&gt;' as name&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;FROM `Y:\EMP83`\diario;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;SQL SELECT *&lt;STRONG&gt;, '&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;EMP84&lt;/SPAN&gt;' as name&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;FROM `Y:\EMP84`\diario;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;etc...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jan 2013 17:41:52 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-01-23T17:41:52Z</dc:date>
    <item>
      <title>How to insert a field to distinguish a select</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-insert-a-field-to-distinguish-a-select/m-p/449799#M167863</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;I have this script which stacks six loads into only one (they all have the same columns) whithout distinguish among them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT32 TO [dBASE Files];&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM `Y:\EMP83`\diario;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM `Y:\EMP84`\diario;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM `Y:\EMPD2`\diario;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM `Y:\EMPD3`\diario;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM `Y:\EMPY1`\diario;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM `Y:\EMPY2`\diario;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How could I join an extra field called 'name' to write in it 'EMP83' for first select rows, ' EMP84' for second select rows... and so on?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 17:34:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-insert-a-field-to-distinguish-a-select/m-p/449799#M167863</guid>
      <dc:creator />
      <dc:date>2013-01-23T17:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a field to distinguish a select</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-insert-a-field-to-distinguish-a-select/m-p/449800#M167864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Add a literal string as value for the name field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;SQL SELECT *&lt;STRONG&gt;, '&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;EMP83&lt;/SPAN&gt;' as name&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;FROM `Y:\EMP83`\diario;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;SQL SELECT *&lt;STRONG&gt;, '&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;EMP84&lt;/SPAN&gt;' as name&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;FROM `Y:\EMP84`\diario;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;etc...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 17:41:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-insert-a-field-to-distinguish-a-select/m-p/449800#M167864</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-01-23T17:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a field to distinguish a select</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-insert-a-field-to-distinguish-a-select/m-p/449801#M167865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 17:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-insert-a-field-to-distinguish-a-select/m-p/449801#M167865</guid>
      <dc:creator />
      <dc:date>2013-01-23T17:52:23Z</dc:date>
    </item>
  </channel>
</rss>

