<?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: Issue on pie chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-on-pie-chart/m-p/1018764#M928232</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;another solution might be:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_209989_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118643_QlikCommunity_Thread_209989_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_209989_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/118644_QlikCommunity_Thread_209989_Pic2.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_209989_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/118645_QlikCommunity_Thread_209989_Pic3.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_209989_Pic4.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/118646_QlikCommunity_Thread_209989_Pic4.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_209989_Pic5.JPG" class="image-5 jive-image" src="https://community.qlik.com/legacyfs/online/118647_QlikCommunity_Thread_209989_Pic5.JPG" style="height: 213px; width: 620px;" /&gt;&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;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 19 Mar 2016 01:40:02 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2016-03-19T01:40:02Z</dc:date>
    <item>
      <title>Issue on pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-on-pie-chart/m-p/1018758#M928226</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;&lt;SPAN style="text-decoration: underline;"&gt;i have requirement on pie chart&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)in my pie chart i have 5 regions for eg:North ,east ,West,South,central&lt;/P&gt;&lt;P&gt;2)each zone having different Values for eg:North=20%,south=30%,west=30%,east=10%,central=25%&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;now my requirement is&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;When ever i select any zone (east,west,north,south,central) my pie chart should show all the zones instead of selected zone and also it has to highlight the selected zone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to archive this ......&lt;/P&gt;&lt;P&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>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-on-pie-chart/m-p/1018758#M928226</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-on-pie-chart/m-p/1018759#M928227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add set analysis to you expression to ignore any selection in zone field. If you expression was this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Sales)/Sum(TOTAL Sales)&lt;/STRONG&gt; -&amp;gt; Change it to &lt;STRONG&gt;Sum({&amp;lt;Zone&amp;gt;} Sales)/Sum(TOTAL {&amp;lt;Zone&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For second part of your question, may be set color using background color&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Sum(Sales) &amp;gt; 0, LightRed(), LightGray())&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 09:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-on-pie-chart/m-p/1018759#M928227</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-18T09:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-on-pie-chart/m-p/1018760#M928228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;expression:-&lt;/P&gt;&lt;P&gt;sum({1}Sales) will give always full amount of data .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 09:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-on-pie-chart/m-p/1018760#M928228</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2016-03-18T09:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-on-pie-chart/m-p/1018761#M928229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to follow the below mentioned steps to achieve above requirement:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;1) create &lt;/SPAN&gt;pie chart dim region and sum({1}Amount) &lt;/P&gt;&lt;P&gt;2)in the colour properties of the chart use below expressions&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(GetFieldSelections(Region)='4',rgb(102,255,102),rgb(98,138,183))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if(GetFieldSelections(Region)=5,rgb(102,255,102),rgb(252,115,98))&lt;/P&gt;&lt;P&gt;if(GetFieldSelections(Region)=6,rgb(102,255,102),rgb(125,152,35))&lt;/P&gt;&lt;P&gt;if(GetFieldSelections(Region)=7,rgb(102,255,102),rgb(210,173,0))&lt;/P&gt;&lt;P&gt;if(GetFieldSelections(Region)=8,rgb(102,255,102),rgb(65,160,115))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region, orderDate, Product, Amount&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, 1/4/2011, Case 4, 500&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, 1/5/2011, Case 5, 200&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, 1/4/2011, Case 4, 300&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7, 1/5/2011, Case 5, 400&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8, 1/2/2011, Case 5, 800&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exp:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({1}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;no region is selected:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Img1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118541_Img1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Region 4 is selected and it is highlighted in green and data for other region is also there&lt;/P&gt;&lt;P&gt;&lt;IMG alt="img2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/118542_img2.PNG" style="height: auto;" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now &lt;SPAN style="font-size: 13.3333px;"&gt;Region 5 is selected and it is highlighted in green and data for other region is also there&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="Img3.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/118543_Img3.PNG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help you.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 10:36:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-on-pie-chart/m-p/1018761#M928229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-18T10:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-on-pie-chart/m-p/1018762#M928230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;great&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 17:30:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-on-pie-chart/m-p/1018762#M928230</guid>
      <dc:creator />
      <dc:date>2016-03-18T17:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-on-pie-chart/m-p/1018763#M928231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Getfieldselections not working That is&amp;nbsp; if conditions &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 18:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-on-pie-chart/m-p/1018763#M928231</guid>
      <dc:creator />
      <dc:date>2016-03-18T18:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-on-pie-chart/m-p/1018764#M928232</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;another solution might be:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_209989_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118643_QlikCommunity_Thread_209989_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_209989_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/118644_QlikCommunity_Thread_209989_Pic2.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_209989_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/118645_QlikCommunity_Thread_209989_Pic3.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_209989_Pic4.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/118646_QlikCommunity_Thread_209989_Pic4.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_209989_Pic5.JPG" class="image-5 jive-image" src="https://community.qlik.com/legacyfs/online/118647_QlikCommunity_Thread_209989_Pic5.JPG" style="height: 213px; width: 620px;" /&gt;&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;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2016 01:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-on-pie-chart/m-p/1018764#M928232</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-03-19T01:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-on-pie-chart/m-p/1018765#M928233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Plz share your expression....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2016 03:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-on-pie-chart/m-p/1018765#M928233</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-19T03:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-on-pie-chart/m-p/1018766#M928234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have written some thing like&amp;nbsp; color(fieldindex('Zone',Zone)) in BG color &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 16:53:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-on-pie-chart/m-p/1018766#M928234</guid>
      <dc:creator />
      <dc:date>2016-03-21T16:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-on-pie-chart/m-p/1018767#M928235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;i want all the colors in background not only white and selected color.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 16:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-on-pie-chart/m-p/1018767#M928235</guid>
      <dc:creator />
      <dc:date>2016-03-21T16:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-on-pie-chart/m-p/1018768#M928236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;then try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_209989_Pic6.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118888_QlikCommunity_Thread_209989_Pic6.JPG" style="height: 555px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_209989_Pic7.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/118889_QlikCommunity_Thread_209989_Pic7.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_209989_Pic8.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/118890_QlikCommunity_Thread_209989_Pic8.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_209989_Pic9.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/118891_QlikCommunity_Thread_209989_Pic9.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 23:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-on-pie-chart/m-p/1018768#M928236</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-03-21T23:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-on-pie-chart/m-p/1018769#M928237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abubakar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to the chart properties--&amp;gt;Colors--&amp;gt;Data Aperance like shown in below screen shot:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Img1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118904_Img1.PNG" style="height: 494px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use below expressions :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit; font-size: 10pt; font-style: inherit; font-weight: inherit; color: #3d3d3d; line-height: 1.5em;"&gt;if(GetFieldSelections(Region)='4',rgb(102,255,102),rgb(98,138,183))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(GetFieldSelections(Region)=5,rgb(102,255,102),rgb(252,115,98))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(GetFieldSelections(Region)=6,rgb(102,255,102),rgb(125,152,35))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(GetFieldSelections(Region)=7,rgb(102,255,102),rgb(210,173,0))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(GetFieldSelections(Region)=8,rgb(102,255,102),rgb(65,160,115))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;hope this will help you...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 04:51:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-on-pie-chart/m-p/1018769#M928237</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-22T04:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-on-pie-chart/m-p/1018770#M928238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great job&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 17:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-on-pie-chart/m-p/1018770#M928238</guid>
      <dc:creator />
      <dc:date>2016-03-22T17:55:36Z</dc:date>
    </item>
  </channel>
</rss>

