<?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: Need help in set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-in-set-analysis/m-p/557918#M208273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exclude 2012 and A ?&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;Year={*}-{2012}, Status={*}-{'A'}&amp;gt;} Sales)&amp;nbsp;&amp;nbsp; // assuming that you want this irrespective of selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Year - ={2012}, Status - ={'A'}&amp;gt;} Sales)&amp;nbsp; // if you want to consider the selection&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Aug 2013 09:45:01 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2013-08-05T09:45:01Z</dc:date>
    <item>
      <title>Need help in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-set-analysis/m-p/557917#M208272</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;as I have two fields are first one is Year and next one is status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year contains 2012 and 2013 and the status contains A,B,C,1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as I need a&amp;nbsp; expression that 2012 and excluded of A, so I tried a expression as in the below, but its not working, could you please anyone correct me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({1&amp;lt;Year={$(PY)} - Status="{$('A')}"}&amp;gt;}Sales))&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;Chriss&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 09:39:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-set-analysis/m-p/557917#M208272</guid>
      <dc:creator />
      <dc:date>2013-08-05T09:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-set-analysis/m-p/557918#M208273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exclude 2012 and A ?&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;Year={*}-{2012}, Status={*}-{'A'}&amp;gt;} Sales)&amp;nbsp;&amp;nbsp; // assuming that you want this irrespective of selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Year - ={2012}, Status - ={'A'}&amp;gt;} Sales)&amp;nbsp; // if you want to consider the selection&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 09:45:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-set-analysis/m-p/557918#M208273</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-08-05T09:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-set-analysis/m-p/557919#M208274</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 like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Sum({&amp;lt;Year = {&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;$(PY)&lt;/SPAN&gt;} , Status -= {'A'}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 09:46:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-set-analysis/m-p/557919#M208274</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-08-05T09:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-set-analysis/m-p/557920#M208275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; thanks for your reply.. as I need to select the Year and not equal of Status 'A' but I done it through your example...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 09:54:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-set-analysis/m-p/557920#M208275</guid>
      <dc:creator />
      <dc:date>2013-08-05T09:54:08Z</dc:date>
    </item>
  </channel>
</rss>

