<?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: How to group and present the data into pie chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-group-and-present-the-data-into-pie-chart/m-p/454337#M169525</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;Try removing the dimension from the Pie Chart. It would still give you the result and hopefully, meet your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Khaled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jan 2013 18:30:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-24T18:30:27Z</dc:date>
    <item>
      <title>How to group and present the data into pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-group-and-present-the-data-into-pie-chart/m-p/454333#M169521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to be able to group data in a column to create a pie chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The source table gets 2 columns only - PO and required_date (i.e. required delivery date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following has been inserted in the script to calaulate the balance days for delivery.&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; Num(Date(request_date ,'DD-MM-YYYY'))-Num(today(),'DD-MM-YYYY') as M_Req_Bal_Day,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to group the M_Req_Bal_Day into 3, and present into pie chart format.&amp;nbsp; &lt;/P&gt;&lt;P&gt;- &amp;lt; 0 (i.e. late delivery)&lt;/P&gt;&lt;P&gt;- &amp;gt;0 and &amp;lt;7 (i.e. goods should be delivery in coming 7 days)&lt;/P&gt;&lt;P&gt;- &amp;gt; 7 (i.e. goods will be delivery next week)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it is quite simole for someone with more experience but i am new in qlikview so guys any help would be very appreciated!!!&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 14:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-group-and-present-the-data-into-pie-chart/m-p/454333#M169521</guid>
      <dc:creator />
      <dc:date>2013-01-24T14:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to group and present the data into pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-group-and-present-the-data-into-pie-chart/m-p/454334#M169522</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;If you are counting the POs that are delivered late, in the&amp;nbsp; coming days or in the next week, try using these expressions in the pie chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. count({&amp;lt;M_Req_Bal_Day)={'&amp;lt;0'}&amp;gt;}PO)&lt;/P&gt;&lt;P&gt;2. count({&amp;lt;M_Req_Bal_Day)={'&amp;gt;0&amp;lt;7'}&amp;gt;}PO)&lt;/P&gt;&lt;P&gt;3. count({&amp;lt;M_Req_Bal_Day)={'&amp;gt;0'}&amp;gt;}PO)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Khaled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 14:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-group-and-present-the-data-into-pie-chart/m-p/454334#M169522</guid>
      <dc:creator />
      <dc:date>2013-01-24T14:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to group and present the data into pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-group-and-present-the-data-into-pie-chart/m-p/454335#M169523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Khaled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your advice.&amp;nbsp; However, the pie chart was displayed in following.&amp;nbsp; &lt;/P&gt;&lt;P&gt;In the Pie Chart dimension - M_Req_Bal_Day is used.&lt;/P&gt;&lt;P&gt;In the Expression, your suggestion is applied.&amp;nbsp; However, the result is not in 3 groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; = Count({&amp;lt;M_Req_Bal_Day={"&amp;lt;0"}&amp;gt;} PO)&lt;/P&gt;&lt;P&gt;= Count({&amp;lt;M_Req_Bal_Day={"&amp;gt;0&amp;lt;7"}&amp;gt;} PO)&lt;/P&gt;&lt;P&gt;= Count({&amp;lt;M_Req_Bal_Day={"&amp;gt;7"}&amp;gt;} PO)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Highly appreciately if any further advice can be provided.&amp;nbsp; Thanks much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="31917" class="jive-image" alt="Pie-chart.jpg" src="https://community.qlik.com/legacyfs/online/31917_Pie-chart.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 16:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-group-and-present-the-data-into-pie-chart/m-p/454335#M169523</guid>
      <dc:creator />
      <dc:date>2013-01-24T16:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to group and present the data into pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-group-and-present-the-data-into-pie-chart/m-p/454336#M169524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need to add a few columns. The first you will use to calculate the number of days between today and the required date. The second will be an if statement to create buckets based on the range you specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is how it would work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 17:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-group-and-present-the-data-into-pie-chart/m-p/454336#M169524</guid>
      <dc:creator />
      <dc:date>2013-01-24T17:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to group and present the data into pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-group-and-present-the-data-into-pie-chart/m-p/454337#M169525</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;Try removing the dimension from the Pie Chart. It would still give you the result and hopefully, meet your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Khaled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 18:30:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-group-and-present-the-data-into-pie-chart/m-p/454337#M169525</guid>
      <dc:creator />
      <dc:date>2013-01-24T18:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to group and present the data into pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-group-and-present-the-data-into-pie-chart/m-p/454338#M169526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this dimension:&lt;/P&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;=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Days_To_Ship&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;lt;=0, 'Late', &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Days_To_Ship&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt;7,'Next Week',&lt;BR /&gt;'Coming 7 Days')) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 21:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-group-and-present-the-data-into-pie-chart/m-p/454338#M169526</guid>
      <dc:creator />
      <dc:date>2013-01-24T21:15:12Z</dc:date>
    </item>
  </channel>
</rss>

