<?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: Color By Expression for one dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Color-By-Expression-for-one-dimension/m-p/80754#M5337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the properties panel go to:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Appearance&lt;/LI&gt;&lt;LI&gt;Colors abnd legengen&lt;/LI&gt;&lt;LI&gt;Colors:&amp;nbsp; Customs &amp;amp; By expression&lt;/LI&gt;&lt;LI&gt;For Expression&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use an expression something like&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM style="color: #993300;"&gt;if ( equipment_owner = 'Leased' , green() , yellow() )&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;You can use whatever expression suits your needs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Feb 2018 16:41:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-23T16:41:12Z</dc:date>
    <item>
      <title>Color By Expression for one dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Color-By-Expression-for-one-dimension/m-p/80750#M5333</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;I have a pie chart only with one dimension that is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF([Channel]='A','1',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF([Channel]='B' or &lt;/P&gt;&lt;P&gt;[Channel]= 'C' or&lt;/P&gt;&lt;P&gt;[Channel]='D' ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'2',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF([Channel]='E' or &lt;/P&gt;&lt;P&gt;[Channel]= 'F' or&lt;/P&gt;&lt;P&gt;[Channel]='G' ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'3',)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my pie chart has 3 sections: 1,2 and 3.&lt;/P&gt;&lt;P&gt;I want to define the colors for each section. How can I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;Carina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 14:44:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-By-Expression-for-one-dimension/m-p/80750#M5333</guid>
      <dc:creator>acrodrigues03</dc:creator>
      <dc:date>2018-02-23T14:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Color By Expression for one dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Color-By-Expression-for-one-dimension/m-p/80751#M5334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to do this with set analysis &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 14:50:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-By-Expression-for-one-dimension/m-p/80751#M5334</guid>
      <dc:creator>acrodrigues03</dc:creator>
      <dc:date>2018-02-23T14:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Color By Expression for one dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Color-By-Expression-for-one-dimension/m-p/80752#M5335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could create a Master Item using your Channel dimension and assigned colours to values :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/Colors/assigning-colors-to-dimension-values.htm" title="https://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/Colors/assigning-colors-to-dimension-values.htm"&gt;https://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/Colors/assigning-colors-to-dimension-values.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 14:51:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-By-Expression-for-one-dimension/m-p/80752#M5335</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-23T14:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Color By Expression for one dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Color-By-Expression-for-one-dimension/m-p/80753#M5336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill! &lt;/P&gt;&lt;P&gt;Thank you for your fast response! Unfortunately I need to define them outside of the master items with set analysis&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 16:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-By-Expression-for-one-dimension/m-p/80753#M5336</guid>
      <dc:creator>acrodrigues03</dc:creator>
      <dc:date>2018-02-23T16:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Color By Expression for one dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Color-By-Expression-for-one-dimension/m-p/80754#M5337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the properties panel go to:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Appearance&lt;/LI&gt;&lt;LI&gt;Colors abnd legengen&lt;/LI&gt;&lt;LI&gt;Colors:&amp;nbsp; Customs &amp;amp; By expression&lt;/LI&gt;&lt;LI&gt;For Expression&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use an expression something like&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM style="color: #993300;"&gt;if ( equipment_owner = 'Leased' , green() , yellow() )&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;You can use whatever expression suits your needs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 16:41:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-By-Expression-for-one-dimension/m-p/80754#M5337</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-23T16:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Color By Expression for one dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Color-By-Expression-for-one-dimension/m-p/80755#M5338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create the dimension in your script, then you colour your graph by expression, using the new dimension, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(new_dimension=1,blue(),&lt;/P&gt;&lt;P&gt;if(new_dimension=2,green(),red()))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 16:42:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-By-Expression-for-one-dimension/m-p/80755#M5338</guid>
      <dc:creator>lcontezini</dc:creator>
      <dc:date>2018-02-23T16:42:20Z</dc:date>
    </item>
  </channel>
</rss>

