<?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: Concatenate with Qualify in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenate-with-Qualify/m-p/511784#M1122519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a +1 to using CONCATENATE and QUALIFY. And a warning to all QV newbies who do not yet understand that QV is a completely different animal. This may help you avoid the pain of 'what-am-I-doing-wrong' situations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had two tables in different SQL servers. Both were named were named &lt;STRONG&gt;Invoices &lt;/STRONG&gt;and had the same column structure. I needed to load the data from these two tables into one table (like in SQL UNION ALL).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem was that I had &lt;SPAN style="font-family: courier; color: green;"&gt;&lt;STRONG&gt;QUALIFY *;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; in the script, and I did not pay much attention to it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;So when &lt;/SPAN&gt;I was trying to concatenate the two tables, the fields of the first table had the prefix &lt;STRONG&gt;Invoices&lt;/STRONG&gt;, while the fields from the second table showed up with prefix &lt;STRONG&gt;Invoices-1&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I removed the &lt;SPAN style="font-family: courier; color: green;"&gt;&lt;STRONG&gt;QUALIFY *;&lt;/STRONG&gt;&lt;/SPAN&gt; concatenation worked like a charm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bottom line&lt;/STRONG&gt;: watch out for &lt;SPAN style="font-family: courier; color: green;"&gt;&lt;STRONG&gt;QUALIFY *;&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp; when you do CONCATENATE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jan 2015 08:59:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-01-14T08:59:16Z</dc:date>
    <item>
      <title>Concatenate with Qualify</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-with-Qualify/m-p/511777#M1122512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to append datasets into one table using Concatenate (they two queries in an MS Access database). I have pasted a jpg of the code and the resulting table. All of the fields are preceded with "temp_Complaints-1". I only want "Complaints".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doint wrong in the code?&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;Jeff &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Concatenate Code.jpg" class="jive-image" src="/legacyfs/online/51512_Concatenate Code.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 00:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-with-Qualify/m-p/511777#M1122512</guid>
      <dc:creator>jmonroe918</dc:creator>
      <dc:date>2014-01-15T00:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate with Qualify</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-with-Qualify/m-p/511778#M1122513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;Name the table in your final load. The values will then be qualified as Complaints.Category, Complaints.CloseDate etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Complaints:&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;resident temp_Complaints;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 01:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-with-Qualify/m-p/511778#M1122513</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-15T01:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate with Qualify</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-with-Qualify/m-p/511779#M1122514</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;Give the table name for the Load statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Complaints:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD *&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;resident temp_Complaints;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 02:47:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-with-Qualify/m-p/511779#M1122514</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-01-15T02:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate with Qualify</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-with-Qualify/m-p/511780#M1122515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;temp_Complaints:&lt;/P&gt;&lt;P&gt;LOAD * ;&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM 'qryComplaints_up';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (temp_Complaints)&lt;/P&gt;&lt;P&gt;LOAD * ;&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM 'qryComplaints_PCR' ;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Complaints:&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;LOAD * Resident temp_Complaints ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UNQUALIFY * ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 04:25:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-with-Qualify/m-p/511780#M1122515</guid>
      <dc:creator />
      <dc:date>2014-01-15T04:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate with Qualify</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-with-Qualify/m-p/511781#M1122516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jeffrey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; There Must be a Table Name in &lt;STRONG&gt;Line no. 26 (Table:). It will definately solve your problem.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran Rode&lt;/P&gt;&lt;P&gt;+91 897 69 77 897&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 05:32:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-with-Qualify/m-p/511781#M1122516</guid>
      <dc:creator>kiranmanoharrode</dc:creator>
      <dc:date>2014-01-15T05:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate with Qualify</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-with-Qualify/m-p/511782#M1122517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;since you have loaded temp_Complaints table and agina trying to load from same table you are getting temp_Complaints-1 as name . As kiran suggested place a table name before load statement it may solve your problem or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of loading from resident table for this purpose is good so place a table name and qualify *&amp;nbsp; at line number 1 and use a join to join these two table if necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 06:24:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-with-Qualify/m-p/511782#M1122517</guid>
      <dc:creator />
      <dc:date>2014-01-15T06:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate with Qualify</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-with-Qualify/m-p/511783#M1122518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve:&lt;/P&gt;&lt;P&gt;That did it. Thanks a lot.&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jan 2014 21:34:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-with-Qualify/m-p/511783#M1122518</guid>
      <dc:creator>jmonroe918</dc:creator>
      <dc:date>2014-01-19T21:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate with Qualify</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-with-Qualify/m-p/511784#M1122519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a +1 to using CONCATENATE and QUALIFY. And a warning to all QV newbies who do not yet understand that QV is a completely different animal. This may help you avoid the pain of 'what-am-I-doing-wrong' situations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had two tables in different SQL servers. Both were named were named &lt;STRONG&gt;Invoices &lt;/STRONG&gt;and had the same column structure. I needed to load the data from these two tables into one table (like in SQL UNION ALL).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem was that I had &lt;SPAN style="font-family: courier; color: green;"&gt;&lt;STRONG&gt;QUALIFY *;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; in the script, and I did not pay much attention to it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;So when &lt;/SPAN&gt;I was trying to concatenate the two tables, the fields of the first table had the prefix &lt;STRONG&gt;Invoices&lt;/STRONG&gt;, while the fields from the second table showed up with prefix &lt;STRONG&gt;Invoices-1&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I removed the &lt;SPAN style="font-family: courier; color: green;"&gt;&lt;STRONG&gt;QUALIFY *;&lt;/STRONG&gt;&lt;/SPAN&gt; concatenation worked like a charm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bottom line&lt;/STRONG&gt;: watch out for &lt;SPAN style="font-family: courier; color: green;"&gt;&lt;STRONG&gt;QUALIFY *;&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp; when you do CONCATENATE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 08:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-with-Qualify/m-p/511784#M1122519</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-14T08:59:16Z</dc:date>
    </item>
  </channel>
</rss>

