<?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 How to implement Conditional join in QlikView? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-implement-Conditional-join-in-QlikView/m-p/225474#M77774</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you don't need the join, in the attached file you can check 2 ways&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;with an accumulated field using rangesum + peek&lt;/LI&gt;&lt;LI&gt;in a table using above()&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;check out and tell me if it solves your problem&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;PS. this is the easy way, cause you only have one article, with 2 or more you will need to improve the script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jan 2010 15:14:55 GMT</pubDate>
    <dc:creator>hector</dc:creator>
    <dc:date>2010-01-28T15:14:55Z</dc:date>
    <item>
      <title>How to implement Conditional join in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-implement-Conditional-join-in-QlikView/m-p/225473#M77773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I have a Table-1 with following structure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 144pt; border-collapse: collapse;" width="192"&gt;&lt;COLGROUP&gt;&lt;COL span="3" style="width: 48pt;" width="64" /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD class="xl22" height="17" style="width: 48pt; height: 12.75pt; background-color: transparent; border: windowtext 0.5pt solid;" width="64"&gt;&lt;STRONG&gt;E-Name&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl22" style="border-right: windowtext 0.5pt solid; border-top: windowtext 0.5pt solid; border-left: windowtext; width: 48pt; border-bottom: windowtext 0.5pt solid; background-color: transparent;" width="64"&gt;&lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl22" style="border-right: windowtext 0.5pt solid; border-top: windowtext 0.5pt solid; border-left: windowtext; width: 48pt; border-bottom: windowtext 0.5pt solid; background-color: transparent;" width="64"&gt;&lt;STRONG&gt;Sales&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD class="xl23" height="17" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext 0.5pt solid; border-bottom: windowtext 0.5pt solid; height: 12.75pt; background-color: transparent;"&gt;ABC&lt;/TD&gt;&lt;TD align="right" class="xl23" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; border-bottom: windowtext 0.5pt solid; background-color: transparent;"&gt;200901&lt;/TD&gt;&lt;TD align="right" class="xl23" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; border-bottom: windowtext 0.5pt solid; background-color: transparent;"&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD class="xl23" height="17" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext 0.5pt solid; border-bottom: windowtext 0.5pt solid; height: 12.75pt; background-color: transparent;"&gt;ABC&lt;/TD&gt;&lt;TD align="right" class="xl23" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; border-bottom: windowtext 0.5pt solid; background-color: transparent;"&gt;200902&lt;/TD&gt;&lt;TD align="right" class="xl23" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; border-bottom: windowtext 0.5pt solid; background-color: transparent;"&gt;1200&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD class="xl23" height="17" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext 0.5pt solid; border-bottom: windowtext 0.5pt solid; height: 12.75pt; background-color: transparent;"&gt;ABC&lt;/TD&gt;&lt;TD align="right" class="xl23" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; border-bottom: windowtext 0.5pt solid; background-color: transparent;"&gt;200903&lt;/TD&gt;&lt;TD align="right" class="xl23" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; border-bottom: windowtext 0.5pt solid; background-color: transparent;"&gt;1400&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD class="xl23" height="17" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext 0.5pt solid; border-bottom: windowtext 0.5pt solid; height: 12.75pt; background-color: transparent;"&gt;ABC&lt;/TD&gt;&lt;TD align="right" class="xl23" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; border-bottom: windowtext 0.5pt solid; background-color: transparent;"&gt;200904&lt;/TD&gt;&lt;TD align="right" class="xl23" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; border-bottom: windowtext 0.5pt solid; background-color: transparent;"&gt;1500&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD class="xl23" height="17" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext 0.5pt solid; border-bottom: windowtext 0.5pt solid; height: 12.75pt; background-color: transparent;"&gt;ABC&lt;/TD&gt;&lt;TD align="right" class="xl23" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; border-bottom: windowtext 0.5pt solid; background-color: transparent;"&gt;200905&lt;/TD&gt;&lt;TD align="right" class="xl23" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; border-bottom: windowtext 0.5pt solid; background-color: transparent;"&gt;1200&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD class="xl23" height="17" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext 0.5pt solid; border-bottom: windowtext 0.5pt solid; height: 12.75pt; background-color: transparent;"&gt;ABC&lt;/TD&gt;&lt;TD align="right" class="xl23" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; border-bottom: windowtext 0.5pt solid; background-color: transparent;"&gt;200906&lt;/TD&gt;&lt;TD align="right" class="xl23" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; border-bottom: windowtext 0.5pt solid; background-color: transparent;"&gt;1100&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;and I need to calculate cummalative measure :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 183pt; border-collapse: collapse;" width="243"&gt;&lt;COLGROUP&gt;&lt;COL style="width: 42pt; mso-width-source: userset; mso-width-alt: 2048;" width="56" /&gt;&lt;COL style="width: 37pt; mso-width-source: userset; mso-width-alt: 1792;" width="49" /&gt;&lt;COL style="width: 32pt; mso-width-source: userset; mso-width-alt: 1536;" width="42" /&gt;&lt;COL style="width: 72pt; mso-width-source: userset; mso-width-alt: 3510;" width="96" /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD class="xl24" height="17" style="width: 42pt; height: 12.75pt; background-color: transparent; border: windowtext 0.5pt solid;" width="56"&gt;&lt;STRONG&gt;E-Name&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl24" style="border-right: windowtext 0.5pt solid; border-top: windowtext 0.5pt solid; border-left: windowtext; width: 37pt; border-bottom: windowtext 0.5pt solid; background-color: transparent;" width="49"&gt;&lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl24" style="border-right: windowtext 0.5pt solid; border-top: windowtext 0.5pt solid; border-left: windowtext; width: 32pt; border-bottom: windowtext 0.5pt solid; background-color: transparent;" width="42"&gt;&lt;STRONG&gt;Sales&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl24" style="border-right: windowtext 0.5pt solid; border-top: windowtext 0.5pt solid; border-left: windowtext; width: 72pt; border-bottom: windowtext 0.5pt solid; background-color: transparent;" width="96"&gt;&lt;STRONG&gt;Sales - Cumm&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD class="xl25" height="17" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext 0.5pt solid; border-bottom: windowtext 0.5pt solid; height: 12.75pt; background-color: transparent;"&gt;ABC&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; border-bottom: windowtext 0.5pt solid; background-color: transparent;"&gt;200901&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; border-bottom: windowtext 0.5pt solid; background-color: transparent;"&gt;1000&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; border-bottom: windowtext 0.5pt solid; background-color: transparent;" fmla="=C2"&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD class="xl25" height="17" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext 0.5pt solid; border-bottom: windowtext 0.5pt solid; height: 12.75pt; background-color: transparent;"&gt;ABC&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; border-bottom: windowtext 0.5pt solid; background-color: transparent;"&gt;200902&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; border-bottom: windowtext 0.5pt solid; background-color: transparent;"&gt;1200&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; border-bottom: windowtext 0.5pt solid; background-color: transparent;" fmla="=C3+D2"&gt;2200&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD class="xl25" height="17" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext 0.5pt solid; border-bottom: windowtext 0.5pt solid; height: 12.75pt; background-color: transparent;"&gt;ABC&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; border-bottom: windowtext 0.5pt solid; background-color: transparent;"&gt;200903&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; border-bottom: windowtext 0.5pt solid; background-color: transparent;"&gt;1400&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; border-bottom: windowtext 0.5pt solid; background-color: transparent;" fmla="=C4+D3"&gt;3600&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD class="xl25" height="17" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext 0.5pt solid; border-bottom: windowtext 0.5pt solid; height: 12.75pt; background-color: transparent;"&gt;ABC&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; border-bottom: windowtext 0.5pt solid; background-color: transparent;"&gt;200904&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; border-bottom: windowtext 0.5pt solid; background-color: transparent;"&gt;1500&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; border-bottom: windowtext 0.5pt solid; background-color: transparent;" fmla="=C5+D4"&gt;5100&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD class="xl25" height="17" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext 0.5pt solid; border-bottom: windowtext 0.5pt solid; height: 12.75pt; background-color: transparent;"&gt;ABC&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; border-bottom: windowtext 0.5pt solid; background-color: transparent;"&gt;200905&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; border-bottom: windowtext 0.5pt solid; background-color: transparent;"&gt;1200&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; border-bottom: windowtext 0.5pt solid; background-color: transparent;" fmla="=C6+D5"&gt;6300&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD class="xl25" height="17" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext 0.5pt solid; border-bottom: windowtext 0.5pt solid; height: 12.75pt; background-color: transparent;"&gt;ABC&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; border-bottom: windowtext 0.5pt solid; background-color: transparent;"&gt;200906&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; border-bottom: windowtext 0.5pt solid; background-color: transparent;"&gt;1100&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; border-bottom: windowtext 0.5pt solid; background-color: transparent;" fmla="=C7+D6"&gt;7400&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;We can derive the above result with self-Join Query.&lt;/P&gt;&lt;P&gt;Please let me know the method to proceed the same in QlikView.&lt;/P&gt;&lt;P&gt;Select .... from Table - 1 inner join Table-1 Table-2 on&lt;/P&gt;&lt;P&gt;(Table-1.E-name = Table-2.E-name and Table-1.Month &amp;lt;= Table-2.Month)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Sarat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2010 13:51:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-implement-Conditional-join-in-QlikView/m-p/225473#M77773</guid>
      <dc:creator />
      <dc:date>2010-01-28T13:51:36Z</dc:date>
    </item>
    <item>
      <title>How to implement Conditional join in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-implement-Conditional-join-in-QlikView/m-p/225474#M77774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you don't need the join, in the attached file you can check 2 ways&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;with an accumulated field using rangesum + peek&lt;/LI&gt;&lt;LI&gt;in a table using above()&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;check out and tell me if it solves your problem&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;PS. this is the easy way, cause you only have one article, with 2 or more you will need to improve the script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2010 15:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-implement-Conditional-join-in-QlikView/m-p/225474#M77774</guid>
      <dc:creator>hector</dc:creator>
      <dc:date>2010-01-28T15:14:55Z</dc:date>
    </item>
    <item>
      <title>How to implement Conditional join in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-implement-Conditional-join-in-QlikView/m-p/225475#M77775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Here you are the sentence:&lt;/P&gt;&lt;P&gt;=Sum(Sales) + rangesum(Above(Sum([Sales]), 1, 3))&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2010 15:33:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-implement-Conditional-join-in-QlikView/m-p/225475#M77775</guid>
      <dc:creator />
      <dc:date>2010-01-28T15:33:29Z</dc:date>
    </item>
    <item>
      <title>How to implement Conditional join in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-implement-Conditional-join-in-QlikView/m-p/225476#M77776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;I am getting error: "Above() function is not a valid function".&lt;/P&gt;&lt;P&gt;My QlikView Version -8.0.1.4760.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;My Script:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Test1:&lt;BR /&gt;Load * Inline&lt;BR /&gt;[&lt;BR /&gt;Ename,Month,Sales&lt;BR /&gt;ABC,200901,1000&lt;BR /&gt;ABC,200902,1200&lt;BR /&gt;ABC,200903,1100&lt;BR /&gt;ABC,200904,1500&lt;BR /&gt;ABC,200906,1200&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Sales:&lt;BR /&gt;Load *,Sum(Sales) + rangesum(Above(Sum([Sales])), 1, 3) as Cumm_Sum&lt;BR /&gt;resident Test1;&lt;/P&gt;&lt;P&gt;Drop Table Test1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sarat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2010 05:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-implement-Conditional-join-in-QlikView/m-p/225476#M77776</guid>
      <dc:creator />
      <dc:date>2010-01-29T05:59:49Z</dc:date>
    </item>
    <item>
      <title>How to implement Conditional join in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-implement-Conditional-join-in-QlikView/m-p/225477#M77777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, above() is a function for charts, is not recognized in the script section&lt;/P&gt;&lt;P&gt;the similar function in "script environment" is peek() or previous()&lt;/P&gt;&lt;P&gt;see the attached document (if this times can be uploaded xD)&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2010 12:14:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-implement-Conditional-join-in-QlikView/m-p/225477#M77777</guid>
      <dc:creator>hector</dc:creator>
      <dc:date>2010-01-29T12:14:30Z</dc:date>
    </item>
  </channel>
</rss>

