<?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 values does include date range in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pie-chart-values-does-include-date-range/m-p/305210#M112735</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the conditional dimension in the pie chart is the issue.&amp;nbsp; Move the IF statement to the script (it's slightly wrong by the way)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(date(SHIP_REQUEST.CREATED_DATE)&amp;amp;lt;ANSWER.ANSWER_DATE, ' Prior the Release Date ',&lt;/P&gt;&lt;P&gt;IF(dateSHIP_REQUEST.CREATED_DATE) &amp;gt;= ANSWER.ANSWER_DATE, 'Within Release Date'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should really be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(date(SHIP_REQUEST.CREATED_DATE)&amp;amp;lt;ANSWER.ANSWER_DATE, ' Prior the Release Date ', 'Within Release Date') AS OnSchedule (or an appropriate field name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use this field in your pie chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Aug 2011 18:10:18 GMT</pubDate>
    <dc:creator>Jason_Michaelides</dc:creator>
    <dc:date>2011-08-27T18:10:18Z</dc:date>
    <item>
      <title>Pie chart values does include date range</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-values-does-include-date-range/m-p/305209#M112734</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;Attached my file , i am having tough time in figuring out an expression to match the values in the staright table to the pie chart . When a user clicks on the pie chart part , corresponding data should appear in the staright table below , the data in the staright table is correct , but not sure how to include the business logiclogic in the pie chart , when ever i click the pie chart , the date range selection dissapperas and the numbers are not matched .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to compare ok to ship date/time value with release_date value ....if the ok to ship date/time is less than release date then it has to fall in prior to release date catogory , if the ok to ship date/time is equal to release date then within the release date catogory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please take a look at my working file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Aug 2011 07:32:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-values-does-include-date-range/m-p/305209#M112734</guid>
      <dc:creator />
      <dc:date>2011-08-27T07:32:37Z</dc:date>
    </item>
    <item>
      <title>Pie chart values does include date range</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-values-does-include-date-range/m-p/305210#M112735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the conditional dimension in the pie chart is the issue.&amp;nbsp; Move the IF statement to the script (it's slightly wrong by the way)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(date(SHIP_REQUEST.CREATED_DATE)&amp;amp;lt;ANSWER.ANSWER_DATE, ' Prior the Release Date ',&lt;/P&gt;&lt;P&gt;IF(dateSHIP_REQUEST.CREATED_DATE) &amp;gt;= ANSWER.ANSWER_DATE, 'Within Release Date'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should really be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(date(SHIP_REQUEST.CREATED_DATE)&amp;amp;lt;ANSWER.ANSWER_DATE, ' Prior the Release Date ', 'Within Release Date') AS OnSchedule (or an appropriate field name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use this field in your pie chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Aug 2011 18:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-values-does-include-date-range/m-p/305210#M112735</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2011-08-27T18:10:18Z</dc:date>
    </item>
    <item>
      <title>Pie chart values does include date range</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-values-does-include-date-range/m-p/305211#M112736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Did this solve your problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 10:46:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-values-does-include-date-range/m-p/305211#M112736</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2011-09-01T10:46:39Z</dc:date>
    </item>
    <item>
      <title>Pie chart values does include date range</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-values-does-include-date-range/m-p/305212#M112737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; yes ...slight change in the expression solved it ..thank you!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 16:43:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-values-does-include-date-range/m-p/305212#M112737</guid>
      <dc:creator />
      <dc:date>2011-09-01T16:43:40Z</dc:date>
    </item>
  </channel>
</rss>

