<?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: Display Graph if Spike is noticed in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-Graph-if-Spike-is-noticed/m-p/94221#M757955</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try Below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(avg({&amp;lt;Year={$(=Max(Year))}&amp;gt;} Usage) &amp;gt;avg({&amp;lt;Year={$(=Max(Year)-1)}&amp;gt;} Usage),avg(Usage))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Sep 2018 07:06:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-09-05T07:06:43Z</dc:date>
    <item>
      <title>Display Graph if Spike is noticed</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Graph-if-Spike-is-noticed/m-p/94220#M757954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have built a bar graph which gives me the Usage per country per month.&lt;/P&gt;&lt;P&gt;Most of the times, the usage is average for each month, but if for some reason there is a spike in usage for a country for a particular month compared to other months, only then the graph should display those countries. How can i achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the below graph that i have, data is displayed for last 4 months and the values are average for one country. As its average usage for all the months, this country should not be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Pic1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/212634_Pic1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;But for another country, there was a major spike in one month, so this should be displayed in the Bar.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/212660_Capture1.PNG" style="height: 59px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i achieve this?&lt;/P&gt;&lt;P&gt;I am looking only for those countries which have sudden peaks in usage compared to previous months. Something like if the usage is greater than 30% of the average for a particular month, only then display the graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Taher&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/Display-Graph-if-Spike-is-noticed/m-p/94220#M757954</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Display Graph if Spike is noticed</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Graph-if-Spike-is-noticed/m-p/94221#M757955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try Below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(avg({&amp;lt;Year={$(=Max(Year))}&amp;gt;} Usage) &amp;gt;avg({&amp;lt;Year={$(=Max(Year)-1)}&amp;gt;} Usage),avg(Usage))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2018 07:06:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Graph-if-Spike-is-noticed/m-p/94221#M757955</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-05T07:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Display Graph if Spike is noticed</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Graph-if-Spike-is-noticed/m-p/94222#M757956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Sum(usage)&amp;gt;(Sum({&amp;lt;Year={$(=Max(Year))}&amp;gt;} usage) * 0.3), Sum(usage))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2018 09:13:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Graph-if-Spike-is-noticed/m-p/94222#M757956</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-09-05T09:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Display Graph if Spike is noticed</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Graph-if-Spike-is-noticed/m-p/94223#M757957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I copied the below under expressions in the graph, but didn't notice any difference:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Sum(RES_AMOUNT)/1000000&amp;gt;(Sum({&amp;lt;MONTH_YEAR={$(=Max(MONTH_YEAR))}&amp;gt;} RES_AMOUNT/1000000) * 0.3), Sum(RES_AMOUNT)/1000000)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am suspecting the 'MONTH_YEAR' which holds values as:&lt;/P&gt;&lt;P&gt;APR-2018&lt;/P&gt;&lt;P&gt;MAY-2018&lt;/P&gt;&lt;P&gt;is not working. Any idea what could be wrong? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 21:37:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Graph-if-Spike-is-noticed/m-p/94223#M757957</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-10T21:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Display Graph if Spike is noticed</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Graph-if-Spike-is-noticed/m-p/94224#M757958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aruna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;I copied the below under expressions in the graph, but didn't notice any difference:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;=if(avg({&amp;lt;MONTH_YEAR={$(=Max(MONTH_YEAR))}&amp;gt;} RES_AMOUNT/1000000) &amp;gt;avg({&amp;lt;MONTH_YEAR={$(=Max(MONTH_YEAR)-1)}&amp;gt;} RES_AMOUNT/1000000),avg(RES_AMOUNT/1000000))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;I am suspecting the 'MONTH_YEAR' which holds values as:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;APR-2018&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;MAY-2018&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;is not working. Any idea what could be wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 21:39:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Graph-if-Spike-is-noticed/m-p/94224#M757958</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-10T21:39:08Z</dc:date>
    </item>
  </channel>
</rss>

