<?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: Show value conditionally in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-value-conditionally/m-p/476547#M1142636</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To find a count in a project, there are two ways you could do it:&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; If Project is one of your dimensions, it will automatically find the count for just that project.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Use aggr() around your count function with Project as the dimension:&amp;nbsp; aggr(Count(distinct EmployeeId), Project)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Sep 2013 14:24:32 GMT</pubDate>
    <dc:creator>Nicole-Smith</dc:creator>
    <dc:date>2013-09-03T14:24:32Z</dc:date>
    <item>
      <title>Show value conditionally</title>
      <link>https://community.qlik.com/t5/QlikView/Show-value-conditionally/m-p/476545#M1142634</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;I have a requirement to show Employee cost only if the number of employees in that project are higher than 5. &lt;/P&gt;&lt;P&gt;It is posible to find the distinct employee count but need help to find the distinct employee count in project?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Count( distinct EmployeeId)&amp;gt;5,$(CostOwn),0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Rahul &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 14:17:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-value-conditionally/m-p/476545#M1142634</guid>
      <dc:creator />
      <dc:date>2013-09-03T14:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Show value conditionally</title>
      <link>https://community.qlik.com/t5/QlikView/Show-value-conditionally/m-p/476546#M1142635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have found one expression as below but it's still under testing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum (aggr(if(Count(distinct EmployeeId)&amp;gt;5,$(CostOwn) ,0),ProjectId)) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 14:23:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-value-conditionally/m-p/476546#M1142635</guid>
      <dc:creator />
      <dc:date>2013-09-03T14:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Show value conditionally</title>
      <link>https://community.qlik.com/t5/QlikView/Show-value-conditionally/m-p/476547#M1142636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To find a count in a project, there are two ways you could do it:&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; If Project is one of your dimensions, it will automatically find the count for just that project.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Use aggr() around your count function with Project as the dimension:&amp;nbsp; aggr(Count(distinct EmployeeId), Project)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 14:24:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-value-conditionally/m-p/476547#M1142636</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2013-09-03T14:24:32Z</dc:date>
    </item>
  </channel>
</rss>

