<?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: Text color expression in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Text-color-expression/m-p/1668720#M50489</link>
    <description>&lt;P&gt;Thank you very much&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jan 2020 06:55:17 GMT</pubDate>
    <dc:creator>Alonal148</dc:creator>
    <dc:date>2020-01-24T06:55:17Z</dc:date>
    <item>
      <title>Text color expression</title>
      <link>https://community.qlik.com/t5/App-Development/Text-color-expression/m-p/1667021#M50268</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Plese advice why the follow&amp;nbsp;expression is not correct.&lt;/P&gt;&lt;P&gt;I need to color the text if the measure&amp;nbsp;[Balance High level - trans %] &amp;gt; 0.02.&lt;/P&gt;&lt;P&gt;=IF([Balance High level - trans %]&amp;gt;0.02, Red(),Black())&lt;/P&gt;&lt;P&gt;Than you,&lt;/P&gt;&lt;P&gt;Alona&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jan 2020 19:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Text-color-expression/m-p/1667021#M50268</guid>
      <dc:creator>Alonal148</dc:creator>
      <dc:date>2020-01-18T19:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Text color expression</title>
      <link>https://community.qlik.com/t5/App-Development/Text-color-expression/m-p/1667023#M50270</link>
      <description>&lt;P&gt;You are not using any aggregation so, unless&amp;nbsp;&lt;SPAN&gt;[Balance High level - trans %]&amp;nbsp; is one of your dimensions, it's not likely to work&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Try:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=IF(sum([Balance High level - trans %])&amp;gt;0.02, Red(),Black())&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jan 2020 20:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Text-color-expression/m-p/1667023#M50270</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2020-01-18T20:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Text color expression</title>
      <link>https://community.qlik.com/t5/App-Development/Text-color-expression/m-p/1667026#M50272</link>
      <description>&lt;P&gt;Ideally it should work. Can you provide more details? where you are using this expression?&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jan 2020 21:37:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Text-color-expression/m-p/1667026#M50272</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-01-18T21:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Text color expression</title>
      <link>https://community.qlik.com/t5/App-Development/Text-color-expression/m-p/1667045#M50277</link>
      <description>It is not working</description>
      <pubDate>Sun, 19 Jan 2020 06:46:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Text-color-expression/m-p/1667045#M50277</guid>
      <dc:creator>Alonal148</dc:creator>
      <dc:date>2020-01-19T06:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Text color expression</title>
      <link>https://community.qlik.com/t5/App-Development/Text-color-expression/m-p/1667060#M50279</link>
      <description>&lt;P&gt;It should work; a couple of things to check&lt;/P&gt;&lt;P&gt;- is [&lt;SPAN&gt;Balance High level - trans %] a measure in the same table you are trying to apply colour to? Can you post a picture of such table to see how it looks like?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- are you certain you are writing exactly the name of the measure/column correctly?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- is&amp;nbsp; [Balance High level - trans %] a master measure? if that's the case, I don't think it will work&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jan 2020 11:07:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Text-color-expression/m-p/1667060#M50279</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2020-01-19T11:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Text color expression</title>
      <link>https://community.qlik.com/t5/App-Development/Text-color-expression/m-p/1668720#M50489</link>
      <description>&lt;P&gt;Thank you very much&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 06:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Text-color-expression/m-p/1668720#M50489</guid>
      <dc:creator>Alonal148</dc:creator>
      <dc:date>2020-01-24T06:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Text color expression</title>
      <link>https://community.qlik.com/t5/App-Development/Text-color-expression/m-p/1668721#M50490</link>
      <description>&lt;P&gt;Thank you very much for your help.&lt;/P&gt;&lt;P&gt;The problem was sloved&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 06:56:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Text-color-expression/m-p/1668721#M50490</guid>
      <dc:creator>Alonal148</dc:creator>
      <dc:date>2020-01-24T06:56:43Z</dc:date>
    </item>
  </channel>
</rss>

