<?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: set analysis, if expression, and dimension filters in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/set-analysis-if-expression-and-dimension-filters/m-p/1174899#M21568</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close this thread by marking the correct answer if you got what you wanted to achieve.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Aug 2016 13:27:35 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-08-27T13:27:35Z</dc:date>
    <item>
      <title>set analysis, if expression, and dimension filters</title>
      <link>https://community.qlik.com/t5/App-Development/set-analysis-if-expression-and-dimension-filters/m-p/1174896#M21565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Morning (still morning in Hawaii!),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use Qlik Sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am simplifying this from what we actually did.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say that we had dimensions 1-10.&amp;nbsp; We wanted our budget numbers to display for dimension 1-3 if filtered on and displayed as 'N/A' if dimensions 4-10 are filtered.&amp;nbsp; The problem that arose is that we only budget based on dimension 1-3 and not on dimensions 4-10.&amp;nbsp; When filtering on dimensions 4-10 it was showing a weird budget where there was not one.&amp;nbsp; So w&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;e used set analysis on a sum of the budget number to accomplish this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(round((Sum({$&amp;lt;dimension4=,dimension5=,dimension6=,dimension7=,dimension8=,dimension9=,dimension10=&amp;gt;}SalesBudget)))=(round(sumSalesBudget))),sum({$&amp;lt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;dimension4=,dimension5=,dimension6=,dimension7=,dimension8=,dimension9=,dimension10=&amp;gt;}SalesBudget),'N/A')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked perfectly.&amp;nbsp; The problem is the list keeps on building as we add more data, so we still want dimensions 1-3 to display a budget number when filtered on, but now we have dimensions 4-20 that need to display 'N/A'.&amp;nbsp; Is there a way with set analysis to do the inverse of what we are doing? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated!&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 19:54:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/set-analysis-if-expression-and-dimension-filters/m-p/1174896#M21565</guid>
      <dc:creator />
      <dc:date>2016-08-25T19:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis, if expression, and dimension filters</title>
      <link>https://community.qlik.com/t5/App-Development/set-analysis-if-expression-and-dimension-filters/m-p/1174897#M21566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try the technique specified here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1334"&gt;Ignore all selections except some specific fields using Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 00:16:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/set-analysis-if-expression-and-dimension-filters/m-p/1174897#M21566</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-26T00:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis, if expression, and dimension filters</title>
      <link>https://community.qlik.com/t5/App-Development/set-analysis-if-expression-and-dimension-filters/m-p/1174898#M21567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&amp;nbsp; The technique you referenced had to be tweaked a little bit, but it appears to have done what I needed!&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 19:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/set-analysis-if-expression-and-dimension-filters/m-p/1174898#M21567</guid>
      <dc:creator />
      <dc:date>2016-08-26T19:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis, if expression, and dimension filters</title>
      <link>https://community.qlik.com/t5/App-Development/set-analysis-if-expression-and-dimension-filters/m-p/1174899#M21568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close this thread by marking the correct answer if you got what you wanted to achieve.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Aug 2016 13:27:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/set-analysis-if-expression-and-dimension-filters/m-p/1174899#M21568</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-27T13:27:35Z</dc:date>
    </item>
  </channel>
</rss>

