<?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: Color of text not changing in pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Color-of-text-not-changing-in-pivot-table/m-p/1425485#M797292</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For certain dates like example 2017-11-20 , the text color of its value not changing .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ya it is very weird behavior .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Dec 2017 09:15:44 GMT</pubDate>
    <dc:creator>ashis</dc:creator>
    <dc:date>2017-12-19T09:15:44Z</dc:date>
    <item>
      <title>Color of text not changing in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-of-text-not-changing-in-pivot-table/m-p/1425482#M797289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a pivot table and it has one calculated dimension. The expression is as follow:&lt;/P&gt;&lt;P&gt;=num(aggr(sum({&amp;lt;XXX=,Date={'$(vDate)'}&amp;gt;}YYYY),AAA, BBB,CCC,DDD),'#,##0;-#,##0')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want negative value in red so in the text color of calculated dimension I used the following expression :&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;=if(sum({&amp;lt;xxx=,Date={'$(vDate)'}&amp;gt;}TOTAL&amp;lt;AAA, BBB,CCC,DDD&amp;gt;YYYY)&amp;lt;0,rgb(255,0,0),Black())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above expression is working fine however I notice it is not working for few days only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share your thought what could be the issue or should I need to change the code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-of-text-not-changing-in-pivot-table/m-p/1425482#M797289</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Color of text not changing in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-of-text-not-changing-in-pivot-table/m-p/1425483#M797290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Haha, What you mean the "Few days not working". 6 months working and 6 months not working in a year. Have you upgrade any s/w&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 09:12:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-of-text-not-changing-in-pivot-table/m-p/1425483#M797290</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-19T09:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Color of text not changing in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-of-text-not-changing-in-pivot-table/m-p/1425484#M797291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the same expression for color as in the main expression:&lt;/P&gt;&lt;P&gt;&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;if(num(aggr(sum({&amp;lt;XXX=,Date={'$(vDate)'}&amp;gt;}YYYY),AAA, BBB,CCC,DDD)&amp;gt;0,Black(),RGB(255,0,0))&lt;/SPAN&gt;&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;BR /&gt;&lt;/SPAN&gt;&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;HTH&lt;/SPAN&gt;&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;Sushil&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 09:13:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-of-text-not-changing-in-pivot-table/m-p/1425484#M797291</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2017-12-19T09:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Color of text not changing in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-of-text-not-changing-in-pivot-table/m-p/1425485#M797292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For certain dates like example 2017-11-20 , the text color of its value not changing .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ya it is very weird behavior .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 09:15:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-of-text-not-changing-in-pivot-table/m-p/1425485#M797292</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2017-12-19T09:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Color of text not changing in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-of-text-not-changing-in-pivot-table/m-p/1425486#M797293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil,&lt;/P&gt;&lt;P&gt;Agg function does not work in text coloring . That's why I used the above code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 09:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-of-text-not-changing-in-pivot-table/m-p/1425486#M797293</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2017-12-19T09:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Color of text not changing in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-of-text-not-changing-in-pivot-table/m-p/1425487#M797294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could be vDate having same value, Certainly it won't &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 09:19:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-of-text-not-changing-in-pivot-table/m-p/1425487#M797294</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-19T09:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Color of text not changing in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-of-text-not-changing-in-pivot-table/m-p/1425488#M797295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Aggr works in the Text Color block.&lt;/P&gt;&lt;P&gt;You have problem with something else&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/187494_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;I just put the same expression&lt;/P&gt;&lt;P&gt;=if(num(aggr(sum({&amp;lt;XXX=,Date={'$(vDate)'}&amp;gt;}YYY),AAA, BBB,CCC,DDD),'#,##0;-#,##0')&amp;lt;0,lightred())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide an example of your chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 09:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-of-text-not-changing-in-pivot-table/m-p/1425488#M797295</guid>
      <dc:creator>t_chetirbok</dc:creator>
      <dc:date>2017-12-19T09:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Color of text not changing in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-of-text-not-changing-in-pivot-table/m-p/1425489#M797296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tatsiana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In pivot table I have few calculated dimensions and few expressions.&lt;/P&gt;&lt;P&gt;If I use aggr function to change the text color conditionally it works for few rows and for few rows it does not.&lt;/P&gt;&lt;P&gt;I read from issue in qlik community (do not have link handy) that aggr is not able to read row by row hence it does not render the proper text color to overcome this issue I used total qualifier .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is working absolutely fine except few dates . I am not sure where to look.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I change the expression as you suggest then it does not work for me for any dates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 10:48:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-of-text-not-changing-in-pivot-table/m-p/1425489#M797296</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2017-12-19T10:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Color of text not changing in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-of-text-not-changing-in-pivot-table/m-p/1425490#M797297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any null values in the rows.. generally is you have null values in the rows of pivot table then this color option does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To fix this in presentation tab replace null or invalids with 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 11:21:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-of-text-not-changing-in-pivot-table/m-p/1425490#M797297</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2017-12-19T11:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Color of text not changing in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-of-text-not-changing-in-pivot-table/m-p/1425491#M797298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I do have null values in the pivot rows. From presentation tab replacing null value with 0 is not fixed the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However if I uncheck show all values from the dimensions tab then I do not see the missing values and it also resolve the text color issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is show all values , I need to look how do I replace the null values with zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for pointing out this one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 05:40:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-of-text-not-changing-in-pivot-table/m-p/1425491#M797298</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2017-12-20T05:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Color of text not changing in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-of-text-not-changing-in-pivot-table/m-p/1425492#M797299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use alt() function to replace the null values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try: Alt(yourexpression,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 05:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-of-text-not-changing-in-pivot-table/m-p/1425492#M797299</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2017-12-20T05:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Color of text not changing in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Color-of-text-not-changing-in-pivot-table/m-p/1425493#M797300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil,&lt;/P&gt;&lt;P&gt;Yes I already used Alt function in my expression , but did not work.&lt;/P&gt;&lt;P&gt;I guess we need to do it from database level. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 08:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-of-text-not-changing-in-pivot-table/m-p/1425493#M797300</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2017-12-20T08:19:54Z</dc:date>
    </item>
  </channel>
</rss>

