<?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: Difference between P() and E() function? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Difference-between-P-and-E-function/m-p/733871#M1073295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;some answers for the same question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/501560"&gt;P() &amp;amp;amp; E()&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="/t5/forums/searchpage/tab/message?q=P E"&gt;http://community.qlik.com/search.jspa?q=P+E&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Aug 2014 15:22:46 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-08-07T15:22:46Z</dc:date>
    <item>
      <title>Difference between P() and E() function?</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-P-and-E-function/m-p/733868#M1073291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please any body help me what is difference between P&amp;amp;E function with example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 15:14:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-P-and-E-function/m-p/733868#M1073291</guid>
      <dc:creator />
      <dc:date>2014-08-07T15:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between P() and E() function?</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-P-and-E-function/m-p/733869#M1073292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are not functions, rather they are indirect set modifiers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may want to show total sales for customers who bought product A.&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Customer=P({1&amp;lt;Product={'A'})&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or Sales for customers who haven't bought product A&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Customer=E({1&amp;lt;Product={'A'})&amp;gt;} Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 15:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-P-and-E-function/m-p/733869#M1073292</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2014-08-07T15:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between P() and E() function?</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-P-and-E-function/m-p/733870#M1073293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to clarify, P means Possible, and E means Excluded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 15:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-P-and-E-function/m-p/733870#M1073293</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2014-08-07T15:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between P() and E() function?</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-P-and-E-function/m-p/733871#M1073295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;some answers for the same question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/501560"&gt;P() &amp;amp;amp; E()&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="/t5/forums/searchpage/tab/message?q=P E"&gt;http://community.qlik.com/search.jspa?q=P+E&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 15:22:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-P-and-E-function/m-p/733871#M1073295</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-08-07T15:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between P() and E() function?</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-P-and-E-function/m-p/1562433#M1073297</link>
      <description>&lt;P&gt;So,&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Customer=E({1&amp;lt;Product={'A'})&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;equals to&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Customer-=P({1&amp;lt;Product={'A'})&amp;gt;} Sales) ?&lt;/P&gt;&lt;P&gt;Kindly educate me&amp;nbsp; on this whether both are same or otherwise.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Selva&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 12:47:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-P-and-E-function/m-p/1562433#M1073297</guid>
      <dc:creator>SelvaKumar</dc:creator>
      <dc:date>2019-03-28T12:47:54Z</dc:date>
    </item>
  </channel>
</rss>

