<?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: Conditional Text Color expression values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904662#M531069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,dual() is powerful function.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="屏幕快照 2015-06-03 下午10.39.49.png" class="jive-image image-1" src="/legacyfs/online/88305_屏幕快照 2015-06-03 下午10.39.49.png" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jun 2015 14:40:12 GMT</pubDate>
    <dc:creator>adamgaox</dc:creator>
    <dc:date>2015-06-03T14:40:12Z</dc:date>
    <item>
      <title>Conditional Text Color expression values</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904648#M531055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Dear all,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I need to solve a problem.I’ve racked my brain to finish it.It seems difficult to me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I've a detail table like this.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="124" style="border: 1px solid rgb(0, 0, 0); width: 495px; height: 108px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;PERSON&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;YM&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;PRODUCT&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;FLAG&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;ADAM&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;201401&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;ADAM&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;201401&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;ADAM&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;201401&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;ADAM&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;201401&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;D&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I want to create a pivot table in qlikview like this (with conditional text color demands):&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="56" style="border: 1px solid rgb(0, 0, 0); width: 445px; height: 58px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;PERSON&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;201401&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;ADAM&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;A,D&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;B&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00ff00;"&gt;C&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;As in this pivot table PRODUCT &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; with Flag equals 1 font color is red&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; with Flag equals 2 font color is blue&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; with Flag equals 3 font color is green&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;If it's possible to achieve in qlikview ?(Thank you very much).&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 13:11:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904648#M531055</guid>
      <dc:creator>adamgaox</dc:creator>
      <dc:date>2015-06-03T13:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Text Color expression values</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904649#M531056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can see attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 13:24:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904649#M531056</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-06-03T13:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Text Color expression values</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904650#M531057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the text color option of the expression (cclick on the plus sign in front)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="PivotColors.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88258_PivotColors.png" style="height: 384px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 13:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904650#M531057</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-06-03T13:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Text Color expression values</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904651#M531058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Piet,&lt;/P&gt;&lt;P&gt;I've tried this way.Can it be achieved without setting Flag as the dimension?&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 13:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904651#M531058</guid>
      <dc:creator>adamgaox</dc:creator>
      <dc:date>2015-06-03T13:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Text Color expression values</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904652#M531059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, not really. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can sort of hide the flag dimension, by removing the label, setting the font to transparent color, making the column smaller&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 13:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904652#M531059</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-06-03T13:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Text Color expression values</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904653#M531060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you do, it looks like this. Can you see there is a second dimension?&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="88286" alt="PivotColors2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88286_PivotColors2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 13:40:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904653#M531060</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-06-03T13:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Text Color expression values</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904654#M531061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know what you mean.&lt;/P&gt;&lt;P&gt;Actually I'll cross the pivot not like the straight table:&lt;IMG alt="屏幕快照 2015-06-03 下午9.44.06.png" class="jive-image image-1" src="/legacyfs/online/88288_屏幕快照 2015-06-03 下午9.44.06.png" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;My client prefer the table right side with colors rather than the left side.&lt;/P&gt;&lt;P&gt;This is what troubles me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 13:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904654#M531061</guid>
      <dc:creator>adamgaox</dc:creator>
      <dc:date>2015-06-03T13:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Text Color expression values</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904655#M531062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Piet,&lt;/P&gt;&lt;P&gt;Thanks.I think this is an acceptable effect.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;This is what I do after adding YM dimension.&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="屏幕快照 2015-06-03 下午9.51.40.png" class="jive-image image-1" src="/legacyfs/online/88295_屏幕快照 2015-06-03 下午9.51.40.png" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 13:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904655#M531062</guid>
      <dc:creator>adamgaox</dc:creator>
      <dc:date>2015-06-03T13:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Text Color expression values</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904656#M531063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Other work around, maybe you can combine the person and Flag dimension:&lt;/P&gt;&lt;P&gt;=Person&amp;amp;'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&amp;amp;Flag&lt;/P&gt;&lt;P&gt;The spaces are to hide the flag text on the right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="PivotColors3.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88296_PivotColors3.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 13:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904656#M531063</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-06-03T13:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Text Color expression values</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904657#M531064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome. If this has answered your question, could you please mark the relevant answers correct\helpfull? It will help others find correct answers to similar issues and let other contributing members know this requires no more attention.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 14:00:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904657#M531064</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-06-03T14:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Text Color expression values</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904658#M531065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;Thank you very much.It seems the discussion information is not dynamic updating.So I'm always late for getting your reply.This is really helpful.&lt;/P&gt;&lt;P&gt;Can we exchange mail address?It's really joyful to discuss about the techniques of qlikview.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 14:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904658#M531065</guid>
      <dc:creator>adamgaox</dc:creator>
      <dc:date>2015-06-03T14:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Text Color expression values</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904659#M531066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're welcome, this is what the community is for, questions/discussing techniques. It's also the place where I want the discussion to be, so not via my email (sorry). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 14:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904659#M531066</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-06-03T14:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Text Color expression values</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904660#M531067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Umm,yeah.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Hoping for next discussion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 14:22:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904660#M531067</guid>
      <dc:creator>adamgaox</dc:creator>
      <dc:date>2015-06-03T14:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Text Color expression values</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904661#M531068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, here's one &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just thought of a better way, that I did not think of that before...&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cry.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this as your dimension, much better (Flag must be a number, which it is in the example)&lt;/P&gt;&lt;P&gt;=Dual(Person,Flag)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 14:28:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904661#M531068</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-06-03T14:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Text Color expression values</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904662#M531069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,dual() is powerful function.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="屏幕快照 2015-06-03 下午10.39.49.png" class="jive-image image-1" src="/legacyfs/online/88305_屏幕快照 2015-06-03 下午10.39.49.png" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 14:40:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Text-Color-expression-values/m-p/904662#M531069</guid>
      <dc:creator>adamgaox</dc:creator>
      <dc:date>2015-06-03T14:40:12Z</dc:date>
    </item>
  </channel>
</rss>

