<?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: Font color in Pivot in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Font-color-in-Pivot/m-p/1557116#M40558</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;try it:-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if(sum(value) &amp;gt;= sum(target), red(), green())&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tushar&lt;/P&gt;</description>
    <pubDate>Fri, 15 Mar 2019 11:35:55 GMT</pubDate>
    <dc:creator>tush</dc:creator>
    <dc:date>2019-03-15T11:35:55Z</dc:date>
    <item>
      <title>Font color in Pivot</title>
      <link>https://community.qlik.com/t5/App-Development/Font-color-in-Pivot/m-p/1557071#M40556</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I have data in a pivot table and i have also loaded target values for each record.&lt;/P&gt;&lt;P&gt;If a value in the pivot is below he target the font color should be Red, otherwise it should be Green.&lt;/P&gt;&lt;P&gt;How can this be done in Sense?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 10:31:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Font-color-in-Pivot/m-p/1557071#M40556</guid>
      <dc:creator>stekol61</dc:creator>
      <dc:date>2019-03-15T10:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Font color in Pivot</title>
      <link>https://community.qlik.com/t5/App-Development/Font-color-in-Pivot/m-p/1557116#M40558</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;try it:-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if(sum(value) &amp;gt;= sum(target), red(), green())&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tushar&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 11:35:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Font-color-in-Pivot/m-p/1557116#M40558</guid>
      <dc:creator>tush</dc:creator>
      <dc:date>2019-03-15T11:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Font color in Pivot</title>
      <link>https://community.qlik.com/t5/App-Development/Font-color-in-Pivot/m-p/1557230#M40564</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I tried this but it turns all record to Red.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I QV I use this expression, but I can't get it to work in Sense&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I&lt;FONT color="#FF0000"&gt;f ($(v_DS_4G) &amp;lt; If(Len(Only(Country))&amp;gt;0,&lt;/FONT&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;EM&gt;num(Only( {$&amp;lt;kpi_item = {'ds_4g'}&amp;gt;}value/1000),'#&amp;nbsp;##0,00'))&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;EM&gt;,v_rgb_red, v_rgb_green)&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'kpi_item 'and&amp;nbsp;'ds_4g' are from the loaded target file&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 14:04:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Font-color-in-Pivot/m-p/1557230#M40564</guid>
      <dc:creator>stekol61</dc:creator>
      <dc:date>2019-03-15T14:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Font color in Pivot</title>
      <link>https://community.qlik.com/t5/App-Development/Font-color-in-Pivot/m-p/1557234#M40565</link>
      <description>&lt;P&gt;Hi, try this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If ($(v_DS_4G) &amp;amp;lt; If(Len(Only(Country))&amp;amp;gt;0, num(Only( {$}value/1000),'# ##0,00')) ,red(),green())&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 14:08:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Font-color-in-Pivot/m-p/1557234#M40565</guid>
      <dc:creator>jobsonkjoseph</dc:creator>
      <dc:date>2019-03-15T14:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Font color in Pivot</title>
      <link>https://community.qlik.com/t5/App-Development/Font-color-in-Pivot/m-p/1557255#M40567</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Still not working.&lt;/P&gt;&lt;P&gt;I used my QV expression (kpi) in a table and replaced color with '1' or '0' and this seems to work. see below&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="target.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/8153iF76B123FDC0379B5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="target.PNG" alt="target.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 14:45:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Font-color-in-Pivot/m-p/1557255#M40567</guid>
      <dc:creator>stekol61</dc:creator>
      <dc:date>2019-03-15T14:45:06Z</dc:date>
    </item>
  </channel>
</rss>

