<?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: Best way to understand P and E function ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Best-way-to-understand-P-and-E-function/m-p/2143977#M1224928</link>
    <description>&lt;P&gt;Using Set analysis is basically the same as playing with filters on the UI.&lt;BR /&gt;P and E are the same as "Select possible" and "Select Excluded".&lt;BR /&gt;So, you can test your expression playing with the filters first.&lt;BR /&gt;Something I'm also using from time to time, to understand my set analysis behaviour, is to replace something like a sum of values, with a concat(distinct ...) function with the same values, or keys. This is listing what is taking in account and sometimes it helps.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vincent_ardiet__0-1701704152702.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/120991i0A8BDAF5797D6516/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vincent_ardiet__0-1701704152702.png" alt="vincent_ardiet__0-1701704152702.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Dec 2023 15:36:18 GMT</pubDate>
    <dc:creator>vincent_ardiet_</dc:creator>
    <dc:date>2023-12-04T15:36:18Z</dc:date>
    <item>
      <title>Best way to understand P and E function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Best-way-to-understand-P-and-E-function/m-p/2143974#M1224927</link>
      <description>&lt;P&gt;I mean I'm looking for exercises to train myself&lt;BR /&gt;easy then hard&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 15:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-way-to-understand-P-and-E-function/m-p/2143974#M1224927</guid>
      <dc:creator>click_on_qlik</dc:creator>
      <dc:date>2023-12-04T15:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to understand P and E function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Best-way-to-understand-P-and-E-function/m-p/2143977#M1224928</link>
      <description>&lt;P&gt;Using Set analysis is basically the same as playing with filters on the UI.&lt;BR /&gt;P and E are the same as "Select possible" and "Select Excluded".&lt;BR /&gt;So, you can test your expression playing with the filters first.&lt;BR /&gt;Something I'm also using from time to time, to understand my set analysis behaviour, is to replace something like a sum of values, with a concat(distinct ...) function with the same values, or keys. This is listing what is taking in account and sometimes it helps.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vincent_ardiet__0-1701704152702.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/120991i0A8BDAF5797D6516/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vincent_ardiet__0-1701704152702.png" alt="vincent_ardiet__0-1701704152702.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 15:36:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-way-to-understand-P-and-E-function/m-p/2143977#M1224928</guid>
      <dc:creator>vincent_ardiet_</dc:creator>
      <dc:date>2023-12-04T15:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to understand P and E function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Best-way-to-understand-P-and-E-function/m-p/2143978#M1224929</link>
      <description>&lt;P&gt;Ok thanks but i am learning with set analysis like this&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sum({1&amp;lt;Customer=(P({1&amp;lt;ProductName={'AAA Running Shoe'}&amp;gt;}))&amp;gt;} LineSalesAmount )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and I need to masterize that ( not UI but set analysis )&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 15:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-way-to-understand-P-and-E-function/m-p/2143978#M1224929</guid>
      <dc:creator>click_on_qlik</dc:creator>
      <dc:date>2023-12-04T15:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to understand P and E function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Best-way-to-understand-P-and-E-function/m-p/2143980#M1224930</link>
      <description>&lt;P&gt;Sure, but if you have some difficulties to understand the syntax, using the UI to reproduce the same things could help.&lt;BR /&gt;Here you have a syntax error as P needs a parameter. If you want the possible customers having bought the AAA Running shoe (regardless of any current selections), you need to write:&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;Customer=P({1&amp;lt;ProductName={'AAA Running Shoe'}&amp;gt;} &lt;STRONG&gt;Customer&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 15:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-way-to-understand-P-and-E-function/m-p/2143980#M1224930</guid>
      <dc:creator>vincent_ardiet_</dc:creator>
      <dc:date>2023-12-04T15:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to understand P and E function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Best-way-to-understand-P-and-E-function/m-p/2143990#M1224931</link>
      <description>&lt;P&gt;Merci Vincent ! ( I assume you understand&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt; )&lt;/P&gt;
&lt;P&gt;Bonne soirée&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 16:18:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-way-to-understand-P-and-E-function/m-p/2143990#M1224931</guid>
      <dc:creator>click_on_qlik</dc:creator>
      <dc:date>2023-12-04T16:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to understand P and E function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Best-way-to-understand-P-and-E-function/m-p/2144016#M1224932</link>
      <description>&lt;P&gt;If you want to practice and sharpen your set analysis skills an excellent tool is&amp;nbsp;&lt;A href="https://qata.io/" target="_blank"&gt;https://qata.io/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 17:19:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-way-to-understand-P-and-E-function/m-p/2144016#M1224932</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2023-12-04T17:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to understand P and E function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Best-way-to-understand-P-and-E-function/m-p/2144275#M1224935</link>
      <description>&lt;P&gt;I look at this as soon as I finish my current tasks&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 10:32:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-way-to-understand-P-and-E-function/m-p/2144275#M1224935</guid>
      <dc:creator>click_on_qlik</dc:creator>
      <dc:date>2023-12-05T10:32:39Z</dc:date>
    </item>
  </channel>
</rss>

