<?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: To sum up Value only those where its  Null in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/To-sum-up-Value-only-those-where-its-Null/m-p/1757404#M58451</link>
    <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/110549"&gt;@Applicable88&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Try like below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If(isnull(ProfitNO) or Len(Trim(ProfitNO))=0, 'NEWNAME', ProfitNO) as FieldName&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Oct 2020 16:15:58 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2020-10-30T16:15:58Z</dc:date>
    <item>
      <title>To sum up Value only those where its  Null</title>
      <link>https://community.qlik.com/t5/App-Development/To-sum-up-Value-only-those-where-its-Null/m-p/1757383#M58447</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have two tables associated via Datamanager.&lt;/P&gt;&lt;P&gt;I want to sum up a value with following condition:&lt;/P&gt;&lt;P&gt;sum({1&amp;lt;Month1={"$(=Num(Month(Today())))"},Year1={"$(=year(Today()))"}&amp;gt;}[Sales])&lt;/P&gt;&lt;P&gt;I want to add one more condition: only where its Null()&lt;/P&gt;&lt;P&gt;So I tried this:&lt;/P&gt;&lt;P&gt;sum({1&amp;lt;Month1={"$(=Num(Month(Today())))"},Year1={"$(=year(Today()))"},ProfitNO={"Null()"}&amp;gt;}[Sales])&lt;/P&gt;&lt;P&gt;or this:&lt;/P&gt;&lt;P&gt;sum({1&amp;lt;Month1={"$(=Num(Month(Today())))"},Year1={"$(=year(Today()))"},isNull(ProfitNO)}&amp;gt;}[Sales])&lt;/P&gt;&lt;P&gt;I also try to give those fields where its null a new name in the load script so I can make simpler set expression:&lt;/P&gt;&lt;P&gt;is(isnull(ProfitNO), 'NEWNAME', ProfitNO)&lt;/P&gt;&lt;P&gt;But it still shows me all value as&amp;nbsp; "-"&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope someone has an idea.&lt;/P&gt;&lt;P&gt;Thank you very much in advance.&lt;/P&gt;&lt;P&gt;Best.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2020 15:22:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/To-sum-up-Value-only-those-where-its-Null/m-p/1757383#M58447</guid>
      <dc:creator>Applicable88</dc:creator>
      <dc:date>2020-10-30T15:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: To sum up Value only those where its  Null</title>
      <link>https://community.qlik.com/t5/App-Development/To-sum-up-Value-only-those-where-its-Null/m-p/1757390#M58448</link>
      <description>&lt;P&gt;instead of isnull try len(ProfitNO)=0&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2020 15:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/To-sum-up-Value-only-those-where-its-Null/m-p/1757390#M58448</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2020-10-30T15:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: To sum up Value only those where its  Null</title>
      <link>https://community.qlik.com/t5/App-Development/To-sum-up-Value-only-those-where-its-Null/m-p/1757404#M58451</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/110549"&gt;@Applicable88&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Try like below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If(isnull(ProfitNO) or Len(Trim(ProfitNO))=0, 'NEWNAME', ProfitNO) as FieldName&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2020 16:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/To-sum-up-Value-only-those-where-its-Null/m-p/1757404#M58451</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-10-30T16:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: To sum up Value only those where its  Null</title>
      <link>https://community.qlik.com/t5/App-Development/To-sum-up-Value-only-those-where-its-Null/m-p/1757450#M58464</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935"&gt;@MayilVahanan&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49412"&gt;@dplr-rn&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;thank you very so far. I tried both not working.&lt;/P&gt;&lt;P&gt;But after I used "nullcount()=0" in a set expression it works out. Can you explain why len(trim)) and isNull not returning the same?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you .&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2020 22:33:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/To-sum-up-Value-only-those-where-its-Null/m-p/1757450#M58464</guid>
      <dc:creator>Applicable88</dc:creator>
      <dc:date>2020-10-30T22:33:23Z</dc:date>
    </item>
  </channel>
</rss>

