<?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/784018#M277521</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So the expression is stating - ignore all selections except possible values in Date and Hour?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the data set was flat would that make it the same as sum([Value]) ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Jan 2015 19:10:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-01-13T19:10:01Z</dc:date>
    <item>
      <title>p() in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/784014#M277517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to understand how p() works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is Sum({1&amp;lt;[Date]=P([Date]), [Hour]=P([Hour])&amp;gt;} [Value]) t&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;he same as Sum([Value])?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 18:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/784014#M277517</guid>
      <dc:creator />
      <dc:date>2015-01-13T18:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: p() in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/784015#M277518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The pdf in this link explains Set Analysis, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="https://community.qlik.com/docs/DOC-4951"&gt;Set Analysis: syntaxes, examples&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in essence the 1 ignores any selections made and the P() returns all the possible values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 18:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/784015#M277518</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-13T18:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: p() in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/784016#M277519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yah, I guess that's my question - by ignoring all selections am I already including all possible values?&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;Basically is &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;[Date]=P([Date]) a subset of all my possible selections based off what I have selected - I am curious if the expression I first wrote is &lt;/SPAN&gt;redundant&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 19:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/784016#M277519</guid>
      <dc:creator />
      <dc:date>2015-01-13T19:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: p() in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/784017#M277520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not the same.&amp;nbsp; It will sum up the values for Date and Hour which are affected by selections in other fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 19:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/784017#M277520</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-13T19:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: p() in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/784018#M277521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So the expression is stating - ignore all selections except possible values in Date and Hour?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the data set was flat would that make it the same as sum([Value]) ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 19:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/784018#M277521</guid>
      <dc:creator />
      <dc:date>2015-01-13T19:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: p() in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/784019#M277522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Close enough but not exactly.&amp;nbsp; Certainly direct selections in Date and Hour will not be ignored.&amp;nbsp; But "indirect selections" in Date and Hour made by selections in other fields will not be ignored either.&lt;/P&gt;&lt;P&gt;For example, you select a completely different field, say Product.&amp;nbsp; The selection of the Product is not going to affect the result directly, because of {1}.&amp;nbsp; But if the Product selection changes what Date and Hour values are available, the result will affected.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 19:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/784019#M277522</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-13T19:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: p() in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/784020#M277523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Either I mis-read your reply, or you've edited it (?)&lt;/P&gt;&lt;P&gt;Yes - "ignore all selections except &lt;STRONG&gt;possible values&lt;/STRONG&gt; in Date and Hour".&lt;/P&gt;&lt;P&gt;Flat table - I assume so too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 19:23:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/784020#M277523</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-13T19:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: p() in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/784021#M277524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yah, I edited it - same reasoning as your previous statement.&amp;nbsp; This has helped me understand - thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 19:25:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/p-in-set-analysis/m-p/784021#M277524</guid>
      <dc:creator />
      <dc:date>2015-01-13T19:25:21Z</dc:date>
    </item>
  </channel>
</rss>

