<?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: Excluding specific Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excluding-specific-Dimension/m-p/433236#M161455</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes this works fairly well, and in fact i think as well as it's going to...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the core functionality of QV kind of negates what i'm trying to achieve, because then the month's available goes according to the employee selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response though, i will test a few settings with what you have given me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Dec 2012 09:14:26 GMT</pubDate>
    <dc:creator>hschultz</dc:creator>
    <dc:date>2012-12-13T09:14:26Z</dc:date>
    <item>
      <title>Excluding specific Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-specific-Dimension/m-p/433230#M161449</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;I have a scenario where we need to have selections, but the chart breaks if a speciffic selection is active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an example attached:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to be able to select on the available boxes for Customer &amp;amp; Month, but then, because there is no link to the employee, selecting it does not display our budget anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know you can use set analysis for excluding all selections, but we do want to be able to pick Month &amp;amp; Customer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the question is if there is a way to force a colum (Budget) to bring values according to selections, but exclude certain selections, like Employee in this case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 08:01:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-specific-Dimension/m-p/433230#M161449</guid>
      <dc:creator>hschultz</dc:creator>
      <dc:date>2012-12-13T08:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding specific Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-specific-Dimension/m-p/433231#M161450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Just use following expression for Budget&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({$&amp;lt;Employee=&amp;gt;} aggr( Budget , Month,Customer,Budget))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope it works!&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 08:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-specific-Dimension/m-p/433231#M161450</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2012-12-13T08:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding specific Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-specific-Dimension/m-p/433232#M161451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately that doesn't work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 08:39:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-specific-Dimension/m-p/433232#M161451</guid>
      <dc:creator>hschultz</dc:creator>
      <dc:date>2012-12-13T08:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding specific Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-specific-Dimension/m-p/433233#M161452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why are you using aggregate&lt;/P&gt;&lt;P&gt;??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 08:53:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-specific-Dimension/m-p/433233#M161452</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2012-12-13T08:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding specific Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-specific-Dimension/m-p/433234#M161453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please use this as expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=sum({$&amp;lt;Employee=&amp;gt;}Budget)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;hope it is welll&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Do reply...&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 08:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-specific-Dimension/m-p/433234#M161453</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2012-12-13T08:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding specific Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-specific-Dimension/m-p/433235#M161454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the month's to combine the sum accordoing to selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Please note this is an example from a bigger model, and we originally tested normal sum() but it didn't calculate correctly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 08:57:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-specific-Dimension/m-p/433235#M161454</guid>
      <dc:creator>hschultz</dc:creator>
      <dc:date>2012-12-13T08:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding specific Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-specific-Dimension/m-p/433236#M161455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes this works fairly well, and in fact i think as well as it's going to...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the core functionality of QV kind of negates what i'm trying to achieve, because then the month's available goes according to the employee selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response though, i will test a few settings with what you have given me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 09:14:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-specific-Dimension/m-p/433236#M161455</guid>
      <dc:creator>hschultz</dc:creator>
      <dc:date>2012-12-13T09:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding specific Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-specific-Dimension/m-p/433237#M161456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If all going well then just End up the thread...by the "correct answer" title.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are welcome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 09:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-specific-Dimension/m-p/433237#M161456</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2012-12-13T09:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding specific Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-specific-Dimension/m-p/433238#M161457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will be testing a few more settings, then i will respond appropriately. But you have been helpful so far thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 09:21:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-specific-Dimension/m-p/433238#M161457</guid>
      <dc:creator>hschultz</dc:creator>
      <dc:date>2012-12-13T09:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding specific Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-specific-Dimension/m-p/433239#M161458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No issue..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 09:58:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-specific-Dimension/m-p/433239#M161458</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2012-12-13T09:58:56Z</dc:date>
    </item>
  </channel>
</rss>

