<?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: Including/Excluding set modifier dimension in Selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Including-Excluding-set-modifier-dimension-in-Selections/m-p/1102764#M365564</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample to play around with the few ideas I have?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Aug 2016 16:49:38 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-08-12T16:49:38Z</dc:date>
    <item>
      <title>Including/Excluding set modifier dimension in Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Including-Excluding-set-modifier-dimension-in-Selections/m-p/1102763#M365563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Is it possible to include or exclude selections based on the Set Modifier dimension (even if the dimension forces a value from all three values in said dimension) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the variable used in my expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;[Resource Type] = {'Retained'},[Internal Project]={'External'}&amp;gt;} If([#Hours Billed] = 0, [#Hours Worked], [#Hours Billed]) * #Rate)&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;[Resource Type] = {'Contractor'},[Internal Project]={'External'}&amp;gt;} If([#Hours Billed] = 0, [#Hours Worked], [#Hours Billed]) * #Rate)&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;[Resource Type] = {'Employee'},[Internal Project]={'External'}&amp;gt;} If([#Hours Billed] = 0, [#Hours Worked], [#Hours Billed]) * #Rate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dimension values I'm concerned with including in my selection are the Resource Types. Now, I would prefer to use a "Fade out" mechanism in the chart that&amp;nbsp; fades out any of the resource types not selected, but I'm having trouble understanding the logic. I found a post that explains how to do this (Background color conditional formatting), but I'm not sure it will work in my case because my chart is using set analysis and including all values for the Resource Type dimension. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas? Could I achieve this chart (It can have aggregated values for every type of resource per dimension (consultant name)) using another approach? Maybe not using Set Analysis? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart for your reference ~&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Scatter_Chart_example.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/134464_Scatter_Chart_example.PNG" style="height: 331px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Channing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 16:23:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Including-Excluding-set-modifier-dimension-in-Selections/m-p/1102763#M365563</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-12T16:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Including/Excluding set modifier dimension in Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Including-Excluding-set-modifier-dimension-in-Selections/m-p/1102764#M365564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample to play around with the few ideas I have?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 16:49:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Including-Excluding-set-modifier-dimension-in-Selections/m-p/1102764#M365564</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-12T16:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Including/Excluding set modifier dimension in Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Including-Excluding-set-modifier-dimension-in-Selections/m-p/1102765#M365565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your original expression could be look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;[Resource Type] = {'Retained',&lt;STRONG&gt; 'Contractor', 'Employee'&lt;/STRONG&gt;},[Internal Project]={'External'}&amp;gt;} If([#Hours Billed] = 0, [#Hours Worked], [#Hours Billed]) * #Rate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for only including the selected values of resource type you could use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;[Resource Type] = &lt;STRONG&gt;p([Resource Type])&lt;/STRONG&gt;,[Internal Project]={'External'}&amp;gt;} If([#Hours Billed] = 0, [#Hours Worked], [#Hours Billed]) * #Rate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 16:51:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Including-Excluding-set-modifier-dimension-in-Selections/m-p/1102765#M365565</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-08-12T16:51:36Z</dc:date>
    </item>
  </channel>
</rss>

