<?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: please suggest in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/please-suggest/m-p/948290#M968219</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathan, It worked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Sep 2015 09:05:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-09-29T09:05:53Z</dc:date>
    <item>
      <title>please suggest</title>
      <link>https://community.qlik.com/t5/QlikView/please-suggest/m-p/948281#M968210</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 need to show the count of the devices whose status is DOWN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 380px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="64"&gt;Server&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="236"&gt;Timestamp&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="80"&gt;Status&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;3/19/2015 17:29&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;DOWN&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;3/9/2015 14:09&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Maitenance&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;B&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;3/2/2015 14:09&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Intransit&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;C&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;7/29/2015 1:29&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;DOWN&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So according to the above table the device count count should be 2 but i have to ignore the DOWN status of Server is the server has atleast one more record as Maintenance so going by this Server A should not be considered as DOWN and should get only Server C as down&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 11:37:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/please-suggest/m-p/948281#M968210</guid>
      <dc:creator />
      <dc:date>2015-09-28T11:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: please suggest</title>
      <link>https://community.qlik.com/t5/QlikView/please-suggest/m-p/948282#M968211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;count({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Status={'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DOWN&lt;/SPAN&gt;'}&lt;/SPAN&gt;&amp;gt;}Server)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 11:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/please-suggest/m-p/948282#M968211</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2015-09-28T11:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: please suggest</title>
      <link>https://community.qlik.com/t5/QlikView/please-suggest/m-p/948283#M968212</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(Aggr(If(Count({&amp;lt;Status = {'DOWN'}&amp;gt;} Status) = Count(Status), 0, 1), Server))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 11:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/please-suggest/m-p/948283#M968212</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-28T11:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: please suggest</title>
      <link>https://community.qlik.com/t5/QlikView/please-suggest/m-p/948284#M968213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Try THis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Status={'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DOWN&lt;/SPAN&gt;'}&lt;/SPAN&gt;&amp;gt;}Server)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 11:54:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/please-suggest/m-p/948284#M968213</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2015-09-28T11:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: please suggest</title>
      <link>https://community.qlik.com/t5/QlikView/please-suggest/m-p/948285#M968214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to show only Server C as this has only DOWN Status but Server A should not fit in the requirement as if&amp;nbsp; a Server has a Maintenance Status as well as DOWN Status so that particular Server should not be considered as DOWN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 12:23:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/please-suggest/m-p/948285#M968214</guid>
      <dc:creator />
      <dc:date>2015-09-28T12:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: please suggest</title>
      <link>https://community.qlik.com/t5/QlikView/please-suggest/m-p/948286#M968215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=count({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Status={'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DOWN&lt;/SPAN&gt;'}&lt;/SPAN&gt;&amp;gt;}Server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will use set analysis to only count the items (server) that have a value of 'DOWN' in the Status field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 12:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/please-suggest/m-p/948286#M968215</guid>
      <dc:creator />
      <dc:date>2015-09-28T12:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: please suggest</title>
      <link>https://community.qlik.com/t5/QlikView/please-suggest/m-p/948287#M968216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to show only C as down, try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(Aggr(If(Count({&amp;lt;Status = {'DOWN'}&amp;gt;} Status) = Count(Status), 1, 0), Server))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and to see which one was down, try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Concat(Aggr(If(Count({&amp;lt;Status = {'DOWN'}&amp;gt;} Status) = Count(Status), Server), Server))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 12:28:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/please-suggest/m-p/948287#M968216</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-28T12:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: please suggest</title>
      <link>https://community.qlik.com/t5/QlikView/please-suggest/m-p/948288#M968217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;Status={'DOWN'}, Server = E({&amp;lt;Status = {'Maintenance'}&amp;gt;} Server)&amp;gt;} Server)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 12:35:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/please-suggest/m-p/948288#M968217</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-09-28T12:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: please suggest</title>
      <link>https://community.qlik.com/t5/QlikView/please-suggest/m-p/948289#M968218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hope it will work if you want to show only count&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;status={'DOWN'}&amp;gt;}server) - count({&amp;lt;status={'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Maintenance&lt;/SPAN&gt;'}&amp;gt;}server)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 12:55:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/please-suggest/m-p/948289#M968218</guid>
      <dc:creator>shair_abbas</dc:creator>
      <dc:date>2015-09-28T12:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: please suggest</title>
      <link>https://community.qlik.com/t5/QlikView/please-suggest/m-p/948290#M968219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathan, It worked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 09:05:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/please-suggest/m-p/948290#M968219</guid>
      <dc:creator />
      <dc:date>2015-09-29T09:05:53Z</dc:date>
    </item>
  </channel>
</rss>

