<?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: Set analysis help with Pie Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-help-with-Pie-Chart/m-p/1689554#M450543</link>
    <description>&lt;P&gt;Please be sure to close out your thread if you have the answers you need, given you have not responded to the last post on the thread, I am assuming that may have gotten you what you needed, and if so, please be sure to close the thread by using the Accept as Solution button on the post(s) that helped you resolve things.&amp;nbsp; If you still require further help, leave an update and if you did something different, you can post what you did use and then mark that after you make the post...&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Tue, 31 Mar 2020 16:45:12 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-03-31T16:45:12Z</dc:date>
    <item>
      <title>Set analysis help with Pie Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-help-with-Pie-Chart/m-p/1679265#M449942</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Require help with a set analysis with pie chart. I have attached the raw data file and the ideal outcome I would want to achieve is a dynamic pie chart able to cascade from year -&amp;gt; Quarter -&amp;gt; Recurring cases in red/yellow/green.&lt;/P&gt;&lt;P&gt;Most important visualisation would be the classification of colours in red/green/yellow in a quarter. Troubled by the set analysis behind the measures.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am able to show the Values in 4 quarters but not zoom in on the individual quarters.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached the following raw data along with a pictorial of what I want to achieve. Do provide me with insights on how to solve this problem.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:02:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-help-with-Pie-Chart/m-p/1679265#M449942</guid>
      <dc:creator>wivlee</dc:creator>
      <dc:date>2024-11-16T19:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis help with Pie Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-help-with-Pie-Chart/m-p/1679276#M449944</link>
      <description>&lt;P&gt;Hi Wivlee,&lt;/P&gt;&lt;P&gt;you can achieve this with valuelist function.&lt;/P&gt;&lt;P&gt;You can add a dimension in Pie chart like -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=ValueList('&amp;gt;= 3recurring','1-2 recurring','&amp;lt;1 recurring')&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add your&amp;nbsp; measure -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;pick(match(ValueList('&amp;gt;= 3recurring','1-2 recurring','&amp;lt;1 recurring'),
'&amp;gt;= 3recurring','1-2 recurring','&amp;lt;1 recurring')
,Sum([Case with &amp;gt;= 3recurring]),Sum([Case with 1-2 recurring]),Sum([Case with &amp;lt;1 recurring]))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add for colors, you can use color by expression option Under Appearance --&amp;gt; Colors and Legends --&amp;gt; Custom and then select Expression option and Put below line of code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;pick(match(ValueList('&amp;gt;= 3recurring','1-2 recurring','&amp;lt;1 recurring'),
'&amp;gt;= 3recurring','1-2 recurring','&amp;lt;1 recurring')
,Red(),Yellow(),Green())&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 07:06:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-help-with-Pie-Chart/m-p/1679276#M449944</guid>
      <dc:creator>sagarjagga</dc:creator>
      <dc:date>2020-02-26T07:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis help with Pie Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-help-with-Pie-Chart/m-p/1679691#M449978</link>
      <description>&lt;P&gt;Hi, appreciate the help rendered, it does solve the visualizing of the total number from all 3 columns but what about the classification in the years and quarter?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 03:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-help-with-Pie-Chart/m-p/1679691#M449978</guid>
      <dc:creator>wivlee</dc:creator>
      <dc:date>2020-02-27T03:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis help with Pie Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-help-with-Pie-Chart/m-p/1679951#M449992</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your dimension&lt;/P&gt;&lt;P&gt;=ValueList('&amp;gt;= 3recurring','1-2 recurring','&amp;lt;1 recurring')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Experssion&lt;/P&gt;&lt;P&gt;pick(match(ValueList('&amp;gt;= 3recurring','1-2 recurring','&amp;lt;1 recurring'),&lt;BR /&gt;'&amp;gt;= 3recurring','1-2 recurring','&amp;lt;1 recurring')&lt;BR /&gt;,Sum([Case with &amp;gt;= 3recurring]),Sum([Case with 1-2 recurring]),Sum([Case with &amp;lt;1 recurring]))&lt;/P&gt;&lt;P&gt;and color values&lt;/P&gt;&lt;P&gt;pick(match(ValueList('&amp;gt;= 3recurring','1-2 recurring','&amp;lt;1 recurring'),&lt;BR /&gt;'&amp;gt;= 3recurring','1-2 recurring','&amp;lt;1 recurring')&lt;BR /&gt;,Red(),Yellow(),Green())&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 15:06:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-help-with-Pie-Chart/m-p/1679951#M449992</guid>
      <dc:creator>aamirSiddiquee1</dc:creator>
      <dc:date>2020-02-27T15:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis help with Pie Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-help-with-Pie-Chart/m-p/1689554#M450543</link>
      <description>&lt;P&gt;Please be sure to close out your thread if you have the answers you need, given you have not responded to the last post on the thread, I am assuming that may have gotten you what you needed, and if so, please be sure to close the thread by using the Accept as Solution button on the post(s) that helped you resolve things.&amp;nbsp; If you still require further help, leave an update and if you did something different, you can post what you did use and then mark that after you make the post...&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2020 16:45:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-help-with-Pie-Chart/m-p/1689554#M450543</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-03-31T16:45:12Z</dc:date>
    </item>
  </channel>
</rss>

