<?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: New Customers Per Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hello-World/m-p/1448278#M818570</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chanin,&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Sales:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG style=": ; color: #0000ff;"&gt;Load&lt;/STRONG&gt; *,&lt;SPAN style="color: #0000ff;"&gt;Date&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Date&lt;/SPAN&gt;,'YYYYMM') &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;YearMonth&lt;/SPAN&gt;,&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;If&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Exists&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Customer&lt;/SPAN&gt;),0,1) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;FlagNew&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;Inline&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[&lt;BR /&gt; Date, Customer, Sales, Product&lt;BR /&gt; 01/01/2017, A, 100, Orange&lt;BR /&gt; 01/01/2017, B, 120, Grapes&lt;BR /&gt; 01/01/2017, C, 140, Apple&lt;BR /&gt; 01/02/2017, A, 40, Orange&lt;BR /&gt; 01/02/2017, C, 60, Pineapple&lt;BR /&gt; 01/02/2017, D, 110, Grapes&lt;BR /&gt; 01/02/2017, L, 80, Pineapple&lt;BR /&gt; 01/02/2017, P, 90, Grapes&lt;BR /&gt; 01/02/2017, S, 75, Orange&lt;BR /&gt; 01/03/2017, B, 45, Grapes&lt;BR /&gt; 01/03/2017, C, 140, Pineapple&lt;BR /&gt; 01/03/2017, E, 55, Orange&lt;BR /&gt; 01/04/2017, A, 60, Grapes&lt;BR /&gt; 01/04/2017, C, 60, Orange&lt;BR /&gt; 01/04/2017, F, 75, Grapes&lt;BR /&gt; 01/04/2017, M, 120, Pineapple&lt;BR /&gt; 01/04/2017, N, 80, Pineapple ]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/174308_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Antonio&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Aug 2017 06:53:21 GMT</pubDate>
    <dc:creator>antoniotiman</dc:creator>
    <dc:date>2017-08-23T06:53:21Z</dc:date>
    <item>
      <title>Hello World</title>
      <link>https://community.qlik.com/t5/QlikView/Hello-World/m-p/1448274#M818566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;zsxdd&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/Hello-World/m-p/1448274#M818566</guid>
      <dc:creator>chanin7893</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: New Customers Per Month</title>
      <link>https://community.qlik.com/t5/QlikView/Hello-World/m-p/1448275#M818567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15034707651492647 jive_text_macro" jivemacro_uid="_15034707651492647" modifiedtitle="true"&gt;
&lt;P&gt;Sales_tmp:&lt;/P&gt;
&lt;P&gt;Load * Inline&lt;/P&gt;
&lt;P&gt;[&lt;/P&gt;
&lt;P&gt;Date, Customer, Sales, Product&lt;/P&gt;
&lt;P&gt;01/01/2017, A, 100, Orange&lt;/P&gt;
&lt;P&gt;01/01/2017, B, 120, Grapes&lt;/P&gt;
&lt;P&gt;01/01/2017, C, 140, Apple&lt;/P&gt;
&lt;P&gt;01/02/2017, A, 40, Orange&lt;/P&gt;
&lt;P&gt;01/02/2017, C, 60, Pineapple&lt;/P&gt;
&lt;P&gt;01/02/2017, D, 110, Grapes&lt;/P&gt;
&lt;P&gt;01/02/2017, L, 80, Pineapple&lt;/P&gt;
&lt;P&gt;01/02/2017, P, 90, Grapes&lt;/P&gt;
&lt;P&gt;01/02/2017, S, 75, Orange&lt;/P&gt;
&lt;P&gt;01/03/2017, B, 45, Grapes&lt;/P&gt;
&lt;P&gt;01/03/2017, C, 140, Pineapple&lt;/P&gt;
&lt;P&gt;01/03/2017, E, 55, Orange&lt;/P&gt;
&lt;P&gt;01/04/2017, A, 60, Grapes&lt;/P&gt;
&lt;P&gt;01/04/2017, C, 60, Orange&lt;/P&gt;
&lt;P&gt;01/04/2017, F, 75, Grapes&lt;/P&gt;
&lt;P&gt;01/04/2017, M, 120, Pineapple&lt;/P&gt;
&lt;P&gt;01/04/2017, N, 80, Pineapple&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;Left join(Sales_tmp)&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;Customer,&lt;/P&gt;
&lt;P&gt;min(date(Date)) as FirstSaleDate&lt;/P&gt;
&lt;P&gt;resident Sales_tmp&lt;/P&gt;
&lt;P&gt;Group By Customer;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Sales:&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;Date,&lt;/P&gt;
&lt;P&gt;Customer,&lt;/P&gt;
&lt;P&gt;Sales,&lt;/P&gt;
&lt;P&gt;Product,&lt;/P&gt;
&lt;P&gt;month(Date) as Month,&lt;/P&gt;
&lt;P&gt;if(FirstSaleDate=Date,1,0) as [Flag New Customer]&lt;/P&gt;
&lt;P&gt;resident Sales_tmp;&lt;/P&gt;
&lt;P&gt;drop table Sales_tmp;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="174306" alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/174306_1.png" style="height: 669px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 06:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hello-World/m-p/1448275#M818567</guid>
      <dc:creator>micheledenardi</dc:creator>
      <dc:date>2017-08-23T06:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: New Customers Per Month</title>
      <link>https://community.qlik.com/t5/QlikView/Hello-World/m-p/1448276#M818568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;Load date(monthname(date#(Datee,'DD/MM/YYYY')),'YYYYMM') as Datee, &lt;/P&gt;&lt;P&gt;Customer, &lt;/P&gt;&lt;P&gt;Sales,&lt;/P&gt;&lt;P&gt;Product &lt;/P&gt;&lt;P&gt;Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Datee, Customer, Sales, Product&lt;/P&gt;&lt;P&gt;01/01/2017, A, 100, Orange&lt;/P&gt;&lt;P&gt;01/01/2017, B, 120, Grapes&lt;/P&gt;&lt;P&gt;01/01/2017, C, 140, Apple&lt;/P&gt;&lt;P&gt;01/02/2017, A, 40, Orange&lt;/P&gt;&lt;P&gt;01/02/2017, C, 60, Pineapple&lt;/P&gt;&lt;P&gt;01/02/2017, D, 110, Grapes&lt;/P&gt;&lt;P&gt;01/02/2017, L, 80, Pineapple&lt;/P&gt;&lt;P&gt;01/02/2017, P, 90, Grapes&lt;/P&gt;&lt;P&gt;01/02/2017, S, 75, Orange&lt;/P&gt;&lt;P&gt;01/03/2017, B, 45, Grapes&lt;/P&gt;&lt;P&gt;01/03/2017, C, 140, Pineapple&lt;/P&gt;&lt;P&gt;01/03/2017, E, 55, Orange&lt;/P&gt;&lt;P&gt;01/04/2017, A, 60, Grapes&lt;/P&gt;&lt;P&gt;01/04/2017, C, 60, Orange&lt;/P&gt;&lt;P&gt;01/04/2017, F, 75, Grapes&lt;/P&gt;&lt;P&gt;01/04/2017, M, 120, Pineapple&lt;/P&gt;&lt;P&gt;01/04/2017, N, 80, Pineapple&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;NoConcatenate&lt;/P&gt;&lt;P&gt;sales1:&lt;/P&gt;&lt;P&gt;load *,if(Customer=Previous(Customer),0,1) as cscount&lt;/P&gt;&lt;P&gt;Resident Sales Order by Customer,Datee asc;&lt;/P&gt;&lt;P&gt;drop table Sales; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take dimension as Datee&lt;/P&gt;&lt;P&gt;Expression as&amp;nbsp; Count({&amp;lt;cscount={"1"}&amp;gt;}Customer) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 06:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hello-World/m-p/1448276#M818568</guid>
      <dc:creator />
      <dc:date>2017-08-23T06:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: New Customers Per Month</title>
      <link>https://community.qlik.com/t5/QlikView/Hello-World/m-p/1448277#M818569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your script:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Left&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Join&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(Sales)&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Customer&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;min&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; 1 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;_New&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Sales&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Group&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;By&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Customer&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Create expression in your chart&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; {&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;_New&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {1}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Customer&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 06:52:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hello-World/m-p/1448277#M818569</guid>
      <dc:creator>kristof_j</dc:creator>
      <dc:date>2017-08-23T06:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: New Customers Per Month</title>
      <link>https://community.qlik.com/t5/QlikView/Hello-World/m-p/1448278#M818570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chanin,&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Sales:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG style=": ; color: #0000ff;"&gt;Load&lt;/STRONG&gt; *,&lt;SPAN style="color: #0000ff;"&gt;Date&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Date&lt;/SPAN&gt;,'YYYYMM') &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;YearMonth&lt;/SPAN&gt;,&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;If&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Exists&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Customer&lt;/SPAN&gt;),0,1) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;FlagNew&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;Inline&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[&lt;BR /&gt; Date, Customer, Sales, Product&lt;BR /&gt; 01/01/2017, A, 100, Orange&lt;BR /&gt; 01/01/2017, B, 120, Grapes&lt;BR /&gt; 01/01/2017, C, 140, Apple&lt;BR /&gt; 01/02/2017, A, 40, Orange&lt;BR /&gt; 01/02/2017, C, 60, Pineapple&lt;BR /&gt; 01/02/2017, D, 110, Grapes&lt;BR /&gt; 01/02/2017, L, 80, Pineapple&lt;BR /&gt; 01/02/2017, P, 90, Grapes&lt;BR /&gt; 01/02/2017, S, 75, Orange&lt;BR /&gt; 01/03/2017, B, 45, Grapes&lt;BR /&gt; 01/03/2017, C, 140, Pineapple&lt;BR /&gt; 01/03/2017, E, 55, Orange&lt;BR /&gt; 01/04/2017, A, 60, Grapes&lt;BR /&gt; 01/04/2017, C, 60, Orange&lt;BR /&gt; 01/04/2017, F, 75, Grapes&lt;BR /&gt; 01/04/2017, M, 120, Pineapple&lt;BR /&gt; 01/04/2017, N, 80, Pineapple ]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/174308_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Antonio&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 06:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hello-World/m-p/1448278#M818570</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-08-23T06:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: New Customers Per Month</title>
      <link>https://community.qlik.com/t5/QlikView/Hello-World/m-p/1448279#M818571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot .. Works like a charm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 07:35:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hello-World/m-p/1448279#M818571</guid>
      <dc:creator>chanin7893</dc:creator>
      <dc:date>2017-08-23T07:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: New Customers Per Month</title>
      <link>https://community.qlik.com/t5/QlikView/Hello-World/m-p/1448280#M818572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="j-post-avatar" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="j-post-author" style="font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;&lt;A href="https://community.qlik.com/people/chanin7893"&gt;chanin7893&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="j-post-avatar" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="j-post-author" style="font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;From where you got this question?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 10:34:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hello-World/m-p/1448280#M818572</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-08-23T10:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hello World</title>
      <link>https://community.qlik.com/t5/QlikView/Hello-World/m-p/1448281#M818573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 11.7px; font-family: inherit; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="233252" data-objecttype="3" href="https://community.qlik.com/people/chanin7893" style="font-weight: inherit; font-style: inherit; font-size: 11.7px; font-family: inherit; color: #3778c7;"&gt;Chanin D'Souza&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 11.7px; font-family: inherit; color: #3d3d3d;"&gt;Why you removed question content?????&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 11:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hello-World/m-p/1448281#M818573</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-08-23T11:01:51Z</dc:date>
    </item>
  </channel>
</rss>

