<?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: expression :( in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/expression/m-p/1149433#M375784</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;You want count or what??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;Year-={"$(=max(Year))"}&amp;gt;}employee)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will give selected count employee which are not participated in selected max year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jun 2016 12:02:38 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2016-06-30T12:02:38Z</dc:date>
    <item>
      <title>expression :(</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/1149431#M375782</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 have 2 table&lt;/P&gt;&lt;P&gt;1. emp_in_courses&lt;/P&gt;&lt;P&gt;2.employees&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the key between them is &lt;STRONG&gt;emp_key&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;* i have a field year - the year of the course&lt;/P&gt;&lt;P&gt;* there are employees that never been in a course&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to find -&lt;/P&gt;&lt;P&gt;if im filtered on 2016&lt;/P&gt;&lt;P&gt;the employees that not participated in a course in 2016&lt;/P&gt;&lt;P&gt;that means-&lt;/P&gt;&lt;P&gt;(the employees that not participated in a course in 2016&amp;nbsp; but participated in other years and employees never participated in a course)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i write the expression??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a filter on year 2016...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;adi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 11:48:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/1149431#M375782</guid>
      <dc:creator>adiarnon</dc:creator>
      <dc:date>2016-06-30T11:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: expression :(</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/1149432#M375783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you attach a sample of your data, please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel del Valle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 11:54:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/1149432#M375783</guid>
      <dc:creator>migueldelval</dc:creator>
      <dc:date>2016-06-30T11:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: expression :(</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/1149433#M375784</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;You want count or what??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;Year-={"$(=max(Year))"}&amp;gt;}employee)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will give selected count employee which are not participated in selected max year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 12:02:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/1149433#M375784</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-06-30T12:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: expression :(</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/1149434#M375785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my problem is that if im filtered on year=2016 how can i find the employee with no courses&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this expression will give me the employees who participated in a course before max(year)&amp;nbsp; but what about the employees that never participated in a course?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 12:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/1149434#M375785</guid>
      <dc:creator>adiarnon</dc:creator>
      <dc:date>2016-06-30T12:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: expression :(</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/1149435#M375786</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;for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; employees that never participated in a course &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;u can try this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;count({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;emp_in_courses&lt;/SPAN&gt;-={"*"}&amp;gt;}employee)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; 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-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;can u attach sample qvw.. it will help to understand the problem&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 13:20:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/1149435#M375786</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-30T13:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: expression :(</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/1149436#M375787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adi,&lt;/P&gt;&lt;P&gt;Can you share some sample data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 13:30:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/1149436#M375787</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-30T13:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: expression :(</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/1149437#M375788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;count({&amp;lt;year-={'$(=max(year))'},emp_key={"=&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;count({&amp;lt;year-={'$(=max(year))'}&amp;gt;} course)"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;gt;} distinct emp_key)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 15:54:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/1149437#M375788</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2016-06-30T15:54:58Z</dc:date>
    </item>
  </channel>
</rss>

