<?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: Ignore Selections in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Ignore-Selections/m-p/2054849#M86659</link>
    <description>&lt;P&gt;Hello, as far as I understand, you can use;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Sum(TOTAL &amp;lt;YearQuarter, Manager, Dim3&amp;gt; Expense)&lt;/STRONG&gt; &lt;/FONT&gt;//This ignores any dimensions not specified&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;+&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Sum({1} 0)&lt;/STRONG&gt; &lt;/FONT&gt;//This displays Names with zero values&lt;/P&gt;</description>
    <pubDate>Wed, 29 Mar 2023 19:15:43 GMT</pubDate>
    <dc:creator>BrunPierre</dc:creator>
    <dc:date>2023-03-29T19:15:43Z</dc:date>
    <item>
      <title>Ignore Selections</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-Selections/m-p/2054785#M86655</link>
      <description>&lt;P&gt;Can someone please help me figure out how to ignore specific selections in a straight table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Objective:&lt;/STRONG&gt; show all Managers and allow the user to select all expenses for YearQuarter 2023-Q1. If they don't have any expenses for that quarter, I still need to show their Name, their expense amts will just show 0 (I have other fields I may add to this straight table). I would like to prevent hard coding any selections in a set analysis (such as Manager = Y, yearquarter = 2023-Q1).&lt;/P&gt;
&lt;P&gt;Using the following example. I would like to show all Names even if they didn't have any expenses in 2023-Q1. I want the user to be able to select 2023-Q1 from a filter and Manager= Y from a filter and at least filter down to that year/quarter for only Managers.&lt;/P&gt;
&lt;P&gt;Example:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Name&amp;nbsp; &amp;nbsp; &amp;nbsp; YearQuarter&amp;nbsp; &amp;nbsp; Rank&amp;nbsp; Expense&amp;nbsp; &amp;nbsp; &amp;nbsp; Manager&lt;/P&gt;
&lt;P&gt;Name1&amp;nbsp; &amp;nbsp; 2023-Q1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 500&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Y&lt;BR /&gt;Name1&amp;nbsp; &amp;nbsp; 2023-Q1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 100&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Y&lt;BR /&gt;Name2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Y&lt;BR /&gt;Name3&amp;nbsp; &amp;nbsp; &amp;nbsp;2023-Q1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Y&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 16:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-Selections/m-p/2054785#M86655</guid>
      <dc:creator>nchamilton162</dc:creator>
      <dc:date>2023-03-29T16:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Selections</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-Selections/m-p/2054849#M86659</link>
      <description>&lt;P&gt;Hello, as far as I understand, you can use;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Sum(TOTAL &amp;lt;YearQuarter, Manager, Dim3&amp;gt; Expense)&lt;/STRONG&gt; &lt;/FONT&gt;//This ignores any dimensions not specified&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;+&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Sum({1} 0)&lt;/STRONG&gt; &lt;/FONT&gt;//This displays Names with zero values&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 19:15:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-Selections/m-p/2054849#M86659</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-03-29T19:15:43Z</dc:date>
    </item>
  </channel>
</rss>

