<?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: p() in set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/1416618#M427824</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This the exact statement that i have written.&lt;/P&gt;&lt;P&gt;and p is followed by ( and ends with )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Sep 2017 12:36:12 GMT</pubDate>
    <dc:creator>jduluc12</dc:creator>
    <dc:date>2017-09-26T12:36:12Z</dc:date>
    <item>
      <title>p() in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/1416613#M427819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I want to write an expression to include amount only for those customer whose name starts with "ABC" but does not have address which starts with "XYZ"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Customer=p{1&amp;lt;Name={'ABC*'}, Address={'*'} - {'XYZ'}&amp;gt;Customer}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is not working and it behaves exactly like as if the statetment is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;sum({&amp;lt;Customer=p{&amp;lt;Name={'ABC*'}&amp;gt;Customer}&amp;gt;}Amount)&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;what am i doing wrong?&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;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 12:25:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/1416613#M427819</guid>
      <dc:creator>jduluc12</dc:creator>
      <dc:date>2017-09-26T12:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: p() in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/1416614#M427820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Customer = p({1&amp;lt;Name={'ABC*'}, Address=-{'XYZ*'}&amp;gt;} Customer) &amp;gt;}Amount)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 12:27:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/1416614#M427820</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-26T12:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: p() in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/1416615#M427821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nope...it is not working&lt;/P&gt;&lt;P&gt;i tried that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 12:30:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/1416615#M427821</guid>
      <dc:creator>jduluc12</dc:creator>
      <dc:date>2017-09-26T12:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: p() in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/1416616#M427822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like 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: 13px;"&gt;sum({&amp;lt;Customer=p{1&amp;lt;Name={'ABC*'}, Address-={'XYZ*'}&amp;gt;Customer}&amp;gt;}Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 12:32:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/1416616#M427822</guid>
      <dc:creator>hari8088</dc:creator>
      <dc:date>2017-09-26T12:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: p() in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/1416617#M427823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you made sure that p is followed by '(' and ends with ')'... you don't have () and there were other issues....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 12:34:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/1416617#M427823</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-26T12:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: p() in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/1416618#M427824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This the exact statement that i have written.&lt;/P&gt;&lt;P&gt;and p is followed by ( and ends with )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 12:36:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/1416618#M427824</guid>
      <dc:creator>jduluc12</dc:creator>
      <dc:date>2017-09-26T12:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: p() in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/1416619#M427825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you see an error or 0?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 12:40:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/1416619#M427825</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-26T12:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: p() in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/1416620#M427826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is the whole expression&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Month=, Year=,Number=,[Type={‘Regular’}, Account={‘def’}&amp;gt; &lt;/P&gt;&lt;P&gt;* 1&amp;lt;Memo=p({&amp;lt;Memo=,Name={‘ABC*’}, [Address]=-{‘XYZ’}&amp;gt;}Number)&amp;gt;}Amount) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 12:47:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/1416620#M427826</guid>
      <dc:creator>jduluc12</dc:creator>
      <dc:date>2017-09-26T12:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: p() in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/1416621#M427827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Address starts with XYZ or is XYZ? You don't have an asterisk for Address?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;sum({&amp;lt;Month=, Year=,Number=,[Type={‘Regular’}, Account={‘def’}&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;* 1&amp;lt;Memo=p({&amp;lt;Memo=,Name={‘ABC*’}, [Address]=-{‘XYZ&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;*&lt;/SPAN&gt;’}&amp;gt;}Number)&amp;gt;}Amount)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 12:53:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/1416621#M427827</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-26T12:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: p() in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/1416622#M427828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the strange part is &lt;/P&gt;&lt;P&gt;if i remove - from [Address]=-{‘XYZ’} then it works perfectly according to the expression i.e. it brings only those names who’s address starts with XYZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum({&amp;lt;Month=, Year=,Number=,[Type={‘Regular’}, Account={‘def’}&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;* 1&amp;lt;Memo=p({&amp;lt;Memo=,Name={‘ABC*’}, &lt;STRONG&gt;[Address]={‘XYZ’}&lt;/STRONG&gt;&amp;gt;}Number)&amp;gt;}Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 12:53:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/1416622#M427828</guid>
      <dc:creator>jduluc12</dc:creator>
      <dc:date>2017-09-26T12:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: p() in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/1416623#M427829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe:&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Customer = {'ABC*'}&amp;gt;*&amp;lt;Address -={XYZ*}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 13:43:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/1416623#M427829</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-09-26T13:43:09Z</dc:date>
    </item>
  </channel>
</rss>

