<?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: Filtering within Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filtering-within-Set-Analysis/m-p/1082920#M640325</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That solution worked perfectly. I tested it with one of the group summaries that I'm calculating and it worked without a hitch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been working on this issue for a few days, and could not get it work as expected. Thank you, you're help is much appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Mar 2016 23:31:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-28T23:31:10Z</dc:date>
    <item>
      <title>Filtering within Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-within-Set-Analysis/m-p/1082918#M640323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to create a summary of data within a text box to display total planned spend where a project falls within 1 of 3 categories&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Within Budget&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Total Plan Spend&lt;/P&gt;&lt;P&gt;Variance from Budget&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Over Budget&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Total Plan Spend&lt;/P&gt;&lt;P&gt;Variance from Budget&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Unbudgeted&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Total Plan Spend&lt;/P&gt;&lt;P&gt;Variance from Budget&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My basic formula for Total Plan Spend is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;TYPE={'Plan'},FISCAL_YEAR={$(vFiscalYear)}&amp;gt;} cost)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I insert logic to filter this summary to only include projects within budget?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My formula for determining a project is within budget is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;sum({$&amp;lt;TYPE={'Plan'},FISCAL_YEAR={$(vFiscalYear)}&amp;gt;} cost)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;divided by&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt;sum({$&amp;lt;TYPE={'Budget'},FISCAL_YEAR={$(vFiscalYear)}&amp;gt;} cost)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt;is equal or less than 100%&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2016 19:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-within-Set-Analysis/m-p/1082918#M640323</guid>
      <dc:creator />
      <dc:date>2016-03-28T19:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering within Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-within-Set-Analysis/m-p/1082919#M640324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like&lt;/P&gt;&lt;P&gt;&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;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;sum({$&amp;lt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;TYPE={'Plan'},&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;FISCAL_YEAR={$(vFiscalYear)},&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;Project = {"=&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;sum({$&amp;lt;TYPE={'Plan'},FISCAL_YEAR={$(vFiscalYear)}&amp;gt;} cost) / &lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-size: 13.3333px; font-style: inherit; line-height: 1.5em;"&gt;sum({$&amp;lt;TYPE={'Budget'},FISCAL_YEAR={$(vFiscalYear)}&amp;gt;} cost) &amp;lt;=1&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit; line-height: 1.5em;"&gt;&lt;STRONG&gt;"}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;gt;} cost)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2016 21:25:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-within-Set-Analysis/m-p/1082919#M640324</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-28T21:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering within Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-within-Set-Analysis/m-p/1082920#M640325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That solution worked perfectly. I tested it with one of the group summaries that I'm calculating and it worked without a hitch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been working on this issue for a few days, and could not get it work as expected. Thank you, you're help is much appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2016 23:31:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-within-Set-Analysis/m-p/1082920#M640325</guid>
      <dc:creator />
      <dc:date>2016-03-28T23:31:10Z</dc:date>
    </item>
  </channel>
</rss>

