<?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 issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/1344824#M413990</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked , thanks sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 May 2017 13:14:47 GMT</pubDate>
    <dc:creator>kkkumar82</dc:creator>
    <dc:date>2017-05-01T13:14:47Z</dc:date>
    <item>
      <title>Set Analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/1344819#M413985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My below set analysis is not working properly after adding Modifiers&lt;/P&gt;&lt;P&gt;Pick(Dim,num(Sum({&amp;lt;Employee={"=AGGR(Rank(Sum({&amp;lt;[per.PERIOD_YEAR]={$(=vCurrentYear)},ClosedFisPer_Sort_key={"&amp;lt;=$(=vClosedFisPerSortKey)"}&amp;gt;}[Concur.REPORT_ENTRY_APPROVED_AMOUNT]),4), Employee)&amp;lt;=25"},[per.PERIOD_YEAR]={$(=vCurrentYear)},ClosedFisPer_Sort_key={"&amp;lt;=$(=vClosedFisPerSortKey)"}&amp;gt;}&lt;/P&gt;&lt;P&gt;[Concur.REPORT_ENTRY_APPROVED_AMOUNT]),'$#,##0.00;($#,##0.00)')&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;num(Sum({&amp;lt;Employee={"=AGGR(Rank(Sum({&amp;lt;[per.PERIOD_YEAR]={$(=vCurrentYear)},ClosedFisPer_Sort_key={"&amp;lt;=$(=vClosedFisPerSortKey)"}&amp;gt;}[Concur.REPORT_ENTRY_APPROVED_AMOUNT]),4), Employee)&amp;lt;=25"},[per.PERIOD_YEAR]={$(=vCurrentYear)},ClosedFisPer_Sort_key={"&amp;lt;=$(=vClosedFisPerSortKey)"}&amp;gt;}&lt;/P&gt;&lt;P&gt;[Concur.REPORT_ENTRY_APPROVED_AMOUNT]),'$#,##0.00;($#,##0.00)')&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;Rank(Sum({&amp;lt;[per.PERIOD_YEAR]={$(=vCurrentYear)},ClosedFisPer_Sort_key={"&amp;lt;=$(=vClosedFisPerSortKey)"}&amp;gt;}[Concur.REPORT_ENTRY_APPROVED_AMOUNT])))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it was working fine when it was like below, I guess the double quotes is causing the problem but not sure how to handle it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick(Dim,num(Sum({&amp;lt;Employee={"=AGGR(Rank(Sum({&amp;lt;[per.PERIOD_YEAR] = {$(vSelectedYear)}&amp;gt;}[Concur.REPORT_ENTRY_APPROVED_AMOUNT]),4), Employee)&amp;lt;=25"},[per.PERIOD_YEAR] = {"$(vSelectedYear)"}&amp;gt;}&lt;/P&gt;&lt;P&gt;[Concur.REPORT_ENTRY_APPROVED_AMOUNT]),'$#,##0.00;($#,##0.00)')&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;num(Sum({&amp;lt;Employee={"=AGGR(Rank(Sum({&amp;lt;[per.PERIOD_YEAR] = {$(vSelectedYear)}&amp;gt;}[Concur.REPORT_ENTRY_APPROVED_AMOUNT]),4), Employee)&amp;lt;=25"},[per.PERIOD_YEAR] = {"$(vSelectedYear)"}&amp;gt;}&lt;/P&gt;&lt;P&gt;[Concur.REPORT_ENTRY_APPROVED_AMOUNT]),'$#,##0.00;($#,##0.00)')&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;Rank(Sum({&amp;lt;[per.PERIOD_YEAR] = {$(vSelectedYear)}&amp;gt;}[Concur.REPORT_ENTRY_APPROVED_AMOUNT])))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any light on this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 09:54:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/1344819#M413985</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2017-05-01T09:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/1344820#M413986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its actually giving null values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 09:54:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/1344820#M413986</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2017-05-01T09:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/1344821#M413987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try changing the inner double quotes to single quotes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 10:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/1344821#M413987</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-01T10:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/1344822#M413988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Pick(Dim,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Num(Sum({&amp;lt;Employee = {"=Rank(Sum({&amp;lt;[per.PERIOD_YEAR]={$(=vCurrentYear)},ClosedFisPer_Sort_key={'&amp;lt;=$(=vClosedFisPerSortKey)'}&amp;gt;} [Concur.REPORT_ENTRY_APPROVED_AMOUNT]),4) &amp;lt;= 25"}, [per.PERIOD_YEAR] = {$(=vCurrentYear)}, ClosedFisPer_Sort_key = {"&amp;lt;=$(=vClosedFisPerSortKey)"}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;[Concur.REPORT_ENTRY_APPROVED_AMOUNT]), '$#,##0.00;($#,##0.00)')&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Num(Sum({&amp;lt;Employee = {"=Rank(Sum({&amp;lt;[per.PERIOD_YEAR]={$(=vCurrentYear)},ClosedFisPer_Sort_key={'&amp;lt;=$(=vClosedFisPerSortKey)'}&amp;gt;} [Concur.REPORT_ENTRY_APPROVED_AMOUNT]),4) &amp;lt;= 25"}, [per.PERIOD_YEAR] = {$(=vCurrentYear)}, ClosedFisPer_Sort_key = {"&amp;lt;=$(=vClosedFisPerSortKey)"}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;[Concur.REPORT_ENTRY_APPROVED_AMOUNT]), '$#,##0.00;($#,##0.00)')&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Rank(Sum({&amp;lt;[per.PERIOD_YEAR]={$(=vCurrentYear)},ClosedFisPer_Sort_key={"&amp;lt;=$(=vClosedFisPerSortKey)"}&amp;gt;}[Concur.REPORT_ENTRY_APPROVED_AMOUNT])))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 10:44:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/1344822#M413988</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-01T10:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/1344823#M413989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me give a try&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 12:10:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/1344823#M413989</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2017-05-01T12:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/1344824#M413990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked , thanks sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 13:14:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/1344824#M413990</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2017-05-01T13:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/1344825#M413991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so you have to alternate single and&amp;nbsp; double quotes for distinguishing the "quote areas"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 13:27:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/1344825#M413991</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-01T13:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/1344826#M413992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Yes, the suggestion was to change the double quotes to single quotes for the highlighted area and it worked&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Pick(Dim,&lt;/STRONG&gt;&lt;/P&gt;&lt;H1 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Num(Sum({&amp;lt;Employee = {"=Rank(Sum({&amp;lt;[per.PERIOD_YEAR]={$(=vCurrentYear)},ClosedFisPer_Sort_key=&lt;SPAN style="color: #ffff99;"&gt;{&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #ffff99;"&gt;&lt;STRONG style="color: #ff0000;"&gt;'&lt;/STRONG&gt;&lt;STRONG style="color: #ff00ff; font-style: inherit; font-family: inherit;"&gt;&amp;lt;=$(=vClosedFisPerSortKey)&lt;/STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #ffff99;"&gt;}&amp;gt;}&lt;/SPAN&gt; [Concur.REPORT_ENTRY_APPROVED_AMOUNT]),4) &amp;lt;= 25"}, [per.PERIOD_YEAR] = {$(=vCurrentYear)}, ClosedFisPer_Sort_key = {"&amp;lt;=$(=vClosedFisPerSortKey)"}&amp;gt;}&lt;/STRONG&gt;&lt;/H1&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;[Concur.REPORT_ENTRY_APPROVED_AMOUNT]), '$#,##0.00;($#,##0.00)')&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;,&lt;/STRONG&gt;&lt;/P&gt;&lt;H1 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Num(Sum({&amp;lt;Employee = {"=Rank(Sum({&amp;lt;[per.PERIOD_YEAR]={$(=vCurrentYear)},ClosedFisPer_Sort_key=&lt;SPAN style="color: #ffff00;"&gt;{&lt;SPAN style="color: #ff0000;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="color: #ff00ff;"&gt;&amp;lt;=$(=vClosedFisPerSortKey)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;'&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #ffff00;"&gt;}&amp;gt;}&lt;/SPAN&gt; [Concur.REPORT_ENTRY_APPROVED_AMOUNT]),4) &amp;lt;= 25"}, [per.PERIOD_YEAR] = {$(=vCurrentYear)}, ClosedFisPer_Sort_key = {"&amp;lt;=$(=vClosedFisPerSortKey)"}&amp;gt;}&lt;/STRONG&gt;&lt;/H1&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;[Concur.REPORT_ENTRY_APPROVED_AMOUNT]), '$#,##0.00;($#,##0.00)')&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Rank(Sum({&amp;lt;[per.PERIOD_YEAR]={$(=vCurrentYear)},ClosedFisPer_Sort_key={"&amp;lt;=$(=vClosedFisPerSortKey)"}&amp;gt;}[Concur.REPORT_ENTRY_APPROVED_AMOUNT])))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 13:42:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/1344826#M413992</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2017-05-01T13:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/1344827#M413993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... good to know &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 13:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-issue/m-p/1344827#M413993</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-01T13:44:29Z</dc:date>
    </item>
  </channel>
</rss>

