<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-color/m-p/701819#M537314</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Felim is probably right, the account number is missing in the august data and as a result the "if(Level=1" is not true. Can you try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Concat(DISTINCT TOTAL &amp;lt;Maand&amp;gt; Level)=1,rgb(1,127,175))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where "Maand" should be your month field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Oct 2014 17:45:54 GMT</pubDate>
    <dc:creator>stigchel</dc:creator>
    <dc:date>2014-10-27T17:45:54Z</dc:date>
    <item>
      <title>Text color</title>
      <link>https://community.qlik.com/t5/QlikView/Text-color/m-p/701814#M537309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm struggling with something very trivial:&lt;/P&gt;&lt;P&gt;I've made a profit and loss statement using IntervalMatch. Everything works fine, exept for the text color... I've given each account number in my P&amp;amp;L stament the number 1 for the field "Level". I want every account number to have the following color: RGB(1,127,175) so I use the following function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Level = '1', RGB(1,127,175))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This function doesn't work when an account number has a balance of 0,00 Euros. Is there a way that these zero values also get the right color? It doesn't look good in the current situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 14:46:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-color/m-p/701814#M537309</guid>
      <dc:creator />
      <dc:date>2014-10-27T14:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Text color</title>
      <link>https://community.qlik.com/t5/QlikView/Text-color/m-p/701815#M537310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a lot of information missing in your question, as to where you do what, where the text color is not working, which kind of object with what kind of dimension......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I had to make a guess, you are maybe using set analysis in your result expression eliminating some selections and your color statement does not. If so you can use the function Only({Set} Level).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this does not help you please provide us with a sample qvw demonstrating your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 15:00:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-color/m-p/701815#M537310</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2014-10-27T15:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Text color</title>
      <link>https://community.qlik.com/t5/QlikView/Text-color/m-p/701816#M537311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Print screen 1.png" class="jive-image" src="/legacyfs/online/69777_Print screen 1.png" style="width: 620px; height: 313px;" /&gt;&lt;/P&gt;&lt;P&gt;I've added a print screen of the pivot table.&lt;/P&gt;&lt;P&gt;The function "If(Level = '1', RGB(1,127,175))" is programmed in the Definition box of Text Color (when you expand the formula on the tab "Expressions". As you can see, the account number 700200 has a balance of 0,00 in August 2014, en hence is black. The level of this account balance is just as the other account balances '1', so I would like it to be colored blue as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this provides more insights in my problem (first time asking a question here, so I have to get used to the way I discribe my problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 15:15:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-color/m-p/701816#M537311</guid>
      <dc:creator />
      <dc:date>2014-10-27T15:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Text color</title>
      <link>https://community.qlik.com/t5/QlikView/Text-color/m-p/701817#M537312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still very difficult to say, looking at your pivot table, it seems like you have build a custom dimension with some levels included, on basis of these levels you do some calculations and coloring. You say you have defined Level=1 for every account, I would first test that assumption by adding an expression to this above table with "=Level". It's probably not, which means there may be a problem in the data model/loading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you upload an example of your qvw? If you're worried about data sensitivity, please read the following thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 16:31:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-color/m-p/701817#M537312</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2014-10-27T16:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Text color</title>
      <link>https://community.qlik.com/t5/QlikView/Text-color/m-p/701818#M537313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like you need to perform aggregation within your if statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 16:36:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-color/m-p/701818#M537313</guid>
      <dc:creator />
      <dc:date>2014-10-27T16:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Text color</title>
      <link>https://community.qlik.com/t5/QlikView/Text-color/m-p/701819#M537314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Felim is probably right, the account number is missing in the august data and as a result the "if(Level=1" is not true. Can you try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Concat(DISTINCT TOTAL &amp;lt;Maand&amp;gt; Level)=1,rgb(1,127,175))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where "Maand" should be your month field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 17:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-color/m-p/701819#M537314</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2014-10-27T17:45:54Z</dc:date>
    </item>
  </channel>
</rss>

