<?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 Chart representation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-representation/m-p/1931028#M1231954</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="antupe_0-1652700404819.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/79506iD1C6BA858F9932C0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="antupe_0-1652700404819.png" alt="antupe_0-1652700404819.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I have this graph in which the red bar represents the new products that have arrived,&amp;nbsp;the blue bar represents the pending units (this are the units that have arrived and must be repaired) and the green bar represents the number of units that have been repaired.&lt;/P&gt;
&lt;P&gt;I have used he following expressions:&lt;/P&gt;
&lt;P&gt;New products:&amp;nbsp;count({$&amp;lt;DateType={'Arrived'}&amp;gt;} ProductID )&lt;/P&gt;
&lt;P&gt;Repaired:&amp;nbsp;count({$&amp;lt;DateType={'Repaired'}&amp;gt;} ProductID )&lt;/P&gt;
&lt;P&gt;Pending Units:&amp;nbsp;rangesum(above(total count({$&amp;lt;DateType={'Arrived'}&amp;gt;} ProductID ),0,RowNo(total)))-rangesum(above(total count({$&amp;lt;DateType={'Repaired'}&amp;gt;} ProductID ),0,RowNo(total)))&lt;/P&gt;
&lt;P&gt;This is showing my data correctly but when I select a particular date, the formulas apparently apply from that date and not for the total of the data.&lt;/P&gt;
&lt;P&gt;For example when the date 31/03/2022 is selected the representation changes from the one seen above to the following:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="antupe_1-1652701004368.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/79509iF72DC4BAECADEA90/image-size/medium?v=v2&amp;amp;px=400" role="button" title="antupe_1-1652701004368.png" alt="antupe_1-1652701004368.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;How can I avoid this?&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
    <dc:creator>antupe</dc:creator>
    <dc:date>2026-01-26T16:26:21Z</dc:date>
    <item>
      <title>Chart representation</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-representation/m-p/1931028#M1231954</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="antupe_0-1652700404819.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/79506iD1C6BA858F9932C0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="antupe_0-1652700404819.png" alt="antupe_0-1652700404819.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I have this graph in which the red bar represents the new products that have arrived,&amp;nbsp;the blue bar represents the pending units (this are the units that have arrived and must be repaired) and the green bar represents the number of units that have been repaired.&lt;/P&gt;
&lt;P&gt;I have used he following expressions:&lt;/P&gt;
&lt;P&gt;New products:&amp;nbsp;count({$&amp;lt;DateType={'Arrived'}&amp;gt;} ProductID )&lt;/P&gt;
&lt;P&gt;Repaired:&amp;nbsp;count({$&amp;lt;DateType={'Repaired'}&amp;gt;} ProductID )&lt;/P&gt;
&lt;P&gt;Pending Units:&amp;nbsp;rangesum(above(total count({$&amp;lt;DateType={'Arrived'}&amp;gt;} ProductID ),0,RowNo(total)))-rangesum(above(total count({$&amp;lt;DateType={'Repaired'}&amp;gt;} ProductID ),0,RowNo(total)))&lt;/P&gt;
&lt;P&gt;This is showing my data correctly but when I select a particular date, the formulas apparently apply from that date and not for the total of the data.&lt;/P&gt;
&lt;P&gt;For example when the date 31/03/2022 is selected the representation changes from the one seen above to the following:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="antupe_1-1652701004368.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/79509iF72DC4BAECADEA90/image-size/medium?v=v2&amp;amp;px=400" role="button" title="antupe_1-1652701004368.png" alt="antupe_1-1652701004368.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;How can I avoid this?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-representation/m-p/1931028#M1231954</guid>
      <dc:creator>antupe</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Chart representation</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-representation/m-p/1931598#M1231957</link>
      <description>&lt;P&gt;Not sure if there is a better solution, I went into Properties--&amp;gt;General--&amp;gt;Read Only&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 09:46:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-representation/m-p/1931598#M1231957</guid>
      <dc:creator>antupe</dc:creator>
      <dc:date>2022-05-17T09:46:56Z</dc:date>
    </item>
  </channel>
</rss>

