<?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: exclude Cases in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/exclude-Cases/m-p/1399010#M424422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Sunny, what you said is correct but how to appear this status even with 0 value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Nov 2017 09:56:30 GMT</pubDate>
    <dc:creator>master_student</dc:creator>
    <dc:date>2017-11-02T09:56:30Z</dc:date>
    <item>
      <title>exclude Cases</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-Cases/m-p/1399004#M424416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;I have a table that contains cases , every case_id has many status like this :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/181805_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;My goal is to keep cases_id that has minimum one of this status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;[Statut Cas]='Fermé crédit'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;OR [Statut Cas]='Fermé-remboursé'&lt;/P&gt;&lt;P&gt;OR [Statut Cas]='Fermé activation'&lt;/P&gt;&lt;P&gt;OR [Statut Cas]='Fermé BO'&lt;/P&gt;&lt;P&gt;OR [Statut Cas]='Fermé DT'&lt;/P&gt;&lt;P&gt;OR [Statut Cas]='Fermé Rétention'&lt;/P&gt;&lt;P&gt;OR [Statut Cas]='Fermé Rétention Client Perdu'&lt;/P&gt;&lt;P&gt;OR [Statut Cas]='Fermé Rétention Client Retenu'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+ the other status of the case&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output would be :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/181806_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;The expression of the SLA Inter is &lt;STRONG&gt;=Interval(Sum(TOTAL &amp;lt;[Code Cas], [Date création], [Statut Cas], PROVIDER_GRP_ID&amp;gt; Interval#(SLA_INTERM, 's')), 'm')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks a lot &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 08:35:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-Cases/m-p/1399004#M424416</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2017-11-02T08:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: exclude Cases</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-Cases/m-p/1399005#M424417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Interval(Sum(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;[Code Cas] = p({&amp;lt;[Statut Cas] = {'Fermé crédit', 'Fermé-remboursé', 'Fermé activation', 'Fermé BO', 'Fermé DT', 'Fermé Rétention', 'Fermé Rétention Client Perdu', 'Fermé Rétention Client Retenu'}&amp;gt;})&amp;gt;}&lt;/SPAN&gt;TOTAL &amp;lt;[Code Cas], [Date création], [Statut Cas], PROVIDER_GRP_ID&amp;gt; Interval#(SLA_INTERM, 's')), 'm')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 08:39:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-Cases/m-p/1399005#M424417</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-02T08:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: exclude Cases</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-Cases/m-p/1399006#M424418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny,&lt;/P&gt;&lt;P&gt;your expression is correct, but the problem is that so many cases still appear and they don't contain one of the status above :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/181807_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 08:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-Cases/m-p/1399006#M424418</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2017-11-02T08:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: exclude Cases</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-Cases/m-p/1399007#M424419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could a case repeat within different PROVIDER_GRP_ID? or is the case a unique identifier?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 08:49:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-Cases/m-p/1399007#M424419</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-02T08:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: exclude Cases</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-Cases/m-p/1399008#M424420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;every case has a unique identifier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 08:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-Cases/m-p/1399008#M424420</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2017-11-02T08:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: exclude Cases</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-Cases/m-p/1399009#M424421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be it does have one of the listed status with 0 SLA_INTERM value to it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 09:02:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-Cases/m-p/1399009#M424421</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-02T09:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: exclude Cases</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-Cases/m-p/1399010#M424422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Sunny, what you said is correct but how to appear this status even with 0 value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 09:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-Cases/m-p/1399010#M424422</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2017-11-02T09:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: exclude Cases</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-Cases/m-p/1399011#M424423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I uncheked supress null values in the presenation TAB and 0 values appear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 09:58:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-Cases/m-p/1399011#M424423</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2017-11-02T09:58:05Z</dc:date>
    </item>
  </channel>
</rss>

