<?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: Chart expression help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-expression-help/m-p/39350#M773251</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then I guess it is a QlikView version issue... can you upgrade your QlikView version to a more recent version?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 May 2018 09:15:44 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-05-16T09:15:44Z</dc:date>
    <item>
      <title>Chart expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-expression-help/m-p/39342#M773243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="171708" data-objecttype="3" href="https://community.qlik.com/people/stalwar1" target="_blank"&gt;&lt;SPAN style="color: #3778c7;"&gt;stalwar1&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a combo chart with 2 expression. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression- 1:- Sum of Sales Units&lt;/P&gt;&lt;P&gt;Expression -2:- Sum of Sales Units from the current month to rolling 12 months. For eg; For Jan'18, sales units is 10 units which is represented in the bar. For the same month Jan'18, the line graph should show total sales units as 2902 units (which is the sum from Jan'18 to Dec'18). For Feb the expression 2 should show from Feb'18 to Jan'18 which would be 3125 units and so on. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The trend line should always be static for 12 months and should not change regardless of selection in month which I will have as a saperate list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg- The current trend line does the sum of sales for 12 months when there are no filters applied. If I want to view just 4 months of data the trend line should still show the same 12 months sum and not change for just 4 months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help with the expression 2 please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-expression-help/m-p/39342#M773243</guid>
      <dc:creator>ramanarayan</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Chart expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-expression-help/m-p/39343#M773244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=RangeSum(Below(Sum({1}[Sales Units]), 0, 12))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 08:22:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-expression-help/m-p/39343#M773244</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2018-05-16T08:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Chart expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-expression-help/m-p/39344#M773245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or one of theses&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=RangeSum(Below(Sum({&amp;lt;Date&amp;gt;}[Sales Units]), 0, 12)) * Avg(1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=RangeSum(Below(Sum({&amp;lt;Date&amp;gt;}[Sales Units]), 0, 12))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/202516_Capture.PNG" style="height: 456px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Top chart uses the 1st expression where the accumulation is based on 12 months, but it show only the selected Month's 12 month accumulation. Whereas the second expression shows everything regardless of the selection in Date field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 09:04:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-expression-help/m-p/39344#M773245</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-16T09:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Chart expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-expression-help/m-p/39345#M773246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have one more request on this outcome.. For Eg ; When I select 3 months in Month List box, I need to see the Line only for 3 months as well... instead of seeing it for all the months..&amp;nbsp; How do we get that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/202517_Capture.PNG" style="width: 620px; height: 232px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 09:04:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-expression-help/m-p/39345#M773246</guid>
      <dc:creator>ramanarayan</dc:creator>
      <dc:date>2018-05-16T09:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Chart expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-expression-help/m-p/39346#M773247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=RangeSum(Below(Sum({&amp;lt;Date&amp;gt;}[Sales Units]), 0, 12)) * Avg(1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 09:06:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-expression-help/m-p/39346#M773247</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-16T09:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Chart expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-expression-help/m-p/39347#M773248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks good Sunny.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But have an issue.. when I select 3 months.. I see other months as blanks as well apart from the ones that I have selected.. How to overcome this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used this formulae..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=RangeSum(Below(Sum({&amp;lt;Date&amp;gt;}[Sales Units]), 0, 12)) * Avg(1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/202520_Capture.PNG" style="width: 620px; height: 227px;" /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 09:09:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-expression-help/m-p/39347#M773248</guid>
      <dc:creator>ramanarayan</dc:creator>
      <dc:date>2018-05-16T09:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Chart expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-expression-help/m-p/39348#M773249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you check 'Suppress Zero Values' on the presentation tab?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 09:10:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-expression-help/m-p/39348#M773249</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-16T09:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Chart expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-expression-help/m-p/39349#M773250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.. it is checked in presentation tab.. And in dimensions aswell..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 09:13:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-expression-help/m-p/39349#M773250</guid>
      <dc:creator>ramanarayan</dc:creator>
      <dc:date>2018-05-16T09:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Chart expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-expression-help/m-p/39350#M773251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then I guess it is a QlikView version issue... can you upgrade your QlikView version to a more recent version?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 09:15:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-expression-help/m-p/39350#M773251</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-16T09:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Chart expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-expression-help/m-p/39351#M773252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK Cool... Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 09:17:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-expression-help/m-p/39351#M773252</guid>
      <dc:creator>ramanarayan</dc:creator>
      <dc:date>2018-05-16T09:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Chart expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-expression-help/m-p/39352#M773253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After version upgrade, it works flawlessly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your outstanding support &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 09:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-expression-help/m-p/39352#M773253</guid>
      <dc:creator>ramanarayan</dc:creator>
      <dc:date>2018-05-16T09:31:09Z</dc:date>
    </item>
  </channel>
</rss>

