<?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 count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-count/m-p/620860#M228546</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope its not working .&lt;/P&gt;&lt;P&gt;Actually i need Client name &lt;/P&gt;&lt;P&gt;if ( Review Area Name = ' Overall' And Product Group = 'All Products' And count(Review Area General Comments&amp;gt;1),&lt;/P&gt;&lt;P&gt;Client Name &lt;/P&gt;&lt;P&gt;this is the entire logic that needs to be built .where if there are comments &amp;gt;1,and those conditions satisfy then client name should be the result .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Apr 2014 18:36:47 GMT</pubDate>
    <dc:creator>venkatg6759</dc:creator>
    <dc:date>2014-04-09T18:36:47Z</dc:date>
    <item>
      <title>Set analysis count</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-count/m-p/620858#M228544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everybody,&lt;/P&gt;&lt;P&gt;I have the following expression &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt; Only( {$&amp;lt;[Review Area Name]={'Overall'},[Product Group]={'All Products'}&amp;gt;},[Client Name])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to include if(Count([Review Area General Comments]&amp;gt;1 in the above expression &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried something like this &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt; Only( {$&amp;lt;[Review Area Name]={'Overall'},[Product Group]={'All Products'},[Review Area General Comments]={"=count([Review Area General Comments]&amp;gt;1"}&amp;gt;}[Client Name])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which is not giving me the result that is required .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me how to include this in the set analysis expression &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venkata &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 18:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-count/m-p/620858#M228544</guid>
      <dc:creator>venkatg6759</dc:creator>
      <dc:date>2014-04-09T18:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis count</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-count/m-p/620859#M228545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like:&lt;/P&gt;&lt;P&gt;Only({$&amp;lt;[Review Area Name]={'Overall'},[Product Group]={'All Products'},[Client Name]={"=count([Review Area General Comments])&amp;gt;1"}&amp;gt;} [Client Name])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 18:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-count/m-p/620859#M228545</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-04-09T18:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis count</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-count/m-p/620860#M228546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope its not working .&lt;/P&gt;&lt;P&gt;Actually i need Client name &lt;/P&gt;&lt;P&gt;if ( Review Area Name = ' Overall' And Product Group = 'All Products' And count(Review Area General Comments&amp;gt;1),&lt;/P&gt;&lt;P&gt;Client Name &lt;/P&gt;&lt;P&gt;this is the entire logic that needs to be built .where if there are comments &amp;gt;1,and those conditions satisfy then client name should be the result .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 18:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-count/m-p/620860#M228546</guid>
      <dc:creator>venkatg6759</dc:creator>
      <dc:date>2014-04-09T18:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis count</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-count/m-p/620861#M228547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Only({&amp;lt;[Review Area Name] = {'Overall'}, [Product Group] = {'All Products'}&amp;gt;}IF(Aggr(COUNT([Review Area General Comments])&amp;gt;1,[Client Name]),[Client Name]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case if you have more than one Client Name satisfying your condition... you can use...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat({&amp;lt;[Review Area Name] = {'Overall'}, [Product Group] = {'All Products'}&amp;gt;}IF(Aggr(COUNT([Review Area General Comments])&amp;gt;1,[Client Name]),[Client Name]),', ')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Set Analysis&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Concat({&amp;lt;[Review Area Name] = {'Overall'}, [Product Group] = {'All Products'}, [Client Name] = {"=Aggr(COUNT([Review Area General Comments]),[Client Name])&amp;gt;1"}&amp;gt;} DISTINCT [Client Name],', ')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Only({&amp;lt;[Review Area Name] = {'Overall'}, [Product Group] = {'All Products'}, [Client Name] = {"=Aggr(COUNT([Review Area General Comments]),[Client Name])&amp;gt;1"}&amp;gt;} DISTINCT [Client Name])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 19:05:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-count/m-p/620861#M228547</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-09T19:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis count</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-count/m-p/620862#M228548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The comments should not be blank and if comments have count which is greater than 1 than client should appear &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 19:24:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-count/m-p/620862#M228548</guid>
      <dc:creator>venkatg6759</dc:creator>
      <dc:date>2014-04-09T19:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis count</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-count/m-p/620863#M228549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I have written. are my codes not working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 19:30:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-count/m-p/620863#M228549</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-09T19:30:25Z</dc:date>
    </item>
  </channel>
</rss>

