<?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: Qlik Above function in Bar chart not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlik-Above-function-in-Bar-chart-not-working/m-p/1733394#M452460</link>
    <description>&lt;P&gt;Awesome&lt;/P&gt;</description>
    <pubDate>Wed, 05 Aug 2020 11:25:19 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2020-08-05T11:25:19Z</dc:date>
    <item>
      <title>Qlik Above function in Bar chart not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Above-function-in-Bar-chart-not-working/m-p/1732787#M452418</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a table like below,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="muthukumarbalu91_2-1596458768415.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/38458i2F93F0137A05926A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="muthukumarbalu91_2-1596458768415.png" alt="muthukumarbalu91_2-1596458768415.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Each period holds YTD values (except 201901 &amp;amp; 202001). i wish to find out monthly figures for each period.&lt;/P&gt;&lt;P&gt;The same has been successfully found by using below expression .&lt;/P&gt;&lt;P&gt;IF((LEFT(Period,4) &amp;lt;&amp;gt; Above(LEFT(Period,4))),(SUM({&amp;lt;TYPE={'REEL'}&amp;gt;}YTD_Value)),&lt;BR /&gt;(SUM({&amp;lt;TYPE={'REEL'}&amp;gt;}YTD_Value)- Above(SUM({&amp;lt;TYPE={'REEL'}&amp;gt;}YTD_Value))))&lt;/P&gt;&lt;P&gt;Now all i need is adding additional country dimension to show&amp;nbsp; same in BAR Chart.&lt;/P&gt;&lt;P&gt;But when i reuse the same expression its not showing monthly value instead it shows YTD Value If i not consider period column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="muthukumarbalu91_4-1596459226228.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/38462iA4919EFE2432FCC5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="muthukumarbalu91_4-1596459226228.png" alt="muthukumarbalu91_4-1596459226228.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestion how to fix this in Bar chart to show cumulative&amp;nbsp; sum in bar chart country wise.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:16:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Above-function-in-Bar-chart-not-working/m-p/1732787#M452418</guid>
      <dc:creator>mkb_Qlik</dc:creator>
      <dc:date>2024-11-16T18:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Above function in Bar chart not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Above-function-in-Bar-chart-not-working/m-p/1733256#M452448</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Aggr(

  If(Left(Period, 4) &amp;lt;&amp;gt; Above(Left(Period, 4)),
    Sum({&amp;lt;TYPE = {'REEL'}&amp;gt;} YTD_Value),
    Sum({&amp;lt;TYPE = {'REEL'}&amp;gt;} YTD_Value) - Above(Sum({&amp;lt;TYPE = {'REEL'}&amp;gt;} YTD_Value))
  )

, COUNTRY_CODE, (Period, (NUMERIC)))&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 04 Aug 2020 19:15:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Above-function-in-Bar-chart-not-working/m-p/1733256#M452448</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-08-04T19:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Above function in Bar chart not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Above-function-in-Bar-chart-not-working/m-p/1733293#M452452</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your assistance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However given expression works well when i consider period dimension in Bar Chart. Any other suggestions to show the aggregation at Country Code level.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 03:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Above-function-in-Bar-chart-not-working/m-p/1733293#M452452</guid>
      <dc:creator>mkb_Qlik</dc:creator>
      <dc:date>2020-08-05T03:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Above function in Bar chart not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Above-function-in-Bar-chart-not-working/m-p/1733385#M452458</link>
      <description>&lt;P&gt;Try this may be&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum(Aggr(

  If(Left(Period, 4) &amp;lt;&amp;gt; Above(Left(Period, 4)),
    Sum({&amp;lt;TYPE = {'REEL'}&amp;gt;} YTD_Value),
    Sum({&amp;lt;TYPE = {'REEL'}&amp;gt;} YTD_Value) - Above(Sum({&amp;lt;TYPE = {'REEL'}&amp;gt;} YTD_Value))
  )

, COUNTRY_CODE, (Period, (NUMERIC))))&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 05 Aug 2020 10:58:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Above-function-in-Bar-chart-not-working/m-p/1733385#M452458</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-08-05T10:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Above function in Bar chart not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Above-function-in-Bar-chart-not-working/m-p/1733387#M452459</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your assistance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have fixed this case from back end scripting.&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 11:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Above-function-in-Bar-chart-not-working/m-p/1733387#M452459</guid>
      <dc:creator>mkb_Qlik</dc:creator>
      <dc:date>2020-08-05T11:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Above function in Bar chart not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Above-function-in-Bar-chart-not-working/m-p/1733394#M452460</link>
      <description>&lt;P&gt;Awesome&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 11:25:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Above-function-in-Bar-chart-not-working/m-p/1733394#M452460</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-08-05T11:25:19Z</dc:date>
    </item>
  </channel>
</rss>

