<?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: convert if to set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/convert-if-to-set-analysis/m-p/478420#M178689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hilal,&lt;/P&gt;&lt;P&gt;Try the below expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Oppo_CreatedDate = {"&amp;gt;= $(=MonthStart(Datedopportunite)) &amp;lt;= $(=MonthEnd(Datedopportunite))"}, Oppo_Closed = {''}&amp;gt;} OpportunityCD)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Nov 2013 15:39:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-22T15:39:12Z</dc:date>
    <item>
      <title>convert if to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/convert-if-to-set-analysis/m-p/478419#M178688</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 need to convert my expressions based on if-condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count(DISTINCT if(Oppo_CreatedDate&amp;gt;= MonthStart([Datedopportunite]) and Oppo_CreatedDate&amp;lt;= MonthEnd([Datedopportunite])and IsNull(Oppo_Closed) , OpportunityCD))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count(DISTINCT if(Oppo_CreatedDate&amp;gt;= MonthStart([Datedopportunite]) and Oppo_CreatedDate&amp;lt;= MonthEnd([Datedopportunite])&lt;/P&gt;&lt;P&gt;and IsNull(Oppo_Closed) , OpportunityCD))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;To a set analysis !!!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 15:21:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-if-to-set-analysis/m-p/478419#M178688</guid>
      <dc:creator />
      <dc:date>2013-11-22T15:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: convert if to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/convert-if-to-set-analysis/m-p/478420#M178689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hilal,&lt;/P&gt;&lt;P&gt;Try the below expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Oppo_CreatedDate = {"&amp;gt;= $(=MonthStart(Datedopportunite)) &amp;lt;= $(=MonthEnd(Datedopportunite))"}, Oppo_Closed = {''}&amp;gt;} OpportunityCD)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 15:39:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-if-to-set-analysis/m-p/478420#M178689</guid>
      <dc:creator />
      <dc:date>2013-11-22T15:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: convert if to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/convert-if-to-set-analysis/m-p/478421#M178690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try 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: 12.727272033691406px;"&gt;=count({&amp;lt;Oppo_CreatedDate = {"&amp;gt;= $(=MonthStart(Datedopportunite)) &amp;lt;= $(=MonthEnd(Datedopportunite))"}, Oppo_Closed -= {'*'}&amp;gt;} Distinct OpportunityCD)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 15:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-if-to-set-analysis/m-p/478421#M178690</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-11-22T15:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: convert if to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/convert-if-to-set-analysis/m-p/478422#M178691</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;Try this:&lt;/SPAN&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;=Count(DISTINCT {$&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Oppo_CreatedDate&lt;/SPAN&gt;={'=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Oppo_CreatedDate&amp;gt;= MonthStart([Datedopportunite]) and Oppo_CreatedDate&amp;lt;= MonthEnd([Datedopportunite])'}, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Oppo_Closed&lt;/SPAN&gt;={'=IsNull(Oppo_Closed)&lt;/SPAN&gt;'}&amp;gt;} &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;OpportunityCD)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 15:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-if-to-set-analysis/m-p/478422#M178691</guid>
      <dc:creator>danielact</dc:creator>
      <dc:date>2013-11-22T15:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: convert if to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/convert-if-to-set-analysis/m-p/478423#M178692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for solutions but no one of these set analysis work, they return 0 &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 15:58:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-if-to-set-analysis/m-p/478423#M178692</guid>
      <dc:creator />
      <dc:date>2013-11-22T15:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: convert if to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/convert-if-to-set-analysis/m-p/478424#M178693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a qvw so we can take a look at the dataset?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 16:00:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-if-to-set-analysis/m-p/478424#M178693</guid>
      <dc:creator>danielact</dc:creator>
      <dc:date>2013-11-22T16:00:47Z</dc:date>
    </item>
  </channel>
</rss>

