<?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: using only in if-condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/using-only-in-if-condition/m-p/485558#M181429</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you show me how please ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Nov 2013 10:12:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-25T10:12:49Z</dc:date>
    <item>
      <title>using only in if-condition</title>
      <link>https://community.qlik.com/t5/QlikView/using-only-in-if-condition/m-p/485554#M181425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi qlikviewers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is the error please ? i can't see it !!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count(DISTINCT if(Oppo_CreatedDate &amp;gt;= only(MonthStart(Date#(MoisAnnée,'MMM YYYY'))) // and Oppo_CreatedDate&amp;lt;= only(MonthEnd(Date#(MoisAnnée,'MMM YYYY'))) and IsNull(Oppo_Closed) , OpportunityCD))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 10:02:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-only-in-if-condition/m-p/485554#M181425</guid>
      <dc:creator />
      <dc:date>2013-11-25T10:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: using only in if-condition</title>
      <link>https://community.qlik.com/t5/QlikView/using-only-in-if-condition/m-p/485555#M181426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One issue:&lt;/P&gt;&lt;P&gt;You can't directly use one aggregation function (here only) within another (here count); you have to use it with AGGR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 10:08:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-only-in-if-condition/m-p/485555#M181426</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-11-25T10:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: using only in if-condition</title>
      <link>https://community.qlik.com/t5/QlikView/using-only-in-if-condition/m-p/485556#M181427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you show me how please ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 10:09:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-only-in-if-condition/m-p/485556#M181427</guid>
      <dc:creator />
      <dc:date>2013-11-25T10:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: using only in if-condition</title>
      <link>https://community.qlik.com/t5/QlikView/using-only-in-if-condition/m-p/485557#M181428</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(DISTINCT if(Oppo_CreatedDate &amp;gt;= only(MonthStart(Date#(MoisAnnée,'MMM YYYY'),1)) ))&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;-----In this you were missing brackets while closing and the value for if() statement &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 10:10:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-only-in-if-condition/m-p/485557#M181428</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-11-25T10:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: using only in if-condition</title>
      <link>https://community.qlik.com/t5/QlikView/using-only-in-if-condition/m-p/485558#M181429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you show me how please ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 10:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-only-in-if-condition/m-p/485558#M181429</guid>
      <dc:creator />
      <dc:date>2013-11-25T10:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: using only in if-condition</title>
      <link>https://community.qlik.com/t5/QlikView/using-only-in-if-condition/m-p/485559#M181430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would give you a general example:&lt;/P&gt;&lt;P&gt;=concat(distinct IF(aggr(rank(sum(Sales)),Salesperson)&amp;lt;=3,Salesperson&amp;amp;CHR(13)))&lt;/P&gt;&lt;P&gt;Here, SUM has been used within another aggregation function CONCAT. And that has only been possible because of AGGR that defines the aggregation level (dimension).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't access app right now, otherwise would request you to share your sample app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 10:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-only-in-if-condition/m-p/485559#M181430</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-11-25T10:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: using only in if-condition</title>
      <link>https://community.qlik.com/t5/QlikView/using-only-in-if-condition/m-p/485560#M181431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't want to use set analysis in your only() functions, I think you don't need only() here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count(DISTINCT if(Oppo_CreatedDate &amp;gt;= MonthStart(Date#(MoisAnnée,'MMM YYYY'))&lt;/P&gt;&lt;P&gt;and Oppo_CreatedDate&amp;lt;= MonthEnd(Date#(MoisAnnée,'MMM YYYY')) and IsNull(Oppo_Closed)&lt;/P&gt;&lt;P&gt;, OpportunityCD))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 10:31:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-only-in-if-condition/m-p/485560#M181431</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-11-25T10:31:12Z</dc:date>
    </item>
  </channel>
</rss>

