<?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: Sections in pie chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sections-in-pie-chart/m-p/574471#M1103542</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create intervalmatch table.&lt;/P&gt;&lt;P&gt;The intervalls are your dimension and the count of customers is your expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Apr 2014 14:04:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-14T14:04:46Z</dc:date>
    <item>
      <title>Sections in pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sections-in-pie-chart/m-p/574468#M1103539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have no. of clients and their revenue percentages i want to categorize clients who has revenue between A to B values, B to C values and show it into pie chart. What is the was. What would be dimension in this case?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 13:52:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sections-in-pie-chart/m-p/574468#M1103539</guid>
      <dc:creator>rsdhavle</dc:creator>
      <dc:date>2014-04-14T13:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sections in pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sections-in-pie-chart/m-p/574469#M1103540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use calculated dimension or you can make the bucket for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 13:58:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sections-in-pie-chart/m-p/574469#M1103540</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-14T13:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Sections in pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sections-in-pie-chart/m-p/574470#M1103541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you give a sample expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 14:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sections-in-pie-chart/m-p/574470#M1103541</guid>
      <dc:creator>rsdhavle</dc:creator>
      <dc:date>2014-04-14T14:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sections in pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sections-in-pie-chart/m-p/574471#M1103542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create intervalmatch table.&lt;/P&gt;&lt;P&gt;The intervalls are your dimension and the count of customers is your expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 14:04:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sections-in-pie-chart/m-p/574471#M1103542</guid>
      <dc:creator />
      <dc:date>2014-04-14T14:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sections in pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sections-in-pie-chart/m-p/574472#M1103543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;type this in calculated dimension or in your script (better solution) and you will have your categories :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(revenue&amp;gt;2k,'litlle client',if(revenue&amp;gt;50k,'middle client',if(revenue&amp;gt;100k,'big client')))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 14:06:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sections-in-pie-chart/m-p/574472#M1103543</guid>
      <dc:creator />
      <dc:date>2014-04-14T14:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sections in pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sections-in-pie-chart/m-p/574473#M1103544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Sorry i update new table now check&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at simple example you have a table where there is client name, Revenue %&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Client,Revenue%&lt;/P&gt;&lt;P&gt;A,20&lt;/P&gt;&lt;P&gt;B,30&lt;/P&gt;&lt;P&gt;C,10&lt;/P&gt;&lt;P&gt;D,50&lt;/P&gt;&lt;P&gt;E,50&lt;/P&gt;&lt;P&gt;F,40&lt;/P&gt;&lt;P&gt;G,20&lt;/P&gt;&lt;P&gt;H,70&lt;/P&gt;&lt;P&gt;I,55&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;if(Revenue% &amp;gt;=10 and&amp;nbsp; Revenue% &amp;lt;=30, 'Between 10-30',&lt;/P&gt;&lt;P&gt;if(Revenue% &amp;gt;=30 and&amp;nbsp; Revenue% &amp;lt;=60, 'Between 30-60',&lt;/P&gt;&lt;P&gt;if(Revenue% &amp;gt;=60 and&amp;nbsp; Revenue% &amp;lt;=90, 'Between 60-90',))) as Category&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Resident Tab1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table Tab1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in front end take straight table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension1:- Client&lt;/P&gt;&lt;P&gt;Dimension2:- Category&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:- Sum(Revenue%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if in chart you want direct use of calculated dimension then use same expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Revenue% &amp;gt;=10 and&amp;nbsp; Revenue% &amp;lt;=30, 'Between 10-30',&lt;/P&gt;&lt;P&gt;if(Revenue% &amp;gt;=30 and&amp;nbsp; Revenue% &amp;lt;=60, 'Between 30-60',&lt;/P&gt;&lt;P&gt;if(Revenue% &amp;gt;=60 and&amp;nbsp; Revenue% &amp;lt;=90, 'Between 60-90',)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 14:07:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sections-in-pie-chart/m-p/574473#M1103544</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-14T14:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Sections in pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sections-in-pie-chart/m-p/574474#M1103545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check enclosed file...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 14:09:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sections-in-pie-chart/m-p/574474#M1103545</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-14T14:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sections in pie chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sections-in-pie-chart/m-p/574475#M1103546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For pie chart take dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:- Category or you can use calculated dimension like&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;Or&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;if(Revenue% &amp;gt;=10 and&amp;nbsp; Revenue% &amp;lt;=30, 'Between 10-30',&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(Revenue% &amp;gt;=30 and&amp;nbsp; Revenue% &amp;lt;=60, 'Between 30-60',&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(Revenue% &amp;gt;=60 and&amp;nbsp; Revenue% &amp;lt;=90, 'Between 60-90',)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:-sum(Revenue%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the snap shot&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Categorypie.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/57232_Categorypie.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 14:13:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sections-in-pie-chart/m-p/574475#M1103546</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-14T14:13:27Z</dc:date>
    </item>
  </channel>
</rss>

