<?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: Pie Chart - Fixed Color Scheme in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Fixed-Color-Scheme/m-p/683087#M1079412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with this exp&lt;/P&gt;&lt;P&gt;=alt(only({&amp;lt;[VarianceGroup] = {'Ontime'},[PCD Fiscal Year]=,[PCD Fiscal Quarter]=,[PCD Month Abbr]=,[PCD LatestMonthFlag]={1},[Inprogressflag]={1} &amp;gt;}RGB(0,255,0)),&lt;/P&gt;&lt;P&gt;only({&amp;lt;[VarianceGroup] = {'1-30Days'},[PCD Fiscal Year]=,[PCD Fiscal Quarter]=,[PCD Month Abbr]=,[PCD LatestMonthFlag]={1},[Inprogressflag]={1}&amp;nbsp; &amp;gt;}RGB(255,255,0)),&lt;/P&gt;&lt;P&gt;only({&amp;lt;[VarianceGroup] = {'31+Days' },[PCD Fiscal Year]=,[PCD Fiscal Quarter]=,[PCD Month Abbr]=,[PCD LatestMonthFlag]={1},[Inprogressflag]={1}&amp;nbsp; &amp;gt;}RGB(255,0,0)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have attached your app with above exp ..look into that ! hope this helps yu...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2014 04:09:25 GMT</pubDate>
    <dc:creator>preminqlik</dc:creator>
    <dc:date>2014-07-16T04:09:25Z</dc:date>
    <item>
      <title>Pie Chart - Fixed Color Scheme</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Fixed-Color-Scheme/m-p/683085#M1079410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ive a requirement to show the number of inprogress projects for the latest month available in the data set in a Pie chart with fixed color scheme. So in this process pie chart should not respond to the selections made in time list boxes(fiscal year, month,year) but should be sensitive to other parameters like project manager &amp;amp; leader.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Ive used variancegroup as dimension and used set analysis on the metric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;count({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PCD Fiscal Year]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PCD Fiscal Quarter]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PCD Month Abbr]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PCD LatestMonthFlag]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={1},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Inprogressflag]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={1}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[VarianceGroup]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and hardcoded the color scheme in the "background color" definition of the Metric based on the variancegroup name as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[VarianceGroup]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'Ontime',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(0,255,0),&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[VarianceGroup]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '1-30Days',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(255,255,0),&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[VarianceGroup]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '31+Days',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(255,0,0)))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Looks like metric expression is working as expected (showing the latest month values even after selecting the time bound parameters). But color scheme is not working. If I select the&amp;nbsp; year - 2013 then 2 groups are with color scheme - Black and one group is working as expected. I know why its showing it as BLACK but not able to come up with a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am attaching the solution file .Can some one help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 03:51:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Fixed-Color-Scheme/m-p/683085#M1079410</guid>
      <dc:creator />
      <dc:date>2014-07-16T03:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart - Fixed Color Scheme</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Fixed-Color-Scheme/m-p/683086#M1079411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Simply use color from color tab with persistent option. This will help you. Creating color logic based on column may not work if the column is not associated with selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 04:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Fixed-Color-Scheme/m-p/683086#M1079411</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-16T04:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart - Fixed Color Scheme</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Fixed-Color-Scheme/m-p/683087#M1079412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with this exp&lt;/P&gt;&lt;P&gt;=alt(only({&amp;lt;[VarianceGroup] = {'Ontime'},[PCD Fiscal Year]=,[PCD Fiscal Quarter]=,[PCD Month Abbr]=,[PCD LatestMonthFlag]={1},[Inprogressflag]={1} &amp;gt;}RGB(0,255,0)),&lt;/P&gt;&lt;P&gt;only({&amp;lt;[VarianceGroup] = {'1-30Days'},[PCD Fiscal Year]=,[PCD Fiscal Quarter]=,[PCD Month Abbr]=,[PCD LatestMonthFlag]={1},[Inprogressflag]={1}&amp;nbsp; &amp;gt;}RGB(255,255,0)),&lt;/P&gt;&lt;P&gt;only({&amp;lt;[VarianceGroup] = {'31+Days' },[PCD Fiscal Year]=,[PCD Fiscal Quarter]=,[PCD Month Abbr]=,[PCD LatestMonthFlag]={1},[Inprogressflag]={1}&amp;nbsp; &amp;gt;}RGB(255,0,0)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have attached your app with above exp ..look into that ! hope this helps yu...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 04:09:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Fixed-Color-Scheme/m-p/683087#M1079412</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2014-07-16T04:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart - Fixed Color Scheme</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-Fixed-Color-Scheme/m-p/683088#M1079413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Prem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked like a charm. Thank you for the quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 05:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-Fixed-Color-Scheme/m-p/683088#M1079413</guid>
      <dc:creator />
      <dc:date>2014-07-16T05:30:05Z</dc:date>
    </item>
  </channel>
</rss>

