<?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 value error in chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Null-value-error-in-chart/m-p/1974151#M80352</link>
    <description>&lt;P&gt;It would be useful to see what you're getting and what is expected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Aug 2022 09:12:58 GMT</pubDate>
    <dc:creator>BrunPierre</dc:creator>
    <dc:date>2022-08-29T09:12:58Z</dc:date>
    <item>
      <title>Null value error in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Null-value-error-in-chart/m-p/1974050#M80347</link>
      <description>&lt;P&gt;There are 4 filters&lt;BR /&gt;BG &amp;gt;&amp;gt; IOU &amp;gt;&amp;gt; Sub IOU &amp;gt;&amp;gt; Group Client&lt;BR /&gt;for some of the IOUs, there is no BG name and for some of the sub IOUs there is no IOU name and BG name&lt;BR /&gt;So in the Load script I have included&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if(BG='','Others',BG) as BG,&lt;BR /&gt;&lt;SPAN&gt;if("IOU_NAME"='','Others',"IOU_NAME") as&amp;nbsp;&amp;nbsp;"IOU_NAME"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is a barchart, with dropdown as dimension and some respective measure&lt;BR /&gt;If we selecting any IOU in the filter where there is no BG name, it is drilling up to BG and showing with Others in x-axis and showing the value but it has to drill down to sub IOU level, similar case with sub IOU&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 06:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-value-error-in-chart/m-p/1974050#M80347</guid>
      <dc:creator>Chandra_Shekar</dc:creator>
      <dc:date>2022-08-29T06:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Null value error in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Null-value-error-in-chart/m-p/1974123#M80350</link>
      <description>&lt;P&gt;Do you get all the string values when you display IOU_NAME for instance in a List Box?&lt;/P&gt;
&lt;P&gt;If not, It may well be that they are not actually null but spaces among others, so I'd suggest you use these combinations.&lt;/P&gt;
&lt;P&gt;IF(Len(trim(BG))= 0 or BG=' ' or BG='-', 'Others',&lt;/P&gt;
&lt;P&gt;IF(Len(trim(IOU_NAME))= 0 or IOU_NAME=' ' or IOU_NAME='-',' Others',IOU_NAME )) as IOU_NAME&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 08:49:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-value-error-in-chart/m-p/1974123#M80350</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2022-08-29T08:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Null value error in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Null-value-error-in-chart/m-p/1974137#M80351</link>
      <description>&lt;P&gt;Actually ,It has to be drill down to next level.. like if we select IOU where this IOU doesnot have BG name, it has to drill down to sub IOU but it is coming back to BG&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 08:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-value-error-in-chart/m-p/1974137#M80351</guid>
      <dc:creator>Chandra_Shekar</dc:creator>
      <dc:date>2022-08-29T08:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Null value error in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Null-value-error-in-chart/m-p/1974151#M80352</link>
      <description>&lt;P&gt;It would be useful to see what you're getting and what is expected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 09:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-value-error-in-chart/m-p/1974151#M80352</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2022-08-29T09:12:58Z</dc:date>
    </item>
  </channel>
</rss>

