<?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: Combine two tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Combine-two-tables/m-p/63513#M781790</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i see &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;CombDate is common between them&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Mar 2018 13:01:12 GMT</pubDate>
    <dc:creator>ychaitanya</dc:creator>
    <dc:date>2018-03-22T13:01:12Z</dc:date>
    <item>
      <title>Combine two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-two-tables/m-p/63508#M781785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gurus &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have following data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Visit]:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RepCode, VisitDate, PlanDate, CombDate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0928, 01.03.2018, , 01.03.2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0928, , 02.03.2018, 02.03.2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0928, 03.01.2018, 03.03.2018, 03.03.2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0428, 01.03.2018, , 01.03.2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0428, , 02.03.2018, 02.03.2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0428, 03.01.2018, 03.03.2018, 03.03.2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0933, 01.03.2018, , 01.03.2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0933, , 02.03.2018, 02.03.2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0933, 03.01.2018, 03.03.2018, 03.03.2018&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Calendar]:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CalDate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01.03.2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 02.03.2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 03.03.2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 04.03.2018&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt; and with this data i want&amp;nbsp; a new table with records like followings &lt;/P&gt;&lt;P&gt;[Main]:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RepCode, VisitDate1, PlanDate1, CombDate1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0428, 01.03.2018, , 01.03.2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0428, , 02.03.2018, 02.03.2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0428, 03.01.2018, 03.03.2018, 03.03.2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0428, , , 04.03.2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0933, 01.03.2018, , 01.03.2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0933, , 02.03.2018, 02.03.2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0933, 03.01.2018, 03.03.2018, 03.03.2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0933, , , 04.03.2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0928, 01.03.2018, , 01.03.2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0928, , 02.03.2018, 02.03.2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0928, 03.01.2018, 03.03.2018, 03.03.2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0928, , , 04.03.2018&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to make a product of above two tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-two-tables/m-p/63508#M781785</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Combine two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-two-tables/m-p/63509#M781786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Visit]:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * INLINE [&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RepCode, VisitDate, PlanDate, CombDate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0928, 01.03.2018, , 01.03.2018&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0928, , 02.03.2018, 02.03.2018&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0928, 03.01.2018, 03.03.2018, 03.03.2018&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0428, 01.03.2018, , 01.03.2018&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0428, , 02.03.2018, 02.03.2018&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0428, 03.01.2018, 03.03.2018, 03.03.2018&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0933, 01.03.2018, , 01.03.2018&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0933, , 02.03.2018, 02.03.2018&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0933, 03.01.2018, 03.03.2018, 03.03.2018&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Join(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Visit)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Calendar]:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * INLINE [&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CombDate&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01.03.2018&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 02.03.2018&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 03.03.2018&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 04.03.2018&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 17:59:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-two-tables/m-p/63509#M781786</guid>
      <dc:creator>ychaitanya</dc:creator>
      <dc:date>2018-03-21T17:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Combine two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-two-tables/m-p/63510#M781787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i got the following result by joining the&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="width: 282px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="18" width="73"&gt;CombDate&lt;/TD&gt;&lt;TD class="xl63" width="62"&gt;PlanDate&lt;/TD&gt;&lt;TD class="xl63" width="55"&gt;RepCode&lt;/TD&gt;&lt;TD class="xl63" width="62"&gt;VisitDate&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="18"&gt;01.03.2018&lt;/TD&gt;&lt;TD class="xl65"&gt; &lt;/TD&gt;&lt;TD class="xl64"&gt;0428&lt;/TD&gt;&lt;TD class="xl64"&gt;01.03.2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="18"&gt;01.03.2018&lt;/TD&gt;&lt;TD class="xl65"&gt; &lt;/TD&gt;&lt;TD class="xl64"&gt;0928&lt;/TD&gt;&lt;TD class="xl64"&gt;01.03.2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="18"&gt;01.03.2018&lt;/TD&gt;&lt;TD class="xl65"&gt; &lt;/TD&gt;&lt;TD class="xl64"&gt;0933&lt;/TD&gt;&lt;TD class="xl64"&gt;01.03.2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="18"&gt;02.03.2018&lt;/TD&gt;&lt;TD class="xl64"&gt;02.03.2018&lt;/TD&gt;&lt;TD class="xl64"&gt;0428&lt;/TD&gt;&lt;TD class="xl65"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="18"&gt;02.03.2018&lt;/TD&gt;&lt;TD class="xl64"&gt;02.03.2018&lt;/TD&gt;&lt;TD class="xl64"&gt;0928&lt;/TD&gt;&lt;TD class="xl65"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="18"&gt;02.03.2018&lt;/TD&gt;&lt;TD class="xl64"&gt;02.03.2018&lt;/TD&gt;&lt;TD class="xl64"&gt;0933&lt;/TD&gt;&lt;TD class="xl65"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="18"&gt;03.03.2018&lt;/TD&gt;&lt;TD class="xl64"&gt;03.03.2018&lt;/TD&gt;&lt;TD class="xl64"&gt;0428&lt;/TD&gt;&lt;TD class="xl64"&gt;03.01.2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="18"&gt;03.03.2018&lt;/TD&gt;&lt;TD class="xl64"&gt;03.03.2018&lt;/TD&gt;&lt;TD class="xl64"&gt;0928&lt;/TD&gt;&lt;TD class="xl64"&gt;03.01.2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="18"&gt;03.03.2018&lt;/TD&gt;&lt;TD class="xl64"&gt;03.03.2018&lt;/TD&gt;&lt;TD class="xl64"&gt;0933&lt;/TD&gt;&lt;TD class="xl64"&gt;03.01.2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="18"&gt;04.03.2018&lt;/TD&gt;&lt;TD class="xl67"&gt; &lt;/TD&gt;&lt;TD class="xl67"&gt; &lt;/TD&gt;&lt;TD class="xl67"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but how to get 04.03.2018 with all repcodes with plandate and visitdate blank&lt;/P&gt;&lt;P&gt;ie&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 252px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="18" width="73"&gt;CombDate&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="62"&gt;PlanDate&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="55"&gt;RepCode&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="62"&gt;VisitDate&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="18" style="border-top: none;"&gt;01.03.2018&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0428&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;01.03.2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="18" style="border-top: none;"&gt;01.03.2018&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0928&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;01.03.2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="18" style="border-top: none;"&gt;01.03.2018&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0928&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;01.03.2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="18" style="border-top: none;"&gt;02.03.2018&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;02.03.2018&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0428&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="18" style="border-top: none;"&gt;02.03.2018&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;02.03.2018&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0928&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="18" style="border-top: none;"&gt;02.03.2018&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;02.03.2018&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0933&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="18" style="border-top: none;"&gt;03.03.2018&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;03.03.2018&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0428&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;03.01.2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="18" style="border-top: none;"&gt;03.03.2018&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;03.03.2018&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0928&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;03.01.2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="18" style="border-top: none;"&gt;03.03.2018&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;03.03.2018&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0933&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;03.01.2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="18" style="border-top: none;"&gt;04.03.2018&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0428&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="18" style="border-top: none;"&gt;04.03.2018&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0928&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="18" style="border-top: none;"&gt;04.03.2018&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0933&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 07:19:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-two-tables/m-p/63510#M781787</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-22T07:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Combine two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-two-tables/m-p/63511#M781788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which field is common in both the tables?&lt;/P&gt;&lt;P&gt;Do you want cartesian join?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 10:39:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-two-tables/m-p/63511#M781788</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-03-22T10:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Combine two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-two-tables/m-p/63512#M781789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes a cartesian join. for every RepCode vs CombDate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 12:24:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-two-tables/m-p/63512#M781789</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-22T12:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Combine two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-two-tables/m-p/63513#M781790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i see &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;CombDate is common between them&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 13:01:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-two-tables/m-p/63513#M781790</guid>
      <dc:creator>ychaitanya</dc:creator>
      <dc:date>2018-03-22T13:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Combine two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-two-tables/m-p/63514#M781791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then he can probably outer join the tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 15:30:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-two-tables/m-p/63514#M781791</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-03-22T15:30:26Z</dc:date>
    </item>
  </channel>
</rss>

