<?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: set analysis syntax help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analysis-syntax-help/m-p/584976#M1098495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will be better if you may share qvd with your data model and sample data.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Darek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Apr 2014 11:59:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-16T11:59:13Z</dc:date>
    <item>
      <title>set analysis syntax help</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-syntax-help/m-p/584975#M1098494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Group,&lt;/P&gt;&lt;P&gt;I need the syntax in writing set analysis expresion.&lt;/P&gt;&lt;P&gt;i have columns like emp_disengaged_date,reason,id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to count the no of employees whose date is greater than today and with employees with reason c (whose date&amp;lt;todays date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Anjee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 11:57:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-syntax-help/m-p/584975#M1098494</guid>
      <dc:creator>veeranj</dc:creator>
      <dc:date>2014-04-16T11:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis syntax help</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-syntax-help/m-p/584976#M1098495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will be better if you may share qvd with your data model and sample data.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Darek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 11:59:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-syntax-help/m-p/584976#M1098495</guid>
      <dc:creator />
      <dc:date>2014-04-16T11:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis syntax help</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-syntax-help/m-p/584977#M1098496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;COUNT({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;reason&lt;/SPAN&gt; = {'c'}, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;emp_disengaged_date&lt;/SPAN&gt; = {'&amp;gt;$(=Date(Today()))'} &amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;employees&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;COUNT({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;reason&lt;/SPAN&gt; = {'c'}, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;emp_disengaged_date&lt;/SPAN&gt; = {'&amp;gt;$(=Date(Today()))'} &amp;gt;}Distinct &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;employees&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 12:01:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-syntax-help/m-p/584977#M1098496</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-16T12:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis syntax help</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-syntax-help/m-p/584978#M1098497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the reason =c and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;emp_disengaged_date&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt; = {'&amp;gt;$(=Date(Today()))&lt;/SPAN&gt; are and conditions ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 12:08:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-syntax-help/m-p/584978#M1098497</guid>
      <dc:creator>veeranj</dc:creator>
      <dc:date>2014-04-16T12:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis syntax help</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-syntax-help/m-p/584979#M1098498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes..this will work as AND condition..if both are true, then the count is made.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 12:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-syntax-help/m-p/584979#M1098498</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-04-16T12:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis syntax help</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-syntax-help/m-p/584980#M1098499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;COUNT({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;reason&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; = {'c'}, &lt;/SPAN&gt;&lt;SPAN style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;emp_disengaged_date&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; = {'&amp;gt;$(=Date(Today()))'} &amp;gt;}id&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;&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;it will count the number of&amp;nbsp; id's, &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;based on the conditions Reason = 'c' and date &amp;gt; today&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 14:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-syntax-help/m-p/584980#M1098499</guid>
      <dc:creator />
      <dc:date>2014-04-16T14:58:41Z</dc:date>
    </item>
  </channel>
</rss>

