<?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: dimension conditional text color in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/dimension-conditional-text-color/m-p/1194973#M385565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is in a pivot table, so the font tab doesn't let me specify which column, or if it is supposed to when I click on that "color" box that you circled, it doesn't--its sort of greyed out. As is "font" when I click on the "+" next to the dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if(Conf_Rec_Date='N', Red(), Green())&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;in the expression box, p&lt;SPAN style="font-size: 10pt;"&gt;uts "RGB(0,128,0)" in my chart&lt;SPAN style="font-size: 13.3333px;"&gt; field&lt;/SPAN&gt;, in black text, when what I want is a green "Y"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Sep 2016 21:37:38 GMT</pubDate>
    <dc:creator>Margaret</dc:creator>
    <dc:date>2016-09-29T21:37:38Z</dc:date>
    <item>
      <title>dimension conditional text color</title>
      <link>https://community.qlik.com/t5/QlikView/dimension-conditional-text-color/m-p/1194969#M385561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If a field = 'N' I want the 'N' to be displayed in red, if it is = 'Y', I want 'Y' in Green. I tried this, but it doesn't work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Conf_Rec_Date='N', Red(Conf_Rec_Date), Green(Conf_Rec_Date))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 21:22:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimension-conditional-text-color/m-p/1194969#M385561</guid>
      <dc:creator>Margaret</dc:creator>
      <dc:date>2016-09-29T21:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: dimension conditional text color</title>
      <link>https://community.qlik.com/t5/QlikView/dimension-conditional-text-color/m-p/1194970#M385562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want the color of the text box to be read or green or the text itself?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 21:24:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimension-conditional-text-color/m-p/1194970#M385562</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-29T21:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: dimension conditional text color</title>
      <link>https://community.qlik.com/t5/QlikView/dimension-conditional-text-color/m-p/1194971#M385563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the text itself&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 21:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimension-conditional-text-color/m-p/1194971#M385563</guid>
      <dc:creator>Margaret</dc:creator>
      <dc:date>2016-09-29T21:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: dimension conditional text color</title>
      <link>https://community.qlik.com/t5/QlikView/dimension-conditional-text-color/m-p/1194972#M385564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a calculated if statement to determine the color on the Font tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139227_Capture.PNG" style="height: 186px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this condition:&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;=if(Conf_Rec_Date='N', Red(), Green())&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 21:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimension-conditional-text-color/m-p/1194972#M385564</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-29T21:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: dimension conditional text color</title>
      <link>https://community.qlik.com/t5/QlikView/dimension-conditional-text-color/m-p/1194973#M385565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is in a pivot table, so the font tab doesn't let me specify which column, or if it is supposed to when I click on that "color" box that you circled, it doesn't--its sort of greyed out. As is "font" when I click on the "+" next to the dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if(Conf_Rec_Date='N', Red(), Green())&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;in the expression box, p&lt;SPAN style="font-size: 10pt;"&gt;uts "RGB(0,128,0)" in my chart&lt;SPAN style="font-size: 13.3333px;"&gt; field&lt;/SPAN&gt;, in black text, when what I want is a green "Y"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 21:37:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimension-conditional-text-color/m-p/1194973#M385565</guid>
      <dc:creator>Margaret</dc:creator>
      <dc:date>2016-09-29T21:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: dimension conditional text color</title>
      <link>https://community.qlik.com/t5/QlikView/dimension-conditional-text-color/m-p/1194974#M385566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh I see, is this for a dimension or expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For dimension:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139228_Capture.PNG" style="height: 206px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For expression:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/139229_Capture.PNG" style="height: 187px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using the same expression as above&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 21:41:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimension-conditional-text-color/m-p/1194974#M385566</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-29T21:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: dimension conditional text color</title>
      <link>https://community.qlik.com/t5/QlikView/dimension-conditional-text-color/m-p/1194975#M385567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, for goodness' sake...&lt;/P&gt;&lt;P&gt;I always thought since those options are greyed out that means they aren't available but this time I actually tried clicking on it and it worked! Thank you!&amp;nbsp; I hope somebody plans on making that act more intuitively...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 21:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimension-conditional-text-color/m-p/1194975#M385567</guid>
      <dc:creator>Margaret</dc:creator>
      <dc:date>2016-09-29T21:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: dimension conditional text color</title>
      <link>https://community.qlik.com/t5/QlikView/dimension-conditional-text-color/m-p/1194976#M385568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hahahahaha&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 21:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimension-conditional-text-color/m-p/1194976#M385568</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-29T21:47:12Z</dc:date>
    </item>
  </channel>
</rss>

