<?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 split each Pie Chart section in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-split-each-Pie-Chart-section/m-p/2008796#M1221645</link>
    <description>&lt;P&gt;Thanks R&lt;SPAN&gt;wunderlich, I wasn't aware of that option of combining fields &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I forgot to add in my original question, I need to display only one of all the possible Status, using "=only({&amp;lt;Status={'Job Offer'}&amp;gt;}(Gender&amp;amp;' '&amp;amp;Status))" as a calculated dimension, but I'm getting an "Error in calculated dimension" message. Any insight on this? Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Nov 2022 12:17:37 GMT</pubDate>
    <dc:creator>JoaquinLavin</dc:creator>
    <dc:date>2022-11-24T12:17:37Z</dc:date>
    <item>
      <title>How to split each Pie Chart section</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-split-each-Pie-Chart-section/m-p/2008209#M1221620</link>
      <description>&lt;P&gt;Hello everyone,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm working with a Pie Chart displaying how many Male and Female applicants we have had in our selection processes, and I want to split each gender into "selected" and "not selected", but I can't seem to find a way to achieve this.&lt;/P&gt;
&lt;P&gt;I'm attaching a picture of this same idea but made in Power BI.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoaquinLavin_0-1669208148763.png" style="width: 509px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/94441i88D29D9C00BB77DB/image-dimensions/509x326?v=v2" width="509" height="326" role="button" title="JoaquinLavin_0-1669208148763.png" alt="JoaquinLavin_0-1669208148763.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Is there any way to achieve this in QV? Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 12:56:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-split-each-Pie-Chart-section/m-p/2008209#M1221620</guid>
      <dc:creator>JoaquinLavin</dc:creator>
      <dc:date>2022-11-23T12:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to split each Pie Chart section</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-split-each-Pie-Chart-section/m-p/2008510#M1221629</link>
      <description>&lt;P&gt;For QV you can make a calculated dimension combining the gender and the selected status like:&lt;/P&gt;
&lt;P&gt;=Sex &amp;amp; ' ' &amp;amp; Selected&lt;/P&gt;
&lt;P&gt;Then you'll need to play with the display properties and you can create something like this picture. Example QVW attached.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rwunderlich_0-1669259253872.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/94512i9C7AAB9F09C0680B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rwunderlich_0-1669259253872.png" alt="rwunderlich_0-1669259253872.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for letting me make a pie on the Thanksgiving holiday.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2022 03:10:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-split-each-Pie-Chart-section/m-p/2008510#M1221629</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2022-11-24T03:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to split each Pie Chart section</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-split-each-Pie-Chart-section/m-p/2008796#M1221645</link>
      <description>&lt;P&gt;Thanks R&lt;SPAN&gt;wunderlich, I wasn't aware of that option of combining fields &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I forgot to add in my original question, I need to display only one of all the possible Status, using "=only({&amp;lt;Status={'Job Offer'}&amp;gt;}(Gender&amp;amp;' '&amp;amp;Status))" as a calculated dimension, but I'm getting an "Error in calculated dimension" message. Any insight on this? Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2022 12:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-split-each-Pie-Chart-section/m-p/2008796#M1221645</guid>
      <dc:creator>JoaquinLavin</dc:creator>
      <dc:date>2022-11-24T12:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to split each Pie Chart section</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-split-each-Pie-Chart-section/m-p/2008822#M1221648</link>
      <description>&lt;P&gt;You will need to wrap it in Aggr:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;=Aggr(only({&amp;lt;Status={'Job Offer'}&amp;gt;}(Gender&amp;amp;' '&amp;amp;Status)), Gender, Status)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-Rob&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2022 13:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-split-each-Pie-Chart-section/m-p/2008822#M1221648</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2022-11-24T13:36:10Z</dc:date>
    </item>
  </channel>
</rss>

