<?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 Totals Not Showing in Filtered by Expression Table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Totals-Not-Showing-in-Filtered-by-Expression-Table/m-p/1902022#M74418</link>
    <description>&lt;P&gt;Hello everyone,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a problem with a table not showing Totals for measures.&lt;/P&gt;
&lt;P&gt;The table is filtered through an expression on each of the dimensions and measures where if a field (we'll call "Project Status") has a value "3" or "5" it should return '' (Empty or Null)&lt;/P&gt;
&lt;P&gt;Yet, when I do that, the Totals for the projects that do show up after applying the expression, do not work. It shows amounts and values for each row, but not for the Totals.&lt;/P&gt;
&lt;P&gt;I understand I am messing with the Measures amounts by using '' as one of the returning values, but is there any other way I can filter the table without the user having to apply a filter from a Filter Pane or a Button or else?&lt;/P&gt;
&lt;P&gt;------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;This is just an example of what is put as expression on each of the fields of my table:&lt;/P&gt;
&lt;P&gt;[Project Status] is the filed by which I apply the filter depending on its value.&lt;/P&gt;
&lt;P&gt;[Saving ID] is the field value that is displayed at the table depending on the below conditions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;= if([Project Status] = '0 - Not Started', [Saving ID],&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if([Project Status] = '1 - On Hold by Geodis', [Saving ID],&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if([Project Status] = '2 - In Progress', [Saving ID],&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if([Project Status] = '3 - Cancelled', null(),&lt;BR /&gt;&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;if([Project Status] = '4 - Implemented', [Saving ID],&lt;BR /&gt;&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;if([Project Status] = 'X - On Hold by Customer', [Saving ID],&lt;BR /&gt;&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;if([Project Status] = '5 - Savings Terminated', null()&lt;BR /&gt;&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;)&lt;BR /&gt;&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;)&lt;BR /&gt;&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;)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;)&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------------&lt;/P&gt;
&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Mar 2022 20:55:05 GMT</pubDate>
    <dc:creator>enriquelopez88</dc:creator>
    <dc:date>2022-03-07T20:55:05Z</dc:date>
    <item>
      <title>Totals Not Showing in Filtered by Expression Table</title>
      <link>https://community.qlik.com/t5/App-Development/Totals-Not-Showing-in-Filtered-by-Expression-Table/m-p/1902022#M74418</link>
      <description>&lt;P&gt;Hello everyone,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a problem with a table not showing Totals for measures.&lt;/P&gt;
&lt;P&gt;The table is filtered through an expression on each of the dimensions and measures where if a field (we'll call "Project Status") has a value "3" or "5" it should return '' (Empty or Null)&lt;/P&gt;
&lt;P&gt;Yet, when I do that, the Totals for the projects that do show up after applying the expression, do not work. It shows amounts and values for each row, but not for the Totals.&lt;/P&gt;
&lt;P&gt;I understand I am messing with the Measures amounts by using '' as one of the returning values, but is there any other way I can filter the table without the user having to apply a filter from a Filter Pane or a Button or else?&lt;/P&gt;
&lt;P&gt;------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;This is just an example of what is put as expression on each of the fields of my table:&lt;/P&gt;
&lt;P&gt;[Project Status] is the filed by which I apply the filter depending on its value.&lt;/P&gt;
&lt;P&gt;[Saving ID] is the field value that is displayed at the table depending on the below conditions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;= if([Project Status] = '0 - Not Started', [Saving ID],&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if([Project Status] = '1 - On Hold by Geodis', [Saving ID],&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if([Project Status] = '2 - In Progress', [Saving ID],&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if([Project Status] = '3 - Cancelled', null(),&lt;BR /&gt;&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;if([Project Status] = '4 - Implemented', [Saving ID],&lt;BR /&gt;&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;if([Project Status] = 'X - On Hold by Customer', [Saving ID],&lt;BR /&gt;&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;if([Project Status] = '5 - Savings Terminated', null()&lt;BR /&gt;&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;)&lt;BR /&gt;&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;)&lt;BR /&gt;&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;)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;)&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------------&lt;/P&gt;
&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 20:55:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Totals-Not-Showing-in-Filtered-by-Expression-Table/m-p/1902022#M74418</guid>
      <dc:creator>enriquelopez88</dc:creator>
      <dc:date>2022-03-07T20:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Totals Not Showing in Filtered by Expression Table</title>
      <link>https://community.qlik.com/t5/App-Development/Totals-Not-Showing-in-Filtered-by-Expression-Table/m-p/1902074#M74425</link>
      <description>&lt;P&gt;Could you please post a screenshot of your chart? I'm confused as to what your goal is.&amp;nbsp; If I want to exclude project statuses 3 and 5, i would code a measure like this: (for example, to sum "RecordedHours" field):&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Sum(&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;{&amp;lt;[Project Status -= {&lt;SPAN&gt;'3 - Cancelled',&amp;nbsp;'5 - Savings Terminated'&lt;/SPAN&gt;}&amp;gt;}&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;RecordedHours)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 23:18:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Totals-Not-Showing-in-Filtered-by-Expression-Table/m-p/1902074#M74425</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2022-03-07T23:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Totals Not Showing in Filtered by Expression Table</title>
      <link>https://community.qlik.com/t5/App-Development/Totals-Not-Showing-in-Filtered-by-Expression-Table/m-p/1902082#M74426</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp;thanks a lot for the quick response!&lt;/P&gt;
&lt;P&gt;It worked quite well.&lt;/P&gt;
&lt;P&gt;The table now has the filter at the dimensions as I put it above, and for the measures I used the one you kindly wrote here.&lt;/P&gt;
&lt;P&gt;Mi goal was that the list of projects I had only shown the mentioned statuses. But when doing that for the measures, it throwed me no values: "-"&lt;/P&gt;
&lt;P&gt;Now, it does show a value at the measures and is exactly what I needed.&lt;/P&gt;
&lt;P&gt;Sorry for the "editing" on the image, but I handle some sensitive data here.&lt;/P&gt;
&lt;P&gt;Nonetheless, we can now see at the Totals that there are values in the last three columns. That's the expected result!&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TableResult.jpg" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/73818i3B20B5F0F85FDE5B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TableResult.jpg" alt="TableResult.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope its of use for anyone else!&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 23:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Totals-Not-Showing-in-Filtered-by-Expression-Table/m-p/1902082#M74426</guid>
      <dc:creator>enriquelopez88</dc:creator>
      <dc:date>2022-03-07T23:47:04Z</dc:date>
    </item>
  </channel>
</rss>

