<?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: Alert in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Alert/m-p/1244109#M870800</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also suggest looking into these thread to fix your Fiscal Year Month which is read as a text right now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2954"&gt;Why don’t my dates work?&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2622"&gt;Get the Dates Right&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4394"&gt;Dates in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Nov 2016 12:17:10 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-11-29T12:17:10Z</dc:date>
    <item>
      <title>Alert</title>
      <link>https://community.qlik.com/t5/QlikView/Alert/m-p/1244107#M870798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached a qvw.&lt;/P&gt;&lt;P&gt;I am trying to create an alert that will do the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data from 2016-10&lt;/P&gt;&lt;P&gt;sum( {2016-10data }) [record count])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then i am doing an average of the 6 months before&lt;/P&gt;&lt;P&gt;=Sum( {&amp;lt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Fiscal Year Month]= {"&amp;gt;=$(=Date(AddMonths(Date#([Fiscal Year Month], 'YYYY-MM'), -6), 'YYYY-MM'))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;=$(=Date(AddMonths(Date#([Fiscal Year Month], 'YYYY-MM'), -1), 'YYYY-MM'))" } &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;gt;}&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; [Record Count]) which will give me Apr-Sept and then divide this by 6 to give me an average.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will then divide the 2016-10 data by this average.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;At the bottom of my front page&lt;/STRONG&gt;, you will see my attempt at getting the 6 months of data. I can get the dates Apr and Sept but its not giving me the actual sum ( {&amp;lt;the 6 months&amp;gt;} [record count])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am then going to build my alert afterwards if i can get this average figure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&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/Alert/m-p/1244107#M870798</guid>
      <dc:creator>bobbydave</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Alert</title>
      <link>https://community.qlik.com/t5/QlikView/Alert/m-p/1244108#M870799</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&gt;=Sum({&amp;lt;Country, [Fiscal Year Month]= {"=Date#(Only({&amp;lt;[Fiscal Year Month]&amp;gt;}[Fiscal Year Month]), 'YYYY-MM') &amp;gt;= AddMonths(Today(), -7) and Date#(Only({&amp;lt;[Fiscal Year Month]&amp;gt;}[Fiscal Year Month]), 'YYYY-MM') &amp;lt;= AddMonths(Today(), -2)"}&amp;gt;} [Record Count])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 12:15:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alert/m-p/1244108#M870799</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-29T12:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Alert</title>
      <link>https://community.qlik.com/t5/QlikView/Alert/m-p/1244109#M870800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also suggest looking into these thread to fix your Fiscal Year Month which is read as a text right now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2954"&gt;Why don’t my dates work?&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2622"&gt;Get the Dates Right&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4394"&gt;Dates in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 12:17:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alert/m-p/1244109#M870800</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-29T12:17:10Z</dc:date>
    </item>
  </channel>
</rss>

