<?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 Text Object Color in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-Object-Color/m-p/1266371#M398900</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;I am very new to Qlikview so am still getting use to the set analysis side of the tool.&lt;/P&gt;&lt;P&gt;I am trying to change the colour of a text object. As far as i can see the script seems to be ok. Here it is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(v.Option.Period ='YTD',&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF ( $(Max.Turnover) &amp;lt;25 and $(Max.Turnover) &amp;gt;= 0,Green(),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; IF ( $(Max.Turnover) &amp;gt;=25 and $(Max.Turnover) &amp;lt; 50,Blue(),&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF ( $(Max.Turnover) &amp;gt;=50 and $(Max.Turnover) &amp;lt;= 150, Yellow(),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF ( $(Max.Turnover) &amp;gt;150 and $(Max.Turnover) &amp;lt;= 200,Red()&lt;/P&gt;&lt;P&gt;&amp;nbsp; )))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The value of max turnover is&lt;/STRONG&gt; '&lt;STRONG&gt;127.8%'. I am not sure if having the '%' is why it is not functioning correctly.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also noticed that if I change the first IF option from Green to Blue then the text appears in Blue. So it seems like it is only responding to the first option in the nested IF's. I thank anyone in advance if they can assist me in this. many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Mar 2017 09:02:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-03-10T09:02:02Z</dc:date>
    <item>
      <title>Text Object Color</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Color/m-p/1266371#M398900</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;I am very new to Qlikview so am still getting use to the set analysis side of the tool.&lt;/P&gt;&lt;P&gt;I am trying to change the colour of a text object. As far as i can see the script seems to be ok. Here it is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(v.Option.Period ='YTD',&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF ( $(Max.Turnover) &amp;lt;25 and $(Max.Turnover) &amp;gt;= 0,Green(),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; IF ( $(Max.Turnover) &amp;gt;=25 and $(Max.Turnover) &amp;lt; 50,Blue(),&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF ( $(Max.Turnover) &amp;gt;=50 and $(Max.Turnover) &amp;lt;= 150, Yellow(),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF ( $(Max.Turnover) &amp;gt;150 and $(Max.Turnover) &amp;lt;= 200,Red()&lt;/P&gt;&lt;P&gt;&amp;nbsp; )))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The value of max turnover is&lt;/STRONG&gt; '&lt;STRONG&gt;127.8%'. I am not sure if having the '%' is why it is not functioning correctly.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also noticed that if I change the first IF option from Green to Blue then the text appears in Blue. So it seems like it is only responding to the first option in the nested IF's. I thank anyone in advance if they can assist me in this. many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 09:02:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Color/m-p/1266371#M398900</guid>
      <dc:creator />
      <dc:date>2017-03-10T09:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object Color</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Color/m-p/1266372#M398901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to change the color based on an expression, then right click the text object, click on the back ground color. Use the calculated color, and use expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(SUM(Revenue)&amp;gt;XXXX,RGB(233,233,233),RGB(212,231,231))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anders&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 09:18:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Color/m-p/1266372#M398901</guid>
      <dc:creator>Florentin74</dc:creator>
      <dc:date>2017-03-10T09:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object Color</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Color/m-p/1266373#M398902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the Max Turnover is in % it can't equate to the numeric value. Try removing percentage from Max turn over.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 09:33:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Color/m-p/1266373#M398902</guid>
      <dc:creator />
      <dc:date>2017-03-10T09:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object Color</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Color/m-p/1266374#M398903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try Num&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(Max.Turnover,0.00)*100 in place of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(Max.Turnover)&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 09:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Color/m-p/1266374#M398903</guid>
      <dc:creator />
      <dc:date>2017-03-10T09:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object Color</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Color/m-p/1266375#M398904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It may be as simple as you need to have the numbers you are comparing to in decimal form, so 25% = 0.25.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try changing to 0.25, 0.5, 1.5 and 2 throughout your expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check the two variables return what you expect, the easiest way to do this is by creating text objects that simply have &lt;STRONG&gt;=&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;$(Max.Turnover)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As &lt;A href="https://community.qlik.com/qlik-users/236766"&gt;premdayal&lt;/A&gt;‌ suggests, if the value has the percent in place it may be that it is actually a string, check what happens when you do the following in a text box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;=num(&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;&lt;STRONG&gt;$(Max.Turnover), '#,##0')&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;If it is null then you need to look into your variable and remove whatever it is that is making your number a string.&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;BR /&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;Perhaps paste the variable code here if you need assistance.&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;BR /&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;Steve&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 09:39:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Color/m-p/1266375#M398904</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2017-03-10T09:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object Color</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Color/m-p/1266376#M398905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't see your expression...so forget my post :-)..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 09:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Color/m-p/1266376#M398905</guid>
      <dc:creator>Florentin74</dc:creator>
      <dc:date>2017-03-10T09:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object Color</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Color/m-p/1266377#M398906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anders, Prem, Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for your quick response. Really appreciate it.&lt;/P&gt;&lt;P&gt;I have tried a few of the suggestions. &lt;/P&gt;&lt;P&gt;Trying this &amp;gt;&amp;gt; &lt;STRONG&gt;=num($(Max.Turnover), '#,##0')&lt;/STRONG&gt; returns a 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Max.Turnover is made up by the following:-&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;num(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$(Max.Leavers.All)/ $(Max.HeadCount)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;,'#,##0.0%;(#,##0.0)%')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering is a way of removing the % in my original script without having to change it here.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or maybe do:-&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;$(Max.Leavers.All)/ $(Max.HeadCount)*100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Changing my original script to:-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;IF ( &lt;STRONG style="font-size: 13.3333px;"&gt;$(Max.Leavers.All)/ $(Max.HeadCount)*100&lt;/STRONG&gt;&amp;nbsp; &amp;lt;25 and &lt;STRONG style="font-size: 13.3333px;"&gt;$(Max.Leavers.All)/ $(Max.HeadCount)*100&lt;/STRONG&gt; &amp;gt;= 0,Green(),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Would this work.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 10:00:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Color/m-p/1266377#M398906</guid>
      <dc:creator />
      <dc:date>2017-03-10T10:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object Color</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Color/m-p/1266378#M398907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A simpler expression would be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IF(v.Option.Period ='YTD',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; IF ( $(Max.Turnover) &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt; 150, Red()&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; IF ( $(Max.Turnover) &amp;gt;=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; 50,Yellow(),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF ( $(Max.Turnover) &amp;gt;=25 ,Blue(),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;IF ( $(Max.Turnover) &amp;gt;=0,Green()&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 10:05:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Color/m-p/1266378#M398907</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-03-10T10:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object Color</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Color/m-p/1266379#M398908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vineeth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help. I used a combination of all your suggestions to come up with a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a new variable without the % for&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;num(&lt;/STRONG&gt;&lt;STRONG style="font-family: inherit; font-style: inherit;"&gt;$(Max.Leavers.All)/ $(Max.HeadCount)&lt;/STRONG&gt;&lt;STRONG style="font-family: inherit; font-style: inherit;"&gt;,'#,##0.0%;(#,##0.0)%')&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;But it would have been nice if I could find a way of using the existing variable and just stripping the % part of it which it seems was causing the problem.&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;And your expression was definitely simpler.&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Thanks&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 12:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Color/m-p/1266379#M398908</guid>
      <dc:creator />
      <dc:date>2017-03-10T12:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object Color</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Color/m-p/1266380#M398909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The 1 will be a rounding up.&amp;nbsp; If you change the checking expression to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;=num(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;$(Max.Turnover), '#,##0.00')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You should then see the decimal part.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I would go for the decimal numbers in your expression (0.25 etc.) as I suggested above.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Good luck.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 12:44:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Color/m-p/1266380#M398909</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2017-03-10T12:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object Color</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Color/m-p/1266381#M398910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help. That helped.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 13:54:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Color/m-p/1266381#M398910</guid>
      <dc:creator />
      <dc:date>2017-03-10T13:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object Color</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Color/m-p/1266382#M398911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No worries, glad it worked out for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 15:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Color/m-p/1266382#M398911</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2017-03-10T15:54:20Z</dc:date>
    </item>
  </channel>
</rss>

