<?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 average in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/color-by-average/m-p/1462404#M118564</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked, thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jan 2018 18:27:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-01-10T18:27:44Z</dc:date>
    <item>
      <title>color by average</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/color-by-average/m-p/1462402#M118562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(Count(distinct([CREATED_DT.autoCalendar.Date]))/((Count({&amp;lt;supervisor=&amp;gt;}TOTAL distinct([CREATED_DT.autoCalendar.Date])))*.75))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the above is an expression that works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am now trying to color by average of this column the text color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a color expression, how do i tell qlik to color anything above average as green and anything below average as red.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 16:42:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/color-by-average/m-p/1462402#M118562</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-10T16:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: color by average</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/color-by-average/m-p/1462403#M118563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what the dimension you're using in the chart where u're using this chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say it called MyDimension:&lt;/P&gt;&lt;P&gt;in this chart, under adds on, create a reference line as follow( to test if we're doing things well?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Avg(All aggr(&lt;/STRONG&gt;(Count(distinct([CREATED_DT.autoCalendar.Date]))/((Count({&amp;lt;supervisor=&amp;gt;}TOTAL distinct([CREATED_DT.autoCalendar.Date])))*.75))&lt;STRONG&gt;,MyDimension))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;and as an expression color:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(Count(distinct([CREATED_DT.autoCalendar.Date]))/((Count({&amp;lt;supervisor=&amp;gt;}TOTAL distinct([CREATED_DT.autoCalendar.Date])))*.75))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;gt;= &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Avg(All aggr(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(Count(distinct([CREATED_DT.autoCalendar.Date]))/((Count({&amp;lt;supervisor=&amp;gt;}TOTAL distinct([CREATED_DT.autoCalendar.Date])))*.75))&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;,MyDimension))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;, green(), red())&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;per analogy to my data, the resutlt would be:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/189631_Capture.PNG" style="height: 98px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 18:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/color-by-average/m-p/1462403#M118563</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2018-01-10T18:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: color by average</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/color-by-average/m-p/1462404#M118564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked, thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 18:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/color-by-average/m-p/1462404#M118564</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-10T18:27:44Z</dc:date>
    </item>
  </channel>
</rss>

