<?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: how to write expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-write-expression/m-p/1327230#M460494</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have master calender&amp;nbsp; and if i have any filtering by year i use &lt;/P&gt;&lt;P&gt;{&amp;lt;Calendrier.year={$(=Year(Max(Date_id)))}&amp;gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 May 2017 15:08:44 GMT</pubDate>
    <dc:creator>machghoulhaydhe</dc:creator>
    <dc:date>2017-05-12T15:08:44Z</dc:date>
    <item>
      <title>how to write expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-expression/m-p/1327221#M460485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; how to get count of common customers who bought product in both Finance and AD in the same year&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;i wrote a expression for &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;common customers who bought product in&amp;nbsp; Finance and AD irrespective of year,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;i mean if some customer bought a finance product in 2014 and same customer bought a AD in 2016 that will make my count as 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;which i am able&amp;nbsp; to achieve by below expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;C&lt;STRONG&gt;ount(distinct{&amp;lt;MGCID =p({&amp;lt;Group ={'AD'}&amp;gt;})* p({&amp;lt;Group = {'Finance'}&amp;gt;})&amp;gt;}MGCID)&amp;nbsp;&amp;nbsp;&amp;nbsp; (working good)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Now i want count of customers who bought in same year&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;i mean if some customer bought a finance product in 2014 and same customer has to buy a AD product&amp;nbsp; in 2014 then my count is 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;i have Year field&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/162971_Untitled.png" style="height: auto;" /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2017 11:54:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-expression/m-p/1327221#M460485</guid>
      <dc:creator>kunkumnaveen</dc:creator>
      <dc:date>2017-05-11T11:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to write expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-expression/m-p/1327222#M460486</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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;C&lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ount(distinct{&amp;lt;MGCID =p({&amp;lt;Group ={'AD'},Year={"$(=max(Year))"}&amp;gt;})* p({&amp;lt;Group = {'Finance'}&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,Year={"$(=max(Year))&lt;/STRONG&gt;&amp;gt;})&amp;gt;}MGCID) &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2017 12:06:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-expression/m-p/1327222#M460486</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-05-11T12:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to write expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-expression/m-p/1327223#M460487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;i want to display all the three year not only a max year.......&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;C&lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ount(distinct{&amp;lt;MGCID =p({&amp;lt;Group ={'AD'},Year={"$(=max(Year))"}&amp;gt;})* p({&amp;lt;Group = {'Finance'}&lt;STRONG style="font-style: inherit; font-size: 13.3333px;"&gt;,Year={"$(=max(Year))&lt;/STRONG&gt;&amp;gt;})&amp;gt;}MGCID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2017 12:17:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-expression/m-p/1327223#M460487</guid>
      <dc:creator>kunkumnaveen</dc:creator>
      <dc:date>2017-05-11T12:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to write expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-expression/m-p/1327224#M460488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;instead of max function i tried Only function&amp;nbsp; but its not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2017 12:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-expression/m-p/1327224#M460488</guid>
      <dc:creator>kunkumnaveen</dc:creator>
      <dc:date>2017-05-11T12:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to write expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-expression/m-p/1327225#M460489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any suggestions plz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2017 12:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-expression/m-p/1327225#M460489</guid>
      <dc:creator>kunkumnaveen</dc:creator>
      <dc:date>2017-05-11T12:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to write expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-expression/m-p/1327226#M460490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure may be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;= C&lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ount(distinct{&amp;lt;MGCID =p({&amp;lt;Group ={'AD'},Year={"$(&amp;gt;=Min(Year))"}&amp;gt;})* p({&amp;lt;Group = {'Finance'}&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;,Year={"$(=max(Year))&lt;/STRONG&gt;&amp;gt;})&amp;gt;}MGCID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2017 13:01:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-expression/m-p/1327226#M460490</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-05-11T13:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to write expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-expression/m-p/1327227#M460491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you select the particular year, don't you think, below expression should work?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;C&lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ount(distinct{&amp;lt;MGCID =p({&amp;lt;Group ={'AD'}&amp;gt;})* p({&amp;lt;Group = {'Finance'}&amp;gt;})&amp;gt;}MGCID) &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 07:03:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-expression/m-p/1327227#M460491</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-05-12T07:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to write expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-expression/m-p/1327228#M460492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Bonjour,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Je pense que tu peux utilises la fonction AGGR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Tu devrais plutôt l'écrire comme ceci:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Count( Distinct Total &amp;lt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MGCID &lt;/STRONG&gt;&amp;gt; Aggr(tonExpression, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #edf8ca;"&gt;Dimensions&lt;/SPAN&gt;, autresDimensions)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Par "tonExpression", je pense à ta grande expression qui calcule le retard (je crois)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Comme dimensions, il faut mettre &lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MGCID &lt;/STRONG&gt;, plus les autres dimensions (séparées par des virgules ) qui permettent d'identifier une valeur unique pour les champs utilisé dans ton expression : ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 07:44:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-expression/m-p/1327228#M460492</guid>
      <dc:creator>machghoulhaydhe</dc:creator>
      <dc:date>2017-05-12T07:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to write expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-expression/m-p/1327229#M460493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you filtering by year? Do you have a master calendar or a time dimension table? Or are you just using the date from your data set to filter on? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 08:41:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-expression/m-p/1327229#M460493</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-12T08:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to write expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-expression/m-p/1327230#M460494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have master calender&amp;nbsp; and if i have any filtering by year i use &lt;/P&gt;&lt;P&gt;{&amp;lt;Calendrier.year={$(=Year(Max(Date_id)))}&amp;gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 15:08:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-expression/m-p/1327230#M460494</guid>
      <dc:creator>machghoulhaydhe</dc:creator>
      <dc:date>2017-05-12T15:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to write expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-expression/m-p/1327231#M460495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;May be try this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;= C&lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ount(distinct{&amp;lt;MGCID =p({&amp;lt;Group ={'AD'},Year={" &lt;EM&gt;&amp;gt;= Year(Date(Min(Date_Id)))&lt;/EM&gt; "}&amp;gt;})* p({&amp;lt;Group = {'Finance'}&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;,Year={"$(=max(Year))&lt;/STRONG&gt;&amp;gt;})&amp;gt;}MGCID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 15:18:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-expression/m-p/1327231#M460495</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-05-12T15:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to write expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-expression/m-p/1327232#M460496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be create a new field in the script using&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px; 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: 13.3333px;"&gt;AutoNumber(&lt;/SPAN&gt;MGCID &amp;amp; Year) as Key&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;STRONG&gt;C&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ount(DISTINCT {&amp;lt;&lt;SPAN style="color: #ff0000;"&gt;Key&lt;/SPAN&gt; = p({&amp;lt;Group ={'AD'}&amp;gt;}) * p({&amp;lt;Group = {'Finance'}&amp;gt;})&amp;gt;} MGCID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or something like this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(Aggr(If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;C&lt;/SPAN&gt;ount({&amp;lt;Group = {'AD'}&amp;gt;} MGCID) &amp;gt; 0 and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;C&lt;/SPAN&gt;ount({&amp;lt;Group = {'Finance'}&amp;gt;} MGCID) &amp;gt; 0, 1, 0), MGCID, Year))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 18:17:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-expression/m-p/1327232#M460496</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-12T18:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to write expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-expression/m-p/1327233#M460497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2017 09:18:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-expression/m-p/1327233#M460497</guid>
      <dc:creator>kunkumnaveen</dc:creator>
      <dc:date>2017-05-23T09:18:55Z</dc:date>
    </item>
  </channel>
</rss>

