<?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: time pie chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/time-pie-chart/m-p/1403862#M425328</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Stefan &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Sep 2017 10:49:35 GMT</pubDate>
    <dc:creator>master_student</dc:creator>
    <dc:date>2017-09-25T10:49:35Z</dc:date>
    <item>
      <title>time pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/time-pie-chart/m-p/1403860#M425326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;I have a table that contains measures about timings&lt;/P&gt;&lt;P&gt;Every row contains the timing of a case (that an agent spent to accomplich his task) &lt;STRONG style="font-size: 13.3333px;"&gt;SLA GLOBALE &lt;/STRONG&gt;and a field &lt;STRONG&gt;SLA&lt;/STRONG&gt; that contains the timing should be spent in evry task&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/177566_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i CREATED a calculated field to knwo witsh case are in time and witch one are out of time &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SLA globale : =Interval(Sum(TOTAL &amp;lt;[Code Cas], [Date de commande], SLA_GLOBAL, [Statut Cas]&amp;gt; Interval#(SLA_GLOBAL, 's')), 'm')&lt;/P&gt;&lt;P&gt;SLA = SUM(sla)&lt;/P&gt;&lt;P&gt;Delais : if(Column(1)&amp;gt;Column(2),'Hors Delais','Dans les delais')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create a pie chart that contains number of case in time and number of case out of time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANY idea please? i need your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Sep 2017 18:20:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/time-pie-chart/m-p/1403860#M425326</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2017-09-24T18:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: time pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/time-pie-chart/m-p/1403861#M425327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calculated dimension:&lt;/P&gt;&lt;P&gt;=Aggr(&lt;/P&gt;&lt;P&gt;If( Sum(TOTAL &amp;lt;[Code Cas], [Date de commande], SLA_GLOBAL, [Statut Cas]&amp;gt; Interval#(SLA_GLOBAL, 's')) &amp;gt; SUM(sla)&lt;/P&gt;&lt;P&gt;,'Hors Delais'&lt;/P&gt;&lt;P&gt;,'Dans les delais')&lt;/P&gt;&lt;P&gt;,&lt;SPAN style="font-size: 13.3333px;"&gt;[Code Cas], PROVIDER_GRP_ID) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;//not sure about the aggr dimensions needed, basically add all your chart dimensions shown above&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=Count(DISTINCT &lt;SPAN style="font-size: 13.3333px;"&gt;[Code Cas] &amp;amp;'/'&amp;amp; PROVIDER_GRP_ID)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;//Again, create a value to count as combination of your aggr() dimensions&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Sep 2017 22:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/time-pie-chart/m-p/1403861#M425327</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-09-24T22:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: time pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/time-pie-chart/m-p/1403862#M425328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Stefan &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 10:49:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/time-pie-chart/m-p/1403862#M425328</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2017-09-25T10:49:35Z</dc:date>
    </item>
  </channel>
</rss>

