<?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: Join help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Join-help/m-p/1206772#M877853</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a great article outlining the difference between the different joins and keep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/39177"&gt;Understanding Join, Keep and Concatenate&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like Massimo said, maybe KEEP is the function you want instead of JOIN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Oct 2016 13:35:16 GMT</pubDate>
    <dc:creator>squeakie_pig</dc:creator>
    <dc:date>2016-10-20T13:35:16Z</dc:date>
    <item>
      <title>Join help</title>
      <link>https://community.qlik.com/t5/QlikView/Join-help/m-p/1206762#M877843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 tables, i have more than one common field. but i have to do left join with one key only.&lt;/P&gt;&lt;P&gt;here i want to left join with &lt;STRONG&gt;CatID.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Sample Example:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CatID, costcenter, amount&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001, ABC, 300&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001, BCA, 120&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001, MKL, 900&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000, jkl, 90&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000, oip, 980&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1011, LPO, 650&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1011, POL, 320&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CatID, costcenter, Chours, Wamount&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001, ABC, 10, 100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001, ACB, 2, 200&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1111, KLJ, 7, 300&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000, jkl, 12, 400&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001, oip, 17, 500&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1111, LPO, 9, 600&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1011, POL, 22, 700&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here simple data working fine for me, but my real data i have more than 10 common fields. when i am giving &lt;STRONG&gt;left join not working properly.&amp;nbsp; (But i want left join with one filed only)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My real data if i am using LEFT JOIN showing wrong result, but LEFT KEEP showing correct. &lt;/P&gt;&lt;P&gt;these are both same left join and left keep it should be correct result ??? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&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/Join-help/m-p/1206762#M877843</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Join help</title>
      <link>https://community.qlik.com/t5/QlikView/Join-help/m-p/1206763#M877844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My doubt...&lt;/P&gt;&lt;P&gt;how it works &lt;STRONG&gt;left join&lt;/STRONG&gt; ?? &lt;/P&gt;&lt;P&gt;if i have more than one common field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please anyone can explain me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 18:05:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-help/m-p/1206763#M877844</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2016-10-19T18:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Join help</title>
      <link>https://community.qlik.com/t5/QlikView/Join-help/m-p/1206764#M877845</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;You can left join one field and rename other 9 common fields. or you can use qualify statement to avoid the multiple fields joining.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 18:17:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-help/m-p/1206764#M877845</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2016-10-19T18:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Join help</title>
      <link>https://community.qlik.com/t5/QlikView/Join-help/m-p/1206765#M877846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In above example you can left join using CATID and rename the costcenter field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 18:18:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-help/m-p/1206765#M877846</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2016-10-19T18:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Join help</title>
      <link>https://community.qlik.com/t5/QlikView/Join-help/m-p/1206766#M877847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope the attached qvw will help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 18:20:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-help/m-p/1206766#M877847</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2016-10-19T18:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Join help</title>
      <link>https://community.qlik.com/t5/QlikView/Join-help/m-p/1206767#M877848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not better to union?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 18:25:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-help/m-p/1206767#M877848</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-19T18:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Join help</title>
      <link>https://community.qlik.com/t5/QlikView/Join-help/m-p/1206768#M877849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;left join: the result is&lt;/P&gt;&lt;P&gt;- all the records of the first table (left)&lt;/P&gt;&lt;P&gt;- the records of the second table where all the common fields (CatID, costcenter) have the same value of the first table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Example:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CatID, costcenter, amount&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001, ABC, 300&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001, BCA, 120&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001, MKL, 900&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000, jkl, 90&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000, oip, 980&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1011, LPO, 650&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1011, POL, 320&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;left join&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CatID, costcenter, Chours, Wamount&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001, ABC, 10, 100&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001, ACB, 2, 200&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1111, KLJ, 7, 300&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000, jkl, 12, 400&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001, oip, 17, 500&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1111, LPO, 9, 600&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1011, POL, 22, 700&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;maybe these can help you&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewapuntes.blogspot.it/2014/01/esquema-de-joins.html" title="http://qlikviewapuntes.blogspot.it/2014/01/esquema-de-joins.html"&gt;http://qlikviewapuntes.blogspot.it/2014/01/esquema-de-joins.html&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewapuntes.blogspot.it/2014/01/esquema-keep.html" title="http://qlikviewapuntes.blogspot.it/2014/01/esquema-keep.html"&gt;http://qlikviewapuntes.blogspot.it/2014/01/esquema-keep.html&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 18:25:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-help/m-p/1206768#M877849</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-10-19T18:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Join help</title>
      <link>https://community.qlik.com/t5/QlikView/Join-help/m-p/1206769#M877850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How does join work?&lt;/P&gt;&lt;P&gt;IT's like the field link in two tables. If you join two tables with one common field you join both tables by this common field.&lt;/P&gt;&lt;P&gt;If there are more common field (like in your example), all common field are compared in the join tables (in your example CatId and costcenter).&lt;/P&gt;&lt;P&gt;I won't like to join your tables only by field CatId. Because all values from table one are joined (and multiplicated) by second table.&lt;/P&gt;&lt;P&gt;See only CountId 1001:&lt;/P&gt;&lt;P&gt;Three data sets in table one&lt;/P&gt;&lt;P&gt;Three data sets in tyble two&lt;/P&gt;&lt;P&gt;-&amp;gt; so you will get 9 data sets in your final table. Each line value from table one is getting three datasets from second table.&lt;/P&gt;&lt;P&gt;At all: Be careful by joining tables: Compare both (or more) tables before and after join. Is the number of records in the final table the right one? Or are there too many records because the join fields are not exact enough.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 19:09:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-help/m-p/1206769#M877850</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2016-10-19T19:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Join help</title>
      <link>https://community.qlik.com/t5/QlikView/Join-help/m-p/1206770#M877851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why loading the common fields in the joining table in the first place if you don't want to join on them?&lt;/P&gt;&lt;P&gt;What's your expected result here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 23:15:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-help/m-p/1206770#M877851</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-10-19T23:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Join help</title>
      <link>https://community.qlik.com/t5/QlikView/Join-help/m-p/1206771#M877852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I have your expected table with values because this is bit tricky. So, we might help you on function with one speCific field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 02:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-help/m-p/1206771#M877852</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-10-20T02:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Join help</title>
      <link>https://community.qlik.com/t5/QlikView/Join-help/m-p/1206772#M877853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a great article outlining the difference between the different joins and keep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/39177"&gt;Understanding Join, Keep and Concatenate&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like Massimo said, maybe KEEP is the function you want instead of JOIN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 13:35:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-help/m-p/1206772#M877853</guid>
      <dc:creator>squeakie_pig</dc:creator>
      <dc:date>2016-10-20T13:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Join help</title>
      <link>https://community.qlik.com/t5/QlikView/Join-help/m-p/1206773#M877854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;Use this code:&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14769713506911692 jive_text_macro" jivemacro_uid="_14769713506911692" modifiedtitle="true"&gt;
&lt;P&gt;QUALIFY *;&lt;/P&gt;
&lt;P&gt;UNQUALIFY CatID;&lt;/P&gt;
&lt;P&gt;TableA:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CatID, costcenter, amount&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001, ABC, 300&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001, BCA, 120&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001, MKL, 900&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000, jkl, 90&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000, oip, 980&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1011, LPO, 650&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1011, POL, 320&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;left join&lt;/P&gt;
&lt;P&gt;TableB:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CatID, costcenter, Chours, Wamount&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001, ABC, 10, 100&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001, ACB, 2, 200&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1111, KLJ, 7, 300&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000, jkl, 12, 400&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001, oip, 17, 500&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1111, LPO, 9, 600&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1011, POL, 22, 700&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;UNQUALIFY *;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;This is the output:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/141364_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 13:49:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-help/m-p/1206773#M877854</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-20T13:49:40Z</dc:date>
    </item>
  </channel>
</rss>

