<?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: Expression Total in Barchart vs Straight Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Total-in-Barchart-vs-Straight-Table/m-p/2109305#M1224458</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for your reply. I am completely looking for the solution in Bar chart not in straight table. I need the totals which is showing in straight table that are needs to be shown in Bar chart as well.&lt;/P&gt;</description>
    <pubDate>Thu, 24 Aug 2023 07:50:05 GMT</pubDate>
    <dc:creator>krishna20</dc:creator>
    <dc:date>2023-08-24T07:50:05Z</dc:date>
    <item>
      <title>Expression Total in Barchart vs Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Total-in-Barchart-vs-Straight-Table/m-p/2109289#M1224456</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;
&lt;P&gt;I am not getting Totals as same as in both Bar chart and Straight table.&amp;nbsp; I need to get the expression TOTAL in bar chart as in straight table I am getting the right values .&amp;nbsp; I have tried Above (), Rangesum(), Rowno(TOTAL) but no luck.&lt;/P&gt;
&lt;P&gt;I have two dimensions&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Calendar Year&lt;/P&gt;
&lt;P&gt;2. =If(Received_Date&amp;lt;=Max(Calendar_Date) and Investigation_Date &amp;gt;Max(Calendar_Date), 'Pending', Status)&lt;/P&gt;
&lt;P&gt;Expression:&lt;/P&gt;
&lt;P&gt;Count({&amp;lt;Flag={'Esc_Dt'},Calendar_Date={"&amp;gt;=$(=Date(Num(YearStart(Max(Calendar_Date),-3)),'DD-MM-YYYY'))&amp;lt;=$(=Date(Num(Max(Calendar_Date)),'DD-MM-YYYY'))"}&amp;gt;}DISTINCT ID)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="krishna20_0-1692860249417.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/115078iF2A930D07A0A2294/image-size/medium?v=v2&amp;amp;px=400" role="button" title="krishna20_0-1692860249417.png" alt="krishna20_0-1692860249417.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/18624"&gt;@Gysbert_Wassenaar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone suggest how to achieve this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Krishna&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 07:27:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Total-in-Barchart-vs-Straight-Table/m-p/2109289#M1224456</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2023-08-24T07:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Total in Barchart vs Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Total-in-Barchart-vs-Straight-Table/m-p/2109298#M1224457</link>
      <description>&lt;P&gt;Take a look on the TOTAL mode within the expression tab (bottom right area) of the straight-table if you could change them. If not you would need some adjustments to your logic - data-model and/or the UI - because you would need to enforce to sum the counts on the appropriate dimensionality with an aggr(), like:&lt;/P&gt;
&lt;P&gt;sum(aggr(count(), Dim1, Dim2))&lt;/P&gt;
&lt;P&gt;but the dimensions in this case must be native ones and not calculated dimensions.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 07:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Total-in-Barchart-vs-Straight-Table/m-p/2109298#M1224457</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-08-24T07:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Total in Barchart vs Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Total-in-Barchart-vs-Straight-Table/m-p/2109305#M1224458</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for your reply. I am completely looking for the solution in Bar chart not in straight table. I need the totals which is showing in straight table that are needs to be shown in Bar chart as well.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 07:50:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Total-in-Barchart-vs-Straight-Table/m-p/2109305#M1224458</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2023-08-24T07:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Total in Barchart vs Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Total-in-Barchart-vs-Straight-Table/m-p/2109314#M1224459</link>
      <description>&lt;P&gt;Then take the same look on the TOTAL mode but within the bar-chart - changeable? And if returned it the expected results? Beside of this I'm not sure if it's expedient if both objects are showing a TOTAL - especially if the TOTAL calculation don't return the sum of rows which may the correct result for the business case but quite often are the users confused by such view (personally I would avoid it to not answer the same questions again and again).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 08:02:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Total-in-Barchart-vs-Straight-Table/m-p/2109314#M1224459</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-08-24T08:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Total in Barchart vs Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Total-in-Barchart-vs-Straight-Table/m-p/2113834#M1224501</link>
      <description>&lt;P&gt;Straight Tables are most widely used sheet object to display data in QlikView.&amp;nbsp;&lt;A href="https://krogereschedule.site/" target="_self"&gt;Kroger Eschedule&lt;/A&gt; They are very simple yet powerful with features like column rearrangement, sorting and coloring the background etc.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2023 20:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Total-in-Barchart-vs-Straight-Table/m-p/2113834#M1224501</guid>
      <dc:creator>Vargast534</dc:creator>
      <dc:date>2023-09-06T20:49:43Z</dc:date>
    </item>
  </channel>
</rss>

