<?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 Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/300386#M111210</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;Quick question in set analysis.&lt;/P&gt;&lt;P&gt;I have three columns in table.&amp;nbsp; &lt;/P&gt;&lt;P&gt;ID, PlanDate,ActualDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Requirement is to&lt;/P&gt;&lt;P&gt;Count ID's which has a PlanDate&lt;/P&gt;&lt;P&gt;Count ID's which has a ActualDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wrote something like this&lt;/P&gt;&lt;P&gt;Count({&amp;lt; PlanDate = {'*'} &amp;gt;} DISTINCT ID) which should give count of ID's which are planned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a graph which has PlanDate as X axis&lt;/P&gt;&lt;P&gt;Plan =Count({&amp;lt; PlanDate = {'*'} &amp;gt;} DISTINCT ID)&lt;/P&gt;&lt;P&gt;Actual = Count({&amp;lt; ActualDate = {'*'} &amp;gt;} DISTINCT ID) &lt;/P&gt;&lt;P&gt;are the two bars in the graph&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since i am using {'*'} in set analysis I am not able to perform lasso funtionality, meaning if I need only one month data in the graph, i can click the bar corresponding to that month, which should return only that month's data, but that is not happening in my case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me with the set analysis which should work well with lasso functionality&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jan 2012 20:26:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-01-23T20:26:56Z</dc:date>
    <item>
      <title>Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/300386#M111210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;Quick question in set analysis.&lt;/P&gt;&lt;P&gt;I have three columns in table.&amp;nbsp; &lt;/P&gt;&lt;P&gt;ID, PlanDate,ActualDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Requirement is to&lt;/P&gt;&lt;P&gt;Count ID's which has a PlanDate&lt;/P&gt;&lt;P&gt;Count ID's which has a ActualDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wrote something like this&lt;/P&gt;&lt;P&gt;Count({&amp;lt; PlanDate = {'*'} &amp;gt;} DISTINCT ID) which should give count of ID's which are planned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a graph which has PlanDate as X axis&lt;/P&gt;&lt;P&gt;Plan =Count({&amp;lt; PlanDate = {'*'} &amp;gt;} DISTINCT ID)&lt;/P&gt;&lt;P&gt;Actual = Count({&amp;lt; ActualDate = {'*'} &amp;gt;} DISTINCT ID) &lt;/P&gt;&lt;P&gt;are the two bars in the graph&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since i am using {'*'} in set analysis I am not able to perform lasso funtionality, meaning if I need only one month data in the graph, i can click the bar corresponding to that month, which should return only that month's data, but that is not happening in my case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me with the set analysis which should work well with lasso functionality&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 20:26:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/300386#M111210</guid>
      <dc:creator />
      <dc:date>2012-01-23T20:26:56Z</dc:date>
    </item>
    <item>
      <title>Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/300387#M111211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;=Count({&amp;lt; PlanDate = p() &amp;gt;} DISTINCT ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 20:54:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/300387#M111211</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-01-23T20:54:33Z</dc:date>
    </item>
    <item>
      <title>Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/300388#M111212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great.&amp;nbsp; That works fine. But what does P() mean?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 20:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/300388#M111212</guid>
      <dc:creator />
      <dc:date>2012-01-23T20:58:06Z</dc:date>
    </item>
    <item>
      <title>Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/300389#M111213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;p() function (and her brother, the e() function) are implicte field value definitions, please have a look at the Help - set analysis, too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p() is representing the element set of possible values of a field, while e() the excluded. The possible values are defined by your selection state.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 21:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/300389#M111213</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-01-23T21:06:57Z</dc:date>
    </item>
    <item>
      <title>Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/300390#M111214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot swuehl!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 21:08:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/300390#M111214</guid>
      <dc:creator />
      <dc:date>2012-01-23T21:08:21Z</dc:date>
    </item>
    <item>
      <title>Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/300391#M111215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An helpful presentation about Set-Analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikLearn-Set-Analysis-Presentation.pdf &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-1867"&gt;http://community.qlik.com/docs/DOC-1867&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 04:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/300391#M111215</guid>
      <dc:creator />
      <dc:date>2012-01-24T04:52:42Z</dc:date>
    </item>
    <item>
      <title>Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/300392#M111216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bother thanks fro the pdf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Feb 2012 09:55:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/300392#M111216</guid>
      <dc:creator />
      <dc:date>2012-02-05T09:55:09Z</dc:date>
    </item>
  </channel>
</rss>

