<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/764001#M271565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually i have created master calendar based on min ,max date of hiredate of EMP table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wrt to year which have no data in emp table , it showing 0.00, which is not a big deal at all ithink.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so why it is showing 0.00&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Nov 2014 13:52:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-04T13:52:27Z</dc:date>
    <item>
      <title>set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/763998#M271562</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 facing the problem with set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chart&lt;/P&gt;&lt;P&gt;dimension - ename, empno, hiredate&lt;/P&gt;&lt;P&gt;expr- sum({&amp;lt;MonthNumStd={"&amp;gt;=$(=date(max(MonthNumStd)-2))&amp;lt;=$(=max(MonthNumStd))"}&amp;gt;}[SAL S])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;according to this expression chart should show the sum of salary of emp, whose joining lie between final two month of max(month) selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But It it is showing the sum of current month employee only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have attached the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. question ...&lt;/P&gt;&lt;P&gt;i want to show only those employees whose salary = 3000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({ &lt;SPAN style="color: #ff0000;"&gt;(is i need to write again same expression here = 3000),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;MonthNumStd={"&amp;gt;=$(=date(max(MonthNumStd)-2))&amp;lt;=$(=max(MonthNumStd))"}&amp;gt;}[SAL S])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 13:32:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/763998#M271562</guid>
      <dc:creator />
      <dc:date>2014-11-04T13:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/763999#M271563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something wrong in your data model or script....&lt;/P&gt;&lt;P&gt;Select 2013 from YearStd and write a text box expression as SUM([SAL S])...&lt;/P&gt;&lt;P&gt;It's showing 0... Am I Missing something or understanding Something wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 13:45:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/763999#M271563</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-11-04T13:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/764000#M271564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You currently have Dec selected as a month and your current set is using the default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore, you need to add the Month= at the end of your Set Analysis expression:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;MonthNumStd={"&amp;gt;=$(=date(max(MonthNumStd)-2))&amp;lt;=$(=max(MonthNumStd))"},Month=&amp;gt;}[SAL S])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working on the salary requirement now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 13:48:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/764000#M271564</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-04T13:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/764001#M271565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually i have created master calendar based on min ,max date of hiredate of EMP table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wrt to year which have no data in emp table , it showing 0.00, which is not a big deal at all ithink.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so why it is showing 0.00&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 13:52:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/764001#M271565</guid>
      <dc:creator />
      <dc:date>2014-11-04T13:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/764002#M271566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly = 3000? It could be If(sum({&amp;lt;MonthNumStd={"&amp;gt;=$(=max(MonthNumStd)-2)&amp;lt;=$(=max(MonthNumStd))"}, Month&amp;gt;}[SAL S])=3000, 3000)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, in set analisys, If you use date() it will return a date from year 1900, think it should be only:&lt;/P&gt;&lt;P&gt;MonthNumStd={"&amp;gt;=$(=max(MonthNumStd)-2)&amp;lt;=$(=max(MonthNumStd))"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It takes 3 months if dec is selected, from 10 to 12, both included.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 13:53:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/764002#M271566</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-11-04T13:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/764003#M271567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx to all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 14:32:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/764003#M271567</guid>
      <dc:creator />
      <dc:date>2014-11-04T14:32:54Z</dc:date>
    </item>
  </channel>
</rss>

