<?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 Pie Chart Using Set Parameters in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Using-Set-Parameters/m-p/897936#M1000977</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 realise the below is quite complicated, but any help would be really appreciated!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the below tables, is it possible to create a pie chart that has the list of Runs in the 'Actual Runs' table, in the following segments:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GREEN - Actual Start Time is within 5 minutes of the Scheduled Start Time&lt;/P&gt;&lt;P&gt;AMBER - Actual Start Time is between 5 and 15 minutes of the Scheduled Start Time&lt;/P&gt;&lt;P&gt;RED - Actual Start Time is more than 15 minutes of the Scheduled Start Time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in this example, by selecting Run1, we would see the chart split three ways, with: 1 green, 1 amber, 1 red. Run6 and Run7 would also not be selectable as they are not in the 'Scheduled Runs' table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The format for the Time is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start/End Time: HHMMSS&lt;/P&gt;&lt;P&gt;155712 = 15:57:12&lt;/P&gt;&lt;P&gt;1533 = 00:15:33&lt;/P&gt;&lt;P&gt;424 = 00:04:24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scheduled Runs&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="border: 1px solid #000000; border-image: none;"&gt;&lt;THEAD&gt;&lt;TR&gt;&lt;TH align="center" class="header" style="border: 1px solid #000000; border-image: none; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" class="header" style="border: 1px solid #000000; border-image: none; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Description&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" class="header" style="border: 1px solid #000000; border-image: none; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Scheduled Start Time&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" class="header" style="border: 1px solid #000000; border-image: none; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Scheduled End Time&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;Run1&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;ABC&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;153000&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;153005&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;Run2&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;123&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;235500&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;Run3&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;XYZ&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;900&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;1500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;Run4&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;456&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;83000&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;83500&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;Actual Runs&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="border: 1px solid #000000; border-image: none;"&gt;&lt;THEAD&gt;&lt;TR&gt;&lt;TH align="center" class="header" style="border: 1px solid #000000; border-image: none; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" class="header" style="border: 1px solid #000000; border-image: none; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Status&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" class="header" style="border: 1px solid #000000; border-image: none; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Actual Start Time&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" class="header" style="border: 1px solid #000000; border-image: none; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Actual End Time&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;Run1&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;C&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;152712&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;152911&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;Run1&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;C&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;153634&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;153728&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;Run1&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;F&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;155034&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;155324&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;Run2&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;F&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;235621&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;424&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;Run2&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;C&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;1533&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;1756&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;Run6&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;C&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;210002&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;210342&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;Run7&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;C&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;5626&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;10126&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;&lt;/P&gt;&lt;P&gt;Thanks and kind regards,&lt;/P&gt;&lt;P&gt;Tristan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jun 2015 15:18:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-02T15:18:28Z</dc:date>
    <item>
      <title>Pie Chart Using Set Parameters</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Using-Set-Parameters/m-p/897936#M1000977</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 realise the below is quite complicated, but any help would be really appreciated!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the below tables, is it possible to create a pie chart that has the list of Runs in the 'Actual Runs' table, in the following segments:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GREEN - Actual Start Time is within 5 minutes of the Scheduled Start Time&lt;/P&gt;&lt;P&gt;AMBER - Actual Start Time is between 5 and 15 minutes of the Scheduled Start Time&lt;/P&gt;&lt;P&gt;RED - Actual Start Time is more than 15 minutes of the Scheduled Start Time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in this example, by selecting Run1, we would see the chart split three ways, with: 1 green, 1 amber, 1 red. Run6 and Run7 would also not be selectable as they are not in the 'Scheduled Runs' table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The format for the Time is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start/End Time: HHMMSS&lt;/P&gt;&lt;P&gt;155712 = 15:57:12&lt;/P&gt;&lt;P&gt;1533 = 00:15:33&lt;/P&gt;&lt;P&gt;424 = 00:04:24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scheduled Runs&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="border: 1px solid #000000; border-image: none;"&gt;&lt;THEAD&gt;&lt;TR&gt;&lt;TH align="center" class="header" style="border: 1px solid #000000; border-image: none; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" class="header" style="border: 1px solid #000000; border-image: none; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Description&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" class="header" style="border: 1px solid #000000; border-image: none; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Scheduled Start Time&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" class="header" style="border: 1px solid #000000; border-image: none; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Scheduled End Time&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;Run1&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;ABC&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;153000&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;153005&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;Run2&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;123&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;235500&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;Run3&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;XYZ&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;900&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;1500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;Run4&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;456&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;83000&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;83500&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;Actual Runs&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="border: 1px solid #000000; border-image: none;"&gt;&lt;THEAD&gt;&lt;TR&gt;&lt;TH align="center" class="header" style="border: 1px solid #000000; border-image: none; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" class="header" style="border: 1px solid #000000; border-image: none; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Status&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" class="header" style="border: 1px solid #000000; border-image: none; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Actual Start Time&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" class="header" style="border: 1px solid #000000; border-image: none; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Actual End Time&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;Run1&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;C&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;152712&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;152911&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;Run1&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;C&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;153634&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;153728&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;Run1&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;F&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;155034&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;155324&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;Run2&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;F&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;235621&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;424&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;Run2&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;C&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;1533&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;1756&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;Run6&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;C&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;210002&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;210342&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;Run7&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;C&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;5626&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; border-image: none;"&gt;10126&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;&lt;/P&gt;&lt;P&gt;Thanks and kind regards,&lt;/P&gt;&lt;P&gt;Tristan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 15:18:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Using-Set-Parameters/m-p/897936#M1000977</guid>
      <dc:creator />
      <dc:date>2015-06-02T15:18:28Z</dc:date>
    </item>
  </channel>
</rss>

