<?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: Expression to color Null Values on Pie/Donut Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-to-color-Null-Values-on-Pie-Donut-Chart/m-p/60521#M511147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh ok.&amp;nbsp; I believe then it should be used this way. Could you able to share this app if possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jun 2018 22:07:39 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2018-06-05T22:07:39Z</dc:date>
    <item>
      <title>Expression to color Null Values on Pie/Donut Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-color-Null-Values-on-Pie-Donut-Chart/m-p/60517#M511143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlik Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a donut chart with null values.&amp;nbsp; I have renamed the null values to "Not Uploaded" via an expression, as seen in the image below.&amp;nbsp; Now I need to color the "Not Uploaded" values yellow.&amp;nbsp; I want to use the standard Qlik Sense yellow from their color scheme "12 Colors".&amp;nbsp; See below.&lt;/P&gt;&lt;P&gt;What is the expression for this?&lt;/P&gt;&lt;P&gt;My field name is "CCaR User DD2875 Is Valid"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much!&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="204417" alt="Donut.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/204417_Donut.png" style="height: auto;" /&gt;&lt;IMG __jive_id="204418" alt="color yellow.png" class="jive-image image-2" src="/legacyfs/online/204418_color yellow.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 20:00:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-color-Null-Values-on-Pie-Donut-Chart/m-p/60517#M511143</guid>
      <dc:creator>ltc</dc:creator>
      <dc:date>2018-06-05T20:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to color Null Values on Pie/Donut Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-color-Null-Values-on-Pie-Donut-Chart/m-p/60518#M511144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you already wrote an expression in your script for your null values to Not Uploaded? If yes then may be just use like &lt;/P&gt;&lt;P&gt;IF(CCaR user DD2875 Is Valid = 'Not Uploaded', RGB()yourYelloColorvalue)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 21:38:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-color-Null-Values-on-Pie-Donut-Chart/m-p/60518#M511144</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-06-05T21:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to color Null Values on Pie/Donut Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-color-Null-Values-on-Pie-Donut-Chart/m-p/60519#M511145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not the owner of the app, so I don't have access to the data load editor/script.&amp;nbsp; I was just going to add the expression here:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="appearance.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/204424_appearance.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I tried your expression as follows, but it turned the whole donut grey.&amp;nbsp; &lt;/P&gt;&lt;P&gt;IF([CCaR User DD2875 Is Valid] = 'Not Uploaded', RGB(255,255,0))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 21:45:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-color-Null-Values-on-Pie-Donut-Chart/m-p/60519#M511145</guid>
      <dc:creator>ltc</dc:creator>
      <dc:date>2018-06-05T21:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to color Null Values on Pie/Donut Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-color-Null-Values-on-Pie-Donut-Chart/m-p/60520#M511146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="grey donut.PNG" class="jive-image image-1" src="/legacyfs/online/204429_grey donut.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 21:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-color-Null-Values-on-Pie-Donut-Chart/m-p/60520#M511146</guid>
      <dc:creator>ltc</dc:creator>
      <dc:date>2018-06-05T21:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to color Null Values on Pie/Donut Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-color-Null-Values-on-Pie-Donut-Chart/m-p/60521#M511147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh ok.&amp;nbsp; I believe then it should be used this way. Could you able to share this app if possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 22:07:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-color-Null-Values-on-Pie-Donut-Chart/m-p/60521#M511147</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-06-05T22:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to color Null Values on Pie/Donut Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-color-Null-Values-on-Pie-Donut-Chart/m-p/60522#M511148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't share it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plain.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 22:13:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-color-Null-Values-on-Pie-Donut-Chart/m-p/60522#M511148</guid>
      <dc:creator>ltc</dc:creator>
      <dc:date>2018-06-05T22:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to color Null Values on Pie/Donut Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-color-Null-Values-on-Pie-Donut-Chart/m-p/60523#M511149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know what the problem is, but I don't know how to fix it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following expression under Data, Dimension:&lt;/P&gt;&lt;P&gt;=if(Len([CCaR User DD2875 Is Valid])=0,'Not Uploaded',[CCaR User DD2875 Is Valid])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what's causing the color expression to not work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 22:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-color-Null-Values-on-Pie-Donut-Chart/m-p/60523#M511149</guid>
      <dc:creator>ltc</dc:creator>
      <dc:date>2018-06-05T22:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to color Null Values on Pie/Donut Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-color-Null-Values-on-Pie-Donut-Chart/m-p/60524#M511150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, that's not the problem.&amp;nbsp; Because I am able to color the "No" portion of the donut with no problem&lt;/P&gt;&lt;P&gt;This expression does work:&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([CCaR User DD2875 Is Valid] = 'No', RGB(255,255,0))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 22:19:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-color-Null-Values-on-Pie-Donut-Chart/m-p/60524#M511150</guid>
      <dc:creator>ltc</dc:creator>
      <dc:date>2018-06-05T22:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to color Null Values on Pie/Donut Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-color-Null-Values-on-Pie-Donut-Chart/m-p/60525#M511151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not coloring the "Not Uploaded" value maybe because it's a Null value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 22:21:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-color-Null-Values-on-Pie-Donut-Chart/m-p/60525#M511151</guid>
      <dc:creator>ltc</dc:creator>
      <dc:date>2018-06-05T22:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to color Null Values on Pie/Donut Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-color-Null-Values-on-Pie-Donut-Chart/m-p/60526#M511152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure, i will have to create some dummy data then play around with it and get back. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2018 04:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-color-Null-Values-on-Pie-Donut-Chart/m-p/60526#M511152</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-06-06T04:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to color Null Values on Pie/Donut Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-color-Null-Values-on-Pie-Donut-Chart/m-p/60527#M511153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be you can use&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if( isnull(expn),yellow)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2018 04:46:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-color-Null-Values-on-Pie-Donut-Chart/m-p/60527#M511153</guid>
      <dc:creator>poojashribanger</dc:creator>
      <dc:date>2018-06-06T04:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to color Null Values on Pie/Donut Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-color-Null-Values-on-Pie-Donut-Chart/m-p/60528#M511154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;change your expression in dimension like&lt;/P&gt;&lt;P&gt;if(isnull(dimension),'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Not Uploaded&lt;/SPAN&gt;',dimension)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then colour by expression&lt;/P&gt;&lt;P&gt;it's working fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2018 05:15:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-color-Null-Values-on-Pie-Donut-Chart/m-p/60528#M511154</guid>
      <dc:creator>poojashribanger</dc:creator>
      <dc:date>2018-06-06T05:15:56Z</dc:date>
    </item>
  </channel>
</rss>

