<?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 How can we set text color in pivot table when data is null? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-we-set-text-color-in-pivot-table-when-data-is-null/m-p/199879#M58622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H4 style="margin: auto 0cm;"&gt;Hi all, I try to set text color.&lt;BR /&gt;I want the Node that starts with "TTL___" and "STTL" have blue color. And I set the text color with this code&lt;/H4&gt;&lt;H4 style="margin: auto 0cm;"&gt;&lt;BR /&gt;&lt;/H4&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;if((mid(FICO_NodeGroup,1,3)='TTL') or (FICO_NodeGroup='STTL'),RGB(0,0,204),black())&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt; &lt;BR /&gt;It's work. But some data still not change the color. I'm not sure, its will concern with the value of another dimension that has value = 0. &lt;BR /&gt; &lt;H4 style="margin: auto 0cm;"&gt;&lt;/H4&gt;&lt;H4 style="margin: auto 0cm;"&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-1841_sourceID:1841" /&gt;&lt;/H4&gt;&lt;H4 style="margin: auto 0cm;"&gt;&lt;BR /&gt;So I try to use suppress nulls data. But some rows still have a problem, the text in Catalogue column is not change color. But in the same row, some data already change to blue color.&lt;BR /&gt;&lt;BR /&gt;Now I try to change expression in text color to support my design.&lt;BR /&gt;I use this code:&lt;BR /&gt;&lt;/H4&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;if((mid(FICO_NodeGroup,1,3)='TTL') or (FICO_NodeGroup='STTL') ,RGB(0,0,204),&lt;BR /&gt;if((if((mid(FICO_NodeGroup,1,3)='TTL') or (FICO_NodeGroup='STTL'),RGB(0,0,204),black()=black()and if((Amt.=0),1,0)=1)) ,RGB(0,0,204),black()))&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;H4 style="margin: auto 0cm;"&gt;&lt;BR /&gt;It's nearly the design what I want. The texts that start with 'TTL___' and 'STTL' changed to blue color. But the others texts that has null value change the color too.&lt;/H4&gt;&lt;H4 style="margin: auto 0cm;"&gt;&lt;/H4&gt;&lt;H4 style="margin: auto 0cm;"&gt;&lt;STRONG&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-1842_sourceID:1842" /&gt;&lt;/STRONG&gt;&lt;/H4&gt;&lt;H4 style="margin: auto 0cm;"&gt;&lt;/H4&gt;Could someone help me or suggest any better way to handle these issues? &lt;P&gt;&lt;/P&gt;&lt;H4 style="margin: auto 0cm;"&gt;Regards&lt;/H4&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jun 2010 17:35:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-06-23T17:35:26Z</dc:date>
    <item>
      <title>How can we set text color in pivot table when data is null?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-set-text-color-in-pivot-table-when-data-is-null/m-p/199879#M58622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H4 style="margin: auto 0cm;"&gt;Hi all, I try to set text color.&lt;BR /&gt;I want the Node that starts with "TTL___" and "STTL" have blue color. And I set the text color with this code&lt;/H4&gt;&lt;H4 style="margin: auto 0cm;"&gt;&lt;BR /&gt;&lt;/H4&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;if((mid(FICO_NodeGroup,1,3)='TTL') or (FICO_NodeGroup='STTL'),RGB(0,0,204),black())&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt; &lt;BR /&gt;It's work. But some data still not change the color. I'm not sure, its will concern with the value of another dimension that has value = 0. &lt;BR /&gt; &lt;H4 style="margin: auto 0cm;"&gt;&lt;/H4&gt;&lt;H4 style="margin: auto 0cm;"&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-1841_sourceID:1841" /&gt;&lt;/H4&gt;&lt;H4 style="margin: auto 0cm;"&gt;&lt;BR /&gt;So I try to use suppress nulls data. But some rows still have a problem, the text in Catalogue column is not change color. But in the same row, some data already change to blue color.&lt;BR /&gt;&lt;BR /&gt;Now I try to change expression in text color to support my design.&lt;BR /&gt;I use this code:&lt;BR /&gt;&lt;/H4&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;if((mid(FICO_NodeGroup,1,3)='TTL') or (FICO_NodeGroup='STTL') ,RGB(0,0,204),&lt;BR /&gt;if((if((mid(FICO_NodeGroup,1,3)='TTL') or (FICO_NodeGroup='STTL'),RGB(0,0,204),black()=black()and if((Amt.=0),1,0)=1)) ,RGB(0,0,204),black()))&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;H4 style="margin: auto 0cm;"&gt;&lt;BR /&gt;It's nearly the design what I want. The texts that start with 'TTL___' and 'STTL' changed to blue color. But the others texts that has null value change the color too.&lt;/H4&gt;&lt;H4 style="margin: auto 0cm;"&gt;&lt;/H4&gt;&lt;H4 style="margin: auto 0cm;"&gt;&lt;STRONG&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-1842_sourceID:1842" /&gt;&lt;/STRONG&gt;&lt;/H4&gt;&lt;H4 style="margin: auto 0cm;"&gt;&lt;/H4&gt;Could someone help me or suggest any better way to handle these issues? &lt;P&gt;&lt;/P&gt;&lt;H4 style="margin: auto 0cm;"&gt;Regards&lt;/H4&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 17:35:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-set-text-color-in-pivot-table-when-data-is-null/m-p/199879#M58622</guid>
      <dc:creator />
      <dc:date>2010-06-23T17:35:26Z</dc:date>
    </item>
    <item>
      <title>How can we set text color in pivot table when data is null?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-set-text-color-in-pivot-table-when-data-is-null/m-p/199880#M58623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand correctly, you want to change color of data(amt=0) to blue also.&lt;/P&gt;&lt;P&gt;Please attached I applied the same expression for text amt and % you have for catalogue. May be you can refine your expression, not sure about that.&lt;/P&gt;&lt;P&gt;=&lt;BR /&gt;if((mid(FICO_NodeGroup,1,3)='TTL') or (FICO_NodeGroup='STTL') ,RGB(0,0,204),&lt;BR /&gt;if((if((mid(FICO_NodeGroup,1,3)='TTL') or (FICO_NodeGroup='STTL'),RGB(0,0,204),black()=black()and if((Amt.=0),1,0)=1)) ,RGB(0,0,204),&lt;BR /&gt;black()))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 18:30:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-set-text-color-in-pivot-table-when-data-is-null/m-p/199880#M58623</guid>
      <dc:creator />
      <dc:date>2010-06-23T18:30:45Z</dc:date>
    </item>
    <item>
      <title>How can we set text color in pivot table when data is null?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-set-text-color-in-pivot-table-when-data-is-null/m-p/199881#M58624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,Devang&lt;/P&gt;&lt;P&gt;Thank you for your respond. Actually I want to change text color of field that has word "TTL__" and "STTL". Now it's work but it's also change text color of field that has word "GL" and "CE" too.&lt;/P&gt;&lt;P&gt;How can I ignore FICO_NodeGroup that has word "GL" or "CE" ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 03:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-set-text-color-in-pivot-table-when-data-is-null/m-p/199881#M58624</guid>
      <dc:creator />
      <dc:date>2010-06-24T03:29:01Z</dc:date>
    </item>
    <item>
      <title>How can we set text color in pivot table when data is null?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-set-text-color-in-pivot-table-when-data-is-null/m-p/199882#M58625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Any one have work around on this ? Pls help me. Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 17:22:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-set-text-color-in-pivot-table-when-data-is-null/m-p/199882#M58625</guid>
      <dc:creator />
      <dc:date>2010-06-24T17:22:32Z</dc:date>
    </item>
    <item>
      <title>How can we set text color in pivot table when data is null?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-set-text-color-in-pivot-table-when-data-is-null/m-p/199883#M58626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I still don't know how to fix this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 07:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-set-text-color-in-pivot-table-when-data-is-null/m-p/199883#M58626</guid>
      <dc:creator />
      <dc:date>2010-07-01T07:33:10Z</dc:date>
    </item>
  </channel>
</rss>

