<?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: Ruuning Average Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ruuning-Average-Issue/m-p/1030325#M347930</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Faisal either supress zero or missing (nulls) else assign zero to nulls or missing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Apr 2016 05:10:40 GMT</pubDate>
    <dc:creator>sujeetsingh</dc:creator>
    <dc:date>2016-04-14T05:10:40Z</dc:date>
    <item>
      <title>Ruuning Average Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Ruuning-Average-Issue/m-p/1030323#M347928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have qvw that has chart which shown running average of last 13 month.&amp;nbsp; Soon I pick a year in selection, I expect running average should still be intact but only that years shows up with values. Somehow X-Axis shows weird order and latest months show up in between which messes up running average as well.. Please see qvw attached and screenshot with no selections and with selection&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="121614" alt="Normal Behavior.png" class="jive-image image-1" src="/legacyfs/online/121614_Normal Behavior.png" style="width: 620px; height: 133px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now When I select Year 2015, It brings wrong order in x-Axis as shown below which messes up running average. PLEASE HELP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="121615" alt="Abnormal Behavior.png" class="jive-image image-2" src="/legacyfs/online/121615_Abnormal Behavior.png" style="width: 620px; height: 150px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 04:30:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ruuning-Average-Issue/m-p/1030323#M347928</guid>
      <dc:creator />
      <dc:date>2016-04-14T04:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Ruuning Average Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Ruuning-Average-Issue/m-p/1030324#M347929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you need only 2015 years data , then remaining all zero values are suppressed .&lt;/P&gt;&lt;P&gt;like below&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/121603_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 05:03:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ruuning-Average-Issue/m-p/1030324#M347929</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2016-04-14T05:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Ruuning Average Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Ruuning-Average-Issue/m-p/1030325#M347930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Faisal either supress zero or missing (nulls) else assign zero to nulls or missing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 05:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ruuning-Average-Issue/m-p/1030325#M347930</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2016-04-14T05:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Ruuning Average Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Ruuning-Average-Issue/m-p/1030326#M347931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to see only the selected period then wrap the unaggregated strings in the five info expressions in an Only() function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;old:&amp;nbsp; ='CalYear/Month = '&amp;amp;[CalYear/Month]&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;new:&lt;STRONG&gt;&amp;nbsp; =Only('CalYear/Month = ')&lt;/STRONG&gt; &amp;amp;[CalYear/Month]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your CalYear/Month field contains only text values. Those cannot be sorted numerically. You can sort by an expression like only({1}CalKey). Or better create CalYear/Month as a dual field: &lt;EM&gt;Date(MonthStart(MyDate),'MMM YYYY') as [CalYear/Month]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;See attached qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 06:10:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ruuning-Average-Issue/m-p/1030326#M347931</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-14T06:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Ruuning Average Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Ruuning-Average-Issue/m-p/1030327#M347932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.. It seems they are sorted properly and also running average for 36 months is calculated correctly. I wanted to know how this work.&amp;nbsp; Why info expressions were messing up running calculations and order in X-Axis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 10:21:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ruuning-Average-Issue/m-p/1030327#M347932</guid>
      <dc:creator />
      <dc:date>2016-04-14T10:21:02Z</dc:date>
    </item>
  </channel>
</rss>

