<?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 - Background color issues in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-analysis-Background-color-issues/m-p/1646221#M48182</link>
    <description>&lt;P&gt;Try like,&lt;/P&gt;&lt;P&gt;IF(Count({1&amp;lt;[Status]={'A1'}&amp;gt;}([Status]))&amp;gt;0,RGB(228,108,10),&lt;BR /&gt;IF(Count({1&amp;lt;[Status]={'A2'}&amp;gt;}([Status]))&amp;gt;0,RGB(255,192,0),&lt;BR /&gt;IF(Count({1&amp;lt;[Status]={'A3'}&amp;gt;}([Status]))&amp;gt;0,RGB(195,214,155),&lt;BR /&gt;IF(Count({1&amp;lt;[Status]={'A4'}&amp;gt;}([Status]))&amp;gt;0,RGB(0,204,0),&lt;BR /&gt;IF(Count({1&amp;lt;[Status]={'A5'}&amp;gt;}([Status]))&amp;gt;0,RGB(0,0,0),&lt;BR /&gt;IF(Count({1&amp;lt;[Status]={'A6'}&amp;gt;}([Status]))&amp;gt;0,RGB(79,129,189), //// both are A6 on your post&lt;BR /&gt;IF(Count({1&amp;lt;[Status]={'A6'}&amp;gt;}([Status]))&amp;gt;0,RGB(146,208,80), //// both are A6&amp;nbsp;on your post&lt;BR /&gt;IF(Count({1&amp;lt;[Status]={'A7'}&amp;gt;}([Status]))&amp;gt;0,RGB(176,175,174)))))))))&lt;/P&gt;</description>
    <pubDate>Wed, 13 Nov 2019 08:09:52 GMT</pubDate>
    <dc:creator>Gopinathan</dc:creator>
    <dc:date>2019-11-13T08:09:52Z</dc:date>
    <item>
      <title>Set analysis - Background color issues</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-Background-color-issues/m-p/1645955#M48154</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am facing very weird issue in qlik sense. I have created Pie chart using status. Total 7 status are available with the data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Used Set analysis for the measure of pie chart&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[A],[B]&amp;gt;}([Status])) - Pie chart looks perfect and not changed even A,B Selected&lt;/P&gt;&lt;P&gt;The issue is with the background color. Without set analysis the color combination worked perfectly.&lt;/P&gt;&lt;P&gt;IF([Status]='A1,RGB(228,108,10),&lt;BR /&gt;IF([Status]='A2',RGB(255,192,0),&lt;BR /&gt;IF([Status]='A3',RGB(195,214,155),&lt;BR /&gt;IF([Status]='A4',RGB(0,204,0),&lt;BR /&gt;IF([Status]='A5',RGB(0,0,0),&lt;BR /&gt;IF([Status]='A6',RGB(79,129,189),&lt;BR /&gt;IF([Status]='A6',RGB(146,208,80),&lt;BR /&gt;IF([Status]='A7',RGB(176,175,174)))))))))&lt;/P&gt;&lt;P&gt;After set analysis, colors are not displayed properly. Few of the colors are grayed out. when i select 'A', few colors are grayed out. When i select 'B', all the colors are grayedout.&lt;/P&gt;&lt;P&gt;Is there any thing i need to do stay background color for set analysis.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;Appreciate for quick response&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 15:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-Background-color-issues/m-p/1645955#M48154</guid>
      <dc:creator>lavanya_gurrapu</dc:creator>
      <dc:date>2019-11-12T15:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - Background color issues</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-Background-color-issues/m-p/1646176#M48171</link>
      <description>&lt;P&gt;Can any one provide answer. This is bit urgent/&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 06:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-Background-color-issues/m-p/1646176#M48171</guid>
      <dc:creator>lavanya_gurrapu</dc:creator>
      <dc:date>2019-11-13T06:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - Background color issues</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-Background-color-issues/m-p/1646221#M48182</link>
      <description>&lt;P&gt;Try like,&lt;/P&gt;&lt;P&gt;IF(Count({1&amp;lt;[Status]={'A1'}&amp;gt;}([Status]))&amp;gt;0,RGB(228,108,10),&lt;BR /&gt;IF(Count({1&amp;lt;[Status]={'A2'}&amp;gt;}([Status]))&amp;gt;0,RGB(255,192,0),&lt;BR /&gt;IF(Count({1&amp;lt;[Status]={'A3'}&amp;gt;}([Status]))&amp;gt;0,RGB(195,214,155),&lt;BR /&gt;IF(Count({1&amp;lt;[Status]={'A4'}&amp;gt;}([Status]))&amp;gt;0,RGB(0,204,0),&lt;BR /&gt;IF(Count({1&amp;lt;[Status]={'A5'}&amp;gt;}([Status]))&amp;gt;0,RGB(0,0,0),&lt;BR /&gt;IF(Count({1&amp;lt;[Status]={'A6'}&amp;gt;}([Status]))&amp;gt;0,RGB(79,129,189), //// both are A6 on your post&lt;BR /&gt;IF(Count({1&amp;lt;[Status]={'A6'}&amp;gt;}([Status]))&amp;gt;0,RGB(146,208,80), //// both are A6&amp;nbsp;on your post&lt;BR /&gt;IF(Count({1&amp;lt;[Status]={'A7'}&amp;gt;}([Status]))&amp;gt;0,RGB(176,175,174)))))))))&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 08:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-Background-color-issues/m-p/1646221#M48182</guid>
      <dc:creator>Gopinathan</dc:creator>
      <dc:date>2019-11-13T08:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - Background color issues</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-Background-color-issues/m-p/1646244#M48186</link>
      <description>&lt;P&gt;Hi Gopinathan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks alot for your quick help. It works perfectly.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 08:52:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-Background-color-issues/m-p/1646244#M48186</guid>
      <dc:creator>lavanya_gurrapu</dc:creator>
      <dc:date>2019-11-13T08:52:30Z</dc:date>
    </item>
  </channel>
</rss>

