<?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 Set Analysis for Multiple Selections in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-Analysis-for-Multiple-Selections/m-p/1443671#M35012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am just starting to get my feet wet with Qlik Sense and I am not a coder by trade, so please bear with me. My current table shows more columns than I want it to (see attachment for an example). The purpose of the table is to show surgical case counts by doctor for the past three years and by specific facilities from a field titled Facility Group Name. The formula used to calculate the surgical volume is shown below. The attachment shows the current facility group names and I would like to be able to have the chart only show OSF, RMH, and SAH without having to filter down on them. Thank you in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;[Service Year]={$(=Max([Service Year])), $(=Max([Service Year])-1), $(=Max([Service Year])-2), $(=Max([Service Year])-3)}&amp;gt;}Aggr(If(Sum({$&amp;lt;RenFlag = {1}, SurgeryFlag = {1}, SurgAssistFlag = {1}, [Service Year]={$(=Max([Service Year])), $(=Max([Service Year])-1), $(=Max([Service Year])-2), $(=Max([Service Year])-3)}&amp;gt;} Units)&amp;gt;0, 1, 0), Key|Surgery, [Rendering Doctor Name], Key|Date))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Oct 2017 17:03:13 GMT</pubDate>
    <dc:creator>brandon_d</dc:creator>
    <dc:date>2017-10-26T17:03:13Z</dc:date>
    <item>
      <title>Set Analysis for Multiple Selections</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-for-Multiple-Selections/m-p/1443671#M35012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am just starting to get my feet wet with Qlik Sense and I am not a coder by trade, so please bear with me. My current table shows more columns than I want it to (see attachment for an example). The purpose of the table is to show surgical case counts by doctor for the past three years and by specific facilities from a field titled Facility Group Name. The formula used to calculate the surgical volume is shown below. The attachment shows the current facility group names and I would like to be able to have the chart only show OSF, RMH, and SAH without having to filter down on them. Thank you in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;[Service Year]={$(=Max([Service Year])), $(=Max([Service Year])-1), $(=Max([Service Year])-2), $(=Max([Service Year])-3)}&amp;gt;}Aggr(If(Sum({$&amp;lt;RenFlag = {1}, SurgeryFlag = {1}, SurgAssistFlag = {1}, [Service Year]={$(=Max([Service Year])), $(=Max([Service Year])-1), $(=Max([Service Year])-2), $(=Max([Service Year])-3)}&amp;gt;} Units)&amp;gt;0, 1, 0), Key|Surgery, [Rendering Doctor Name], Key|Date))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 17:03:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-for-Multiple-Selections/m-p/1443671#M35012</guid>
      <dc:creator>brandon_d</dc:creator>
      <dc:date>2017-10-26T17:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Multiple Selections</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-for-Multiple-Selections/m-p/1443672#M35013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is OSF, RMH, and SAH part of a dimension? May be try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Sum({$&amp;lt;[Service Year]={$(=Max([Service Year])), $(=Max([Service Year])-1), $(=Max([Service Year])-2), $(=Max([Service Year])-3)}&lt;SPAN style="color: #ff0000;"&gt;, DimensionName = {'OSF', 'RMH', 'SAH'}&lt;/SPAN&gt;&amp;gt;}Aggr(If(Sum({$&amp;lt;RenFlag = {1}, SurgeryFlag = {1}, SurgAssistFlag = {1}, [Service Year]={$(=Max([Service Year])), $(=Max([Service Year])-1), $(=Max([Service Year])-2), $(=Max([Service Year])-3)}&amp;gt;} Units)&amp;gt;0, 1, 0), Key|Surgery, [Rendering Doctor Name], Key|Date))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 17:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-for-Multiple-Selections/m-p/1443672#M35013</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-26T17:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Multiple Selections</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-for-Multiple-Selections/m-p/1443673#M35014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not know all the proper terminology, but looking further into the table it appears that the dimension is called Facility Group Name and these are all locations within that dimension. Using the formula that you provided did not work. Any other suggestions? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 19:27:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-for-Multiple-Selections/m-p/1443673#M35014</guid>
      <dc:creator>brandon_d</dc:creator>
      <dc:date>2017-10-26T19:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Multiple Selections</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-for-Multiple-Selections/m-p/1443674#M35015</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 show your issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 19:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-for-Multiple-Selections/m-p/1443674#M35015</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-26T19:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Multiple Selections</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-for-Multiple-Selections/m-p/1443675#M35016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer back to the image in the original post. I would like the Facility Group Dimension that currently contains AGSH, ARSC, CENT, OSF, RMH, SAH, and SHER to only show OSF, RMH, and SAH when I pull it in as a column within my table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 19:34:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-for-Multiple-Selections/m-p/1443675#M35016</guid>
      <dc:creator>brandon_d</dc:creator>
      <dc:date>2017-10-26T19:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Multiple Selections</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-for-Multiple-Selections/m-p/1443676#M35017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see a lot of things in the image... I won't know what you have and what you trying to do unless I see it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 19:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-for-Multiple-Selections/m-p/1443676#M35017</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-26T19:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for Multiple Selections</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-for-Multiple-Selections/m-p/1443677#M35018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;The attachment shows the current facility group names and I would like to be able to have the chart only show OSF, RMH, and SAH without having to filter down on them. Thank you in advance!&lt;/SPAN&gt;
&lt;P&gt;&lt;/P&gt;


&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a pivot Chart? To get the above try, instead of adding the dimension "&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Facility Group Name &lt;/SPAN&gt;" add a calculated dimension of the below in its place:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Match([&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Facility Group Name]&lt;/SPAN&gt;, '&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;OSF', 'RMH', 'SAH'&lt;/SPAN&gt;),&lt;SPAN style="font-size: 13.3333px;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Facility Group Name]&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;You will also then need to suppress any null values &lt;SPAN style="font-size: 13.3333px;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Facility Group Name]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 19:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-for-Multiple-Selections/m-p/1443677#M35018</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-26T19:42:28Z</dc:date>
    </item>
  </channel>
</rss>

