<?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 with set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/alert-with-set-analysis/m-p/483165#M1148918</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above experssion will calculate Sum(x)/Sum(y) on machine wise and If any single machine (Sum(x)/Sum(y))&lt;/P&gt;&lt;P&gt;go less than 97% means then it will throw alert message..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to do same calculation for Machine wise and Day wise means then small change required on expression.&lt;/P&gt;&lt;P&gt;Like below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;=Min(Aggr(Sum(x)/Sum(y),[Machine Name],[DateField]))&amp;lt;0.97&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible, please share sample file ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jun 2013 08:42:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-06-20T08:42:15Z</dc:date>
    <item>
      <title>alert with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/alert-with-set-analysis/m-p/483159#M1148912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;i wont to create alert , i think its with set analysis &lt;/P&gt;&lt;P&gt;the alert need to show me by this conditions&lt;/P&gt;&lt;P&gt;1.counter that bring me the result, like sum(x)/sum(y) &amp;lt;97%&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;2.diemension is machine name &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the alert must to be together 1+2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 13:31:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alert-with-set-analysis/m-p/483159#M1148912</guid>
      <dc:creator />
      <dc:date>2013-06-18T13:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: alert with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/alert-with-set-analysis/m-p/483160#M1148913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i need also to know the last date change only, but to check all the dates in the sql&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 13:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alert-with-set-analysis/m-p/483160#M1148913</guid>
      <dc:creator />
      <dc:date>2013-06-18T13:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: alert with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/alert-with-set-analysis/m-p/483161#M1148914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i need also to know the last date change only, but to check all the dates in the sql&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 13:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alert-with-set-analysis/m-p/483161#M1148914</guid>
      <dc:creator />
      <dc:date>2013-06-18T13:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: alert with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/alert-with-set-analysis/m-p/483162#M1148915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;someone?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 05:15:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alert-with-set-analysis/m-p/483162#M1148915</guid>
      <dc:creator />
      <dc:date>2013-06-19T05:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: alert with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/alert-with-set-analysis/m-p/483163#M1148916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alert won't work dimension wise..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you want check condition on machine wise then you can use aggr() like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Min(Aggr(Sum(x)/Sum(y),[Machine Name]))&amp;lt;0.97&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 05:21:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alert-with-set-analysis/m-p/483163#M1148916</guid>
      <dc:creator />
      <dc:date>2013-06-19T05:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: alert with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/alert-with-set-analysis/m-p/483164#M1148917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;KARTHIKS THANKS&lt;/P&gt;&lt;P&gt;THIS FORMULA GIVES ME THE LAST DATE ONLY &lt;/P&gt;&lt;P&gt;OR THE ANSWER ABOUT ALL THE DAYS&lt;/P&gt;&lt;P&gt;I NEED TO CHECK ALL THE DAYS BUT TO SEE THE CHANGE ONLY IN THE LAST DATE&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 08:24:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alert-with-set-analysis/m-p/483164#M1148917</guid>
      <dc:creator />
      <dc:date>2013-06-20T08:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: alert with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/alert-with-set-analysis/m-p/483165#M1148918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above experssion will calculate Sum(x)/Sum(y) on machine wise and If any single machine (Sum(x)/Sum(y))&lt;/P&gt;&lt;P&gt;go less than 97% means then it will throw alert message..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to do same calculation for Machine wise and Day wise means then small change required on expression.&lt;/P&gt;&lt;P&gt;Like below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;=Min(Aggr(Sum(x)/Sum(y),[Machine Name],[DateField]))&amp;lt;0.97&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible, please share sample file ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 08:42:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alert-with-set-analysis/m-p/483165#M1148918</guid>
      <dc:creator />
      <dc:date>2013-06-20T08:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: alert with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/alert-with-set-analysis/m-p/483166#M1148919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THANKS AGAIN&lt;/P&gt;&lt;P&gt;HOW I GET WITH DATE FIELD,&lt;/P&gt;&lt;P&gt; &lt;A&gt;&lt;/A&gt;ONLY THE LAST DATE CHANGING?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 10:03:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alert-with-set-analysis/m-p/483166#M1148919</guid>
      <dc:creator />
      <dc:date>2013-06-20T10:03:38Z</dc:date>
    </item>
  </channel>
</rss>

