<?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: Help needed on set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-needed-on-set-analysis/m-p/841430#M997106</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try 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: 13px;"&gt;sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[emp year of hire]={"&amp;gt;='2010'&amp;lt;='2015'"}&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;}sal) + &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum(&lt;/SPAN&gt;If(IsNull(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;[emp year of hire]),&lt;/SPAN&gt;sal,0))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2015 10:23:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-17T10:23:11Z</dc:date>
    <item>
      <title>Help needed on set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-on-set-analysis/m-p/841423#M997099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need your Precious help on set analysys.&lt;/P&gt;&lt;P&gt;I have two&amp;nbsp; fields called [emp year of hire] and [emp name].&lt;/P&gt;&lt;P&gt;Now &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;i have towrite a set expression to show the sum(sal) for employees whose year of hire is 2010 to 2015 and also have to include sal of employees&amp;nbsp; if anybody having null value as &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;[emp year of hire].&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Nani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 09:40:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-on-set-analysis/m-p/841423#M997099</guid>
      <dc:creator />
      <dc:date>2015-06-17T09:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed on set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-on-set-analysis/m-p/841424#M997100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( ([emp year of hire]&amp;gt;=2010 and &lt;SPAN style="font-size: 13.3333330154419px;"&gt;[emp year of hire]&amp;lt;=2015) or &lt;SPAN style="font-size: 13.3333330154419px;"&gt;[emp year of hire]=null(),sum(sal))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;sum({&amp;lt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;[emp year of hire]={"&amp;gt;='2010'&amp;lt;='2015'"}&lt;/SPAN&gt;&amp;gt;}sal)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 09:46:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-on-set-analysis/m-p/841424#M997100</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-06-17T09:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed on set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-on-set-analysis/m-p/841425#M997101</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 this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[emp year of hire]={"&amp;gt;=2010&amp;lt;=2015"},[emp year of hire]={"=ISNULL([emp year of hire])"}&amp;gt;}Sal)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 09:47:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-on-set-analysis/m-p/841425#M997101</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-06-17T09:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed on set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-on-set-analysis/m-p/841426#M997102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi avinash,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;My requirement is to incorporate null value condition in set expression.&lt;/P&gt;&lt;P&gt;tried ur expression but it is giving results for only given years not for null values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 10:07:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-on-set-analysis/m-p/841426#M997102</guid>
      <dc:creator />
      <dc:date>2015-06-17T10:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed on set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-on-set-analysis/m-p/841427#M997103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply...&lt;/P&gt;&lt;P&gt;The expression that u mentioned is returning ' 0' as a result.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 10:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-on-set-analysis/m-p/841427#M997103</guid>
      <dc:creator />
      <dc:date>2015-06-17T10:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed on set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-on-set-analysis/m-p/841428#M997104</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&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple if else&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;sum(if((isnull([emp year of hire]) or len(trim([emp year of hire]))=0) or ([emp year of hire]&amp;gt;=2010 AND [emp year of hire]&amp;lt;=2015),Sal))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Check Bracket if any missing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 10:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-on-set-analysis/m-p/841428#M997104</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-06-17T10:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed on set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-on-set-analysis/m-p/841429#M997105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({1-&amp;lt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[emp year of hire]={"&amp;lt;2010"&lt;/SPAN&gt;} &amp;gt;} Sal)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 10:15:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-on-set-analysis/m-p/841429#M997105</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-06-17T10:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed on set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-on-set-analysis/m-p/841430#M997106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try 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: 13px;"&gt;sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[emp year of hire]={"&amp;gt;='2010'&amp;lt;='2015'"}&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;}sal) + &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum(&lt;/SPAN&gt;If(IsNull(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;[emp year of hire]),&lt;/SPAN&gt;sal,0))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 10:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-on-set-analysis/m-p/841430#M997106</guid>
      <dc:creator />
      <dc:date>2015-06-17T10:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed on set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-on-set-analysis/m-p/841431#M997107</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; font-size: 13px;"&gt;Try like this&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; font-size: 13px;"&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; font-size: 13px;"&gt;sum({&amp;lt;[emp year of hire]={"&amp;gt;=2010&amp;lt;=2015"}&amp;gt;} if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ISNULL([emp year of hire]),&lt;/SPAN&gt;Sal,Sal))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 11:09:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-on-set-analysis/m-p/841431#M997107</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-06-17T11:09:00Z</dc:date>
    </item>
  </channel>
</rss>

