<?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 Colors to Null symbol '-' in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Colors-to-Null-symbol/m-p/1995848#M82448</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sra1bandi_0-1666541720478.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/91964i27A2BB662113E88F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sra1bandi_0-1666541720478.png" alt="Sra1bandi_0-1666541720478.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;In normal Table Need to fill colors in the&amp;nbsp; cell '-',.&lt;/P&gt;
&lt;P&gt;i am using expression :-&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;If(not IsNull([Your Field]), [Your Field], ' ')&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;with above function i am getting colors in empty cell but i am not getting color with the symbol in the cell '-'&lt;/P&gt;
&lt;P&gt;How to fill&amp;nbsp; colors for the values '-' in the table?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sra1.&lt;/P&gt;</description>
    <pubDate>Sun, 23 Oct 2022 16:21:48 GMT</pubDate>
    <dc:creator>Sra1bandi</dc:creator>
    <dc:date>2022-10-23T16:21:48Z</dc:date>
    <item>
      <title>Colors to Null symbol '-'</title>
      <link>https://community.qlik.com/t5/App-Development/Colors-to-Null-symbol/m-p/1995848#M82448</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sra1bandi_0-1666541720478.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/91964i27A2BB662113E88F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sra1bandi_0-1666541720478.png" alt="Sra1bandi_0-1666541720478.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;In normal Table Need to fill colors in the&amp;nbsp; cell '-',.&lt;/P&gt;
&lt;P&gt;i am using expression :-&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;If(not IsNull([Your Field]), [Your Field], ' ')&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;with above function i am getting colors in empty cell but i am not getting color with the symbol in the cell '-'&lt;/P&gt;
&lt;P&gt;How to fill&amp;nbsp; colors for the values '-' in the table?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sra1.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Oct 2022 16:21:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colors-to-Null-symbol/m-p/1995848#M82448</guid>
      <dc:creator>Sra1bandi</dc:creator>
      <dc:date>2022-10-23T16:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Colors to Null symbol '-'</title>
      <link>https://community.qlik.com/t5/App-Development/Colors-to-Null-symbol/m-p/1995855#M82451</link>
      <description>&lt;P&gt;If the NULLs come from the load script, then you can use the NullAsValue and NullValue like below&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;NullAsValue Phone;
Set NullValue = '-';

LOAD
    CustomerID,
    Name_CStmr,
    Phone
FROM [lib://ssdd/Customer - nulls.xlsx]
(ooxml, embedded labels, table is Customer);&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then you can use it as usual in the table&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="null_as_vallues.jpg" style="width: 763px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/91966i7100E68ADB76880A/image-size/large?v=v2&amp;amp;px=999" role="button" title="null_as_vallues.jpg" alt="null_as_vallues.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the NULLs are generated on the fly, the "Background color expression" has no effect. The check happens before the NULL generation&lt;/P&gt;</description>
      <pubDate>Sun, 23 Oct 2022 17:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colors-to-Null-symbol/m-p/1995855#M82451</guid>
      <dc:creator>ckarras22</dc:creator>
      <dc:date>2022-10-23T17:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Colors to Null symbol '-'</title>
      <link>https://community.qlik.com/t5/App-Development/Colors-to-Null-symbol/m-p/1995910#M82460</link>
      <description>&lt;P&gt;Hi Ckarras,&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&lt;/P&gt;
&lt;P&gt;I am used that also still it's not getting.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2022 04:12:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colors-to-Null-symbol/m-p/1995910#M82460</guid>
      <dc:creator>Sra1bandi</dc:creator>
      <dc:date>2022-10-24T04:12:43Z</dc:date>
    </item>
  </channel>
</rss>

