<?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: Count only open high priority tickets in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-only-open-high-priority-tickets/m-p/338836#M573858</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you said it is not working, does that mean the number was not right? or it is not doing what you want?&lt;/P&gt;&lt;P&gt;Maybe you just try to see if Count({&amp;lt;Priority= {'High'}&amp;gt;} Distinct[Case Id]) can get u a right number?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jul 2012 21:13:46 GMT</pubDate>
    <dc:creator>alexpanjhc</dc:creator>
    <dc:date>2012-07-06T21:13:46Z</dc:date>
    <item>
      <title>Count only open high priority tickets</title>
      <link>https://community.qlik.com/t5/QlikView/Count-only-open-high-priority-tickets/m-p/338828#M573850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using the below formula on a chart. I'm trying to count a total of cases with high priority which current status is not closed. HELP!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count(Priority= 'High' and [Request Status]= 'Closed', Distinct[Case Id])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 18:28:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-only-open-high-priority-tickets/m-p/338828#M573850</guid>
      <dc:creator />
      <dc:date>2012-07-06T18:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Count only open high priority tickets</title>
      <link>https://community.qlik.com/t5/QlikView/Count-only-open-high-priority-tickets/m-p/338829#M573851</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Count({&amp;lt;Priority= {'High'},[Request Status]= {'Closed'}&amp;gt;} Distinct[Case Id])&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>Fri, 06 Jul 2012 18:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-only-open-high-priority-tickets/m-p/338829#M573851</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-07-06T18:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Count only open high priority tickets</title>
      <link>https://community.qlik.com/t5/QlikView/Count-only-open-high-priority-tickets/m-p/338830#M573852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will this work?&lt;/P&gt;&lt;P&gt;=Count(Priority= 'High' , Distinct[Case Id])-Count(Priority= 'High' and [Request Status]= 'Closed', Distinct[Case Id])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 18:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-only-open-high-priority-tickets/m-p/338830#M573852</guid>
      <dc:creator>alexpanjhc</dc:creator>
      <dc:date>2012-07-06T18:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Count only open high priority tickets</title>
      <link>https://community.qlik.com/t5/QlikView/Count-only-open-high-priority-tickets/m-p/338831#M573853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Alex it doesnt work &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 19:07:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-only-open-high-priority-tickets/m-p/338831#M573853</guid>
      <dc:creator />
      <dc:date>2012-07-06T19:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Count only open high priority tickets</title>
      <link>https://community.qlik.com/t5/QlikView/Count-only-open-high-priority-tickets/m-p/338832#M573854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then it is better using set analysis?&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;Priority= {'High'}&amp;gt;} Distinct[Case Id])-Count({&amp;lt;Priority= {'High'},[Request Status]= {'Closed'}&amp;gt;} Distinct[Case Id])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 19:10:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-only-open-high-priority-tickets/m-p/338832#M573854</guid>
      <dc:creator>alexpanjhc</dc:creator>
      <dc:date>2012-07-06T19:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Count only open high priority tickets</title>
      <link>https://community.qlik.com/t5/QlikView/Count-only-open-high-priority-tickets/m-p/338833#M573855</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;Did u try this..&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;Priority= {'High'}&amp;gt;} Distinct[Case Id])-Count({&amp;lt;Priority= {'High'},Request Status]={ 'Closed'} Distinct[Case Id])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 19:23:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-only-open-high-priority-tickets/m-p/338833#M573855</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-07-06T19:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Count only open high priority tickets</title>
      <link>https://community.qlik.com/t5/QlikView/Count-only-open-high-priority-tickets/m-p/338834#M573856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes but it does work ;-(&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 19:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-only-open-high-priority-tickets/m-p/338834#M573856</guid>
      <dc:creator />
      <dc:date>2012-07-06T19:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Count only open high priority tickets</title>
      <link>https://community.qlik.com/t5/QlikView/Count-only-open-high-priority-tickets/m-p/338835#M573857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry it doesnt work. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 20:03:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-only-open-high-priority-tickets/m-p/338835#M573857</guid>
      <dc:creator />
      <dc:date>2012-07-06T20:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Count only open high priority tickets</title>
      <link>https://community.qlik.com/t5/QlikView/Count-only-open-high-priority-tickets/m-p/338836#M573858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you said it is not working, does that mean the number was not right? or it is not doing what you want?&lt;/P&gt;&lt;P&gt;Maybe you just try to see if Count({&amp;lt;Priority= {'High'}&amp;gt;} Distinct[Case Id]) can get u a right number?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 21:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-only-open-high-priority-tickets/m-p/338836#M573858</guid>
      <dc:creator>alexpanjhc</dc:creator>
      <dc:date>2012-07-06T21:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Count only open high priority tickets</title>
      <link>https://community.qlik.com/t5/QlikView/Count-only-open-high-priority-tickets/m-p/338837#M573859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Count({&amp;lt;Priority= {'High'},[Request Status]= - {'Closed'}&amp;gt;} Distinct[Case Id])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2012 12:10:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-only-open-high-priority-tickets/m-p/338837#M573859</guid>
      <dc:creator>somenathroy</dc:creator>
      <dc:date>2012-07-07T12:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Count only open high priority tickets</title>
      <link>https://community.qlik.com/t5/QlikView/Count-only-open-high-priority-tickets/m-p/338838#M573860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;After multiple attemps the formula below works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Request Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Assigned'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Case Id]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'#,##0') +&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Request Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Pending'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Case Id]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'#,##0')+ &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Request Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Unassigned'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Case Id]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'#,##0')+&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Request Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Sent to ITServus'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Case Id]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'#,##0') &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 17:25:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-only-open-high-priority-tickets/m-p/338838#M573860</guid>
      <dc:creator />
      <dc:date>2012-07-16T17:25:07Z</dc:date>
    </item>
  </channel>
</rss>

