<?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 table without empty rows in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenate-table-without-empty-rows/m-p/1659802#M594393</link>
    <description>&lt;P&gt;Colum A empty and Colum B not empty or Colum B empty and Colum A?&lt;BR /&gt;because Colum A and Colum B are empty simultaneously will not be the case&lt;/P&gt;&lt;P&gt;if that's the case try this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;TableA:
load 
ColumA
...
concatenate
TableB:
load
columB
..

Result:
Noconcatenate
load
ColumA,
columB
resident TableA
WHERE Len(Trim(columA))&amp;gt;0
and Len(Trim(columB))&amp;gt;0
;
drop table tableA;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 20 Dec 2019 14:43:14 GMT</pubDate>
    <dc:creator>Taoufiq_Zarra</dc:creator>
    <dc:date>2019-12-20T14:43:14Z</dc:date>
    <item>
      <title>Concatenate table without empty rows</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-table-without-empty-rows/m-p/1659792#M594392</link>
      <description>&lt;P&gt;Hi guys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two tables:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table A&lt;/P&gt;&lt;P&gt;Colum A&lt;/P&gt;&lt;P&gt;Table B&lt;/P&gt;&lt;P&gt;Colum B&lt;/P&gt;&lt;P&gt;I need to concatenate these two tables, but I need to remove the rows empty on the final table, it's possible?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-table-without-empty-rows/m-p/1659792#M594392</guid>
      <dc:creator>jsobrinho</dc:creator>
      <dc:date>2024-11-16T19:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate table without empty rows</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-table-without-empty-rows/m-p/1659802#M594393</link>
      <description>&lt;P&gt;Colum A empty and Colum B not empty or Colum B empty and Colum A?&lt;BR /&gt;because Colum A and Colum B are empty simultaneously will not be the case&lt;/P&gt;&lt;P&gt;if that's the case try this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;TableA:
load 
ColumA
...
concatenate
TableB:
load
columB
..

Result:
Noconcatenate
load
ColumA,
columB
resident TableA
WHERE Len(Trim(columA))&amp;gt;0
and Len(Trim(columB))&amp;gt;0
;
drop table tableA;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2019 14:43:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-table-without-empty-rows/m-p/1659802#M594393</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2019-12-20T14:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate table without empty rows</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-table-without-empty-rows/m-p/1660821#M594394</link>
      <description>&lt;P&gt;Did Taoufiq's proposed solution work for you use case?&amp;nbsp; If so, do not forget to return to your thread and use the Accept as Solution button on his post to give him credit for the assistance and to let other Community Members know it worked.&amp;nbsp; If you still require further assistance, leave an update post.&lt;/P&gt;
&lt;P&gt;The only other thing I can provide is the base URL to the Design Blog area of Community, which contains hundreds of mostly how-to posts related to the different products written by our internal experts that may help you with further ideas.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2019 15:23:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-table-without-empty-rows/m-p/1660821#M594394</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-12-26T15:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate table without empty rows</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-table-without-empty-rows/m-p/1660960#M594395</link>
      <description>&lt;P&gt;Thank you everybody&lt;/P&gt;&lt;P&gt;I solved my problem:&lt;/P&gt;&lt;P&gt;I created the RowNo() field, and after creating an outer join between two tables, so I don't have more column with empty lines&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2019 10:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-table-without-empty-rows/m-p/1660960#M594395</guid>
      <dc:creator>jsobrinho</dc:creator>
      <dc:date>2019-12-27T10:08:32Z</dc:date>
    </item>
  </channel>
</rss>

