<?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: Expressions Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expressions-Issue/m-p/740320#M471357</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;lägstapris * (&lt;/SPAN&gt;If(lägstapris/Försäljningspris &amp;lt;=1.125)), 1.30, 1))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;should do (please check decimal-symbol to be either "." or ",".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;HTH Peter&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Mar 2015 10:17:55 GMT</pubDate>
    <dc:creator>prieper</dc:creator>
    <dc:date>2015-03-18T10:17:55Z</dc:date>
    <item>
      <title>Expressions Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-Issue/m-p/740312#M471349</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;Im trying to create a expression that states the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the listprice divided by the salesprice is more or equal to 112.5 %&amp;nbsp; then the amount above should be mutilplide by 1.30 if not then multipled by 1.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ive started but got stucked pretty fast.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(((Sum(lägstapris)/Sum(Försäljningspris))&amp;lt;=('1,125')), * '1.30' )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im kinda in a stress in this matter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/André &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 10:01:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-Issue/m-p/740312#M471349</guid>
      <dc:creator>harjedalskok</dc:creator>
      <dc:date>2015-03-18T10:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-Issue/m-p/740313#M471350</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;If((Sum(lägstapris)/Sum(Försäljningspris))&amp;gt;=1.125,Sum(lägstapris)/Sum(Försäljningspris)) * 1.30,Sum(lägstapris)/Sum(Försäljningspris))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You do not need to multiply by 1 as will give you the same result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 10:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-Issue/m-p/740313#M471350</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-03-18T10:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-Issue/m-p/740314#M471351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andre,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it what you are looking for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF((LP/SP)&amp;gt;='112.5%',((LP/SP)-1125)*1.30,(1125-(LP/SP))*1.0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 10:08:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-Issue/m-p/740314#M471351</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2015-03-18T10:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-Issue/m-p/740315#M471352</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;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Num((Sum(lägstapris)/Sum(Försäljningspris)),'#,##0%')&amp;lt;='112.50%',(Sum(lägstapris)/Sum(Försäljningspris))*1.30,&lt;/P&gt;&lt;P&gt;(Sum(lägstapris)/Sum(Försäljningspris))*1.0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Av7eN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 10:08:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-Issue/m-p/740315#M471352</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2015-03-18T10:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-Issue/m-p/740316#M471353</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;=if((sum(listprice)/sum(salesprice))&amp;gt;=112.5,&lt;SPAN style="font-size: 13.3333330154419px;"&gt;(sum(listprice)/sum(salesprice))*1.30,&lt;SPAN style="font-size: 13.3333330154419px;"&gt;(sum(listprice)/sum(salesprice))*1.0)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 10:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-Issue/m-p/740316#M471353</guid>
      <dc:creator />
      <dc:date>2015-03-18T10:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-Issue/m-p/740317#M471354</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;Try&lt;/P&gt;&lt;P&gt;If((Sum(lägstapris)/Sum(Försäljningspris))&amp;gt;=1.125,&lt;/P&gt;&lt;P&gt;(Sum(lägstapris)/Sum(Försäljningspris))*1.30,&lt;/P&gt;&lt;P&gt;(Sum(lägstapris)/Sum(Försäljningspris))&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 10:09:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-Issue/m-p/740317#M471354</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-03-18T10:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-Issue/m-p/740318#M471355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I took your statement&amp;nbsp; " amount above " in wrong sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(sum(LP)/sum(SP)&amp;gt;='112.5%',sum(LP)/sum(SP)*1.30,sum(LP)/sum(SP))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 10:11:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-Issue/m-p/740318#M471355</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2015-03-18T10:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-Issue/m-p/740319#M471356</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;What do you mean by "amount above"? I am assuming it as sum(ListPrice)/sum(SalesPrice).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please try using it:&lt;/P&gt;&lt;P&gt;if(&lt;/P&gt;&lt;P&gt;(sum(ListPrice)/sum(SalesPrice))*100 &amp;gt;=112.5, &lt;BR /&gt;(sum(ListPrice)/sum(SalesPrice))*1.3,&lt;/P&gt;&lt;P&gt;(sum(ListPrice)/sum(SalesPrice))&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 10:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-Issue/m-p/740319#M471356</guid>
      <dc:creator />
      <dc:date>2015-03-18T10:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-Issue/m-p/740320#M471357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;lägstapris * (&lt;/SPAN&gt;If(lägstapris/Försäljningspris &amp;lt;=1.125)), 1.30, 1))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;should do (please check decimal-symbol to be either "." or ",".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;HTH Peter&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 10:17:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-Issue/m-p/740320#M471357</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2015-03-18T10:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-Issue/m-p/740321#M471358</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;Thx for fast response, im gonna try the above, just to clearify, its only the amount above 1,125 that should be multiplied, so the expression should give the result,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lets for say that the salesprice is 50000 the list price is (100%)40000 then the first (112,5 %) 45000 should be multiplied with 1.0 the rest (12,5 %) 5000 should be multiplied by 1.30 giving a result of 51500. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so the extra gain for the salemans bonus is 1500 since he sold the kitchen 25% above list price. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this sorted some of the thoughts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 10:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-Issue/m-p/740321#M471358</guid>
      <dc:creator>harjedalskok</dc:creator>
      <dc:date>2015-03-18T10:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-Issue/m-p/740322#M471359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is a new bonus system that give the salesman 30% extra when they salesamount is 12,5 % above listprice. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 10:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-Issue/m-p/740322#M471359</guid>
      <dc:creator>harjedalskok</dc:creator>
      <dc:date>2015-03-18T10:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-Issue/m-p/740323#M471360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;So the formula is&lt;/P&gt;&lt;P&gt;(SP - LP * 1.125) * 1.3?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 11:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-Issue/m-p/740323#M471360</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2015-03-18T11:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-Issue/m-p/740324#M471361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, since the difference between salesprice and listprice renders a percentage depending on that percentage some action will be taken, if the salesman have a percentage of 1,125 meaning he has sold for 12,5 % over the listprice, this doesent render anything extra for the salesman except the normal bonus, but if the sales would have been 1.25 % this means that the salesman should have an extra of 30 % on the amount above 1.125. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SP 50000 LP 40000 diffrence 10000 equal to 25 % above LP 12,5 % of the above results in 5000 that he should have an extra of 30 % on meaning that the salesman will get on that kitchen 1500 % on bonus base sales, since the kitchen in the bonus calculation will have a value of 51500 instead of the normal 50000. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 11:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-Issue/m-p/740324#M471361</guid>
      <dc:creator>harjedalskok</dc:creator>
      <dc:date>2015-03-18T11:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-Issue/m-p/740325#M471362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I think that this is what you are looking for ....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(((Sum(lägstapris)/Sum(Försäljningspris)) &amp;lt;= 1.125,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&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;Sum(Försäljningspris) + ((&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum(lägstapris) - &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum(Försäljningspris)) * 1.3,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&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;Sum(Försäljningspris)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;)&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 12:35:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-Issue/m-p/740325#M471362</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2015-03-18T12:35:44Z</dc:date>
    </item>
  </channel>
</rss>

