<?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 difference failling in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/text-color-difference-failling/m-p/1386086#M422042</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its not working&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Oct 2017 13:20:36 GMT</pubDate>
    <dc:creator>manoranjan_d</dc:creator>
    <dc:date>2017-10-03T13:20:36Z</dc:date>
    <item>
      <title>text color difference failling</title>
      <link>https://community.qlik.com/t5/QlikView/text-color-difference-failling/m-p/1386083#M422039</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;my text color expression getting failed for below scenarios and expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have given the the below expression&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if(sum({&amp;lt;[Comparison Date]={'$(vMin)'}&amp;gt;}[Low USD])&amp;lt;&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;sum({&amp;lt;[Comparison Date]={'$(vMax)'}&amp;gt;}[Low USD]),RGB(0,0,255),RGB(0,0,0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;scenario 1: fail&lt;/P&gt;&lt;P&gt;if the value is same i m getting blue color example&lt;/P&gt;&lt;P&gt;Min Max&lt;/P&gt;&lt;P&gt;800 800&lt;/P&gt;&lt;P&gt;its showing color hence it getting failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;scenario 2: fail&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if any ine date have 0 value means&lt;/P&gt;&lt;P&gt;Min Max&lt;/P&gt;&lt;P&gt;800 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;800 is getting blue color but 0 value is in black clor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;scenrio 3 : pass&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Min Max&lt;/P&gt;&lt;P&gt;800 400&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these are showing blue color, this is passed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me why its getting passed for third scenrio and failed for scenrio 1 and 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lety me know the way to resolve this issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 12:21:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/text-color-difference-failling/m-p/1386083#M422039</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2017-10-03T12:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: text color difference failling</title>
      <link>https://community.qlik.com/t5/QlikView/text-color-difference-failling/m-p/1386084#M422040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, try round function.&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(Round(sum({&amp;lt;[Comparison Date]={'$(vMin)'}&amp;gt;}[Low USD])) &amp;lt;&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Round(sum({&amp;lt;[Comparison Date]={'$(vMax)'}&amp;gt;}[Low USD])),&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RGB(0,0,255),&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RGB(0,0,0)&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 12:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/text-color-difference-failling/m-p/1386084#M422040</guid>
      <dc:creator>MarcoARaymundo</dc:creator>
      <dc:date>2017-10-03T12:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: text color difference failling</title>
      <link>https://community.qlik.com/t5/QlikView/text-color-difference-failling/m-p/1386085#M422041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(sum({&amp;lt;[Comparison Date]={'$(&lt;SPAN style="color: #ff0000;"&gt;=&lt;/SPAN&gt;vMin)'}&amp;gt;}[Low USD])&amp;lt;&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum({&amp;lt;[Comparison Date]={'$(&lt;SPAN style="color: #ff0000;"&gt;=&lt;/SPAN&gt;vMax)'}&amp;gt;}[Low USD]),RGB(0,0,255),RGB(0,0,0))&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;For troubleshooting you can always try:&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(800=800,rgb(0,0,255),rgb(0,0,0))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 13:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/text-color-difference-failling/m-p/1386085#M422041</guid>
      <dc:creator>vkish16161</dc:creator>
      <dc:date>2017-10-03T13:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: text color difference failling</title>
      <link>https://community.qlik.com/t5/QlikView/text-color-difference-failling/m-p/1386086#M422042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its not working&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 13:20:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/text-color-difference-failling/m-p/1386086#M422042</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2017-10-03T13:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: text color difference failling</title>
      <link>https://community.qlik.com/t5/QlikView/text-color-difference-failling/m-p/1386087#M422043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its not wroking &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 13:20:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/text-color-difference-failling/m-p/1386087#M422043</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2017-10-03T13:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: text color difference failling</title>
      <link>https://community.qlik.com/t5/QlikView/text-color-difference-failling/m-p/1386088#M422044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(Sum([Low USD]) = vMin and vMin = vMax,&lt;/P&gt;&lt;P&gt;RGB(0,0,255),&lt;/P&gt;&lt;P&gt;RGB(0,0,0)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 14:11:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/text-color-difference-failling/m-p/1386088#M422044</guid>
      <dc:creator>MarcoARaymundo</dc:creator>
      <dc:date>2017-10-03T14:11:53Z</dc:date>
    </item>
  </channel>
</rss>

