<?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: Null Symbol in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Null-Symbol/m-p/1581992#M42536</link>
    <description>&lt;P&gt;I meant nulls for the measures&lt;/P&gt;&lt;P&gt;I'm not talking about dimensions but rather about a result of of an expression&lt;/P&gt;</description>
    <pubDate>Mon, 20 May 2019 07:03:25 GMT</pubDate>
    <dc:creator>ali_hijazi</dc:creator>
    <dc:date>2019-05-20T07:03:25Z</dc:date>
    <item>
      <title>Null Symbol</title>
      <link>https://community.qlik.com/t5/App-Development/Null-Symbol/m-p/1581977#M42533</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;I got a pivot table with 4 dimensions and 4 expressions&lt;/P&gt;&lt;P&gt;when no selections or when few selections are made a lot of cells show nulls and you know NULLS are displayed as &lt;STRONG&gt;-&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;is there a way to change this symbol to blank&lt;/P&gt;&lt;P&gt;this was doable in QlikView; is it doable in Qlik Sense?&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 06:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-Symbol/m-p/1581977#M42533</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2019-05-20T06:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Null Symbol</title>
      <link>https://community.qlik.com/t5/App-Development/Null-Symbol/m-p/1581987#M42534</link>
      <description>&lt;P&gt;Hi Ali,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try to build logic in script level Saying that if length is zero then replace Space.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 06:52:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-Symbol/m-p/1581987#M42534</guid>
      <dc:creator>nanda_challa</dc:creator>
      <dc:date>2019-05-20T06:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Null Symbol</title>
      <link>https://community.qlik.com/t5/App-Development/Null-Symbol/m-p/1581989#M42535</link>
      <description>&lt;P&gt;You can manage this by using NullAsValue for your desired fields.&lt;BR /&gt;&lt;BR /&gt;Add script similar to below before loading your data.&lt;BR /&gt;&lt;BR /&gt;NullAsValue FieldA, FieldB, FieldC, FieldD;&lt;BR /&gt;Set NullValue = ' ';&lt;BR /&gt;&lt;BR /&gt;Read more: &lt;A href="https://help.qlik.com/en-US/sense/February2019/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/NullAsValue.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/sense/February2019/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/NullAsValue.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 06:58:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-Symbol/m-p/1581989#M42535</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-05-20T06:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Null Symbol</title>
      <link>https://community.qlik.com/t5/App-Development/Null-Symbol/m-p/1581992#M42536</link>
      <description>&lt;P&gt;I meant nulls for the measures&lt;/P&gt;&lt;P&gt;I'm not talking about dimensions but rather about a result of of an expression&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 07:03:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-Symbol/m-p/1581992#M42536</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2019-05-20T07:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Null Symbol</title>
      <link>https://community.qlik.com/t5/App-Development/Null-Symbol/m-p/1581993#M42537</link>
      <description>&lt;P&gt;it only works when the result of the expression is zero but not when null&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 07:04:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-Symbol/m-p/1581993#M42537</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2019-05-20T07:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Null Symbol</title>
      <link>https://community.qlik.com/t5/App-Development/Null-Symbol/m-p/1582510#M42590</link>
      <description>Maybe the alt() function can meet your needs.&lt;BR /&gt;&lt;BR /&gt;=ALT(sum(measure), ' ')&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/sense/April2019/Subsystems/Hub/Content/Sense_Hub/Scripting/ConditionalFunctions/alt.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/April2019/Subsystems/Hub/Content/Sense_Hub/Scripting/ConditionalFunctions/alt.htm&lt;/A&gt;</description>
      <pubDate>Tue, 21 May 2019 06:32:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-Symbol/m-p/1582510#M42590</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-05-21T06:32:11Z</dc:date>
    </item>
  </channel>
</rss>

