<?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: Selecting NULL in chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Selecting-NULL-in-chart/m-p/1409881#M33082</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan, thank you for the reply.&amp;nbsp; Yes, very good!&amp;nbsp; The only downside is that with the statements in the load it eliminates the optimized load of the .qvd file but that may be the price that has to be paid in order to get the functionality.&amp;nbsp; Thanks for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Sep 2017 20:09:05 GMT</pubDate>
    <dc:creator>wayne-a</dc:creator>
    <dc:date>2017-09-13T20:09:05Z</dc:date>
    <item>
      <title>Selecting NULL in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Selecting-NULL-in-chart/m-p/1409876#M33077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have chart built from two .qvd files.&amp;nbsp; It results in one of the bars holding the NULL values which shows great but it can't be selected to filter on in order to see the detail and that may be the most interesting information that the user would want to see.&lt;/P&gt;&lt;P&gt;I have to .qvd files of information.&lt;/P&gt;&lt;P&gt;File 1 - Company&lt;/P&gt;&lt;P&gt;Tester_ID &lt;/P&gt;&lt;P&gt;Company&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File 2 - Tests&lt;/P&gt;&lt;P&gt;Order_Number&lt;/P&gt;&lt;P&gt;TestID&lt;/P&gt;&lt;P&gt;&amp;lt;other test detail&amp;gt;&lt;/P&gt;&lt;P&gt;Tester_ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the data manager the association for Tester_ID was made so that the two tables are joined.&amp;nbsp; In the bar chart I'm showing the testing broken out by company.&amp;nbsp; There are some tests that have a Tester_ID not in the company file so these result in the null values.&amp;nbsp; I've tried a few things in the load script (NullAsValue, a resident load) to give the nulls a value but none of them work.&amp;nbsp; The best I could come up with was to load the company file first and then have a statement like this to set an additional field.&lt;/P&gt;&lt;P&gt;If(Exists(Tester_ID),'Yes','No') as [Has_Company]&lt;/P&gt;&lt;P&gt;I can then filter on this to get the rows that don't have a company but I really want the value in the bar chart to be selected.&amp;nbsp; Thanks in advance for any help or insight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="NullChart.JPG" class="jive-image image-1" height="329" src="https://community.qlik.com/legacyfs/online/176473_NullChart.JPG" style="height: 329px; width: 422.689px;" width="423" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 18:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Selecting-NULL-in-chart/m-p/1409876#M33077</guid>
      <dc:creator>wayne-a</dc:creator>
      <dc:date>2017-09-13T18:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting NULL in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Selecting-NULL-in-chart/m-p/1409877#M33078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All these things you have tried thus far will have to be done after the two tables have joined? Have you tried doing that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 19:10:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Selecting-NULL-in-chart/m-p/1409877#M33078</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-13T19:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting NULL in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Selecting-NULL-in-chart/m-p/1409878#M33079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh it seems that you are not explicitly joining the two tables, is that correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 19:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Selecting-NULL-in-chart/m-p/1409878#M33079</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-13T19:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting NULL in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Selecting-NULL-in-chart/m-p/1409879#M33080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Company:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Tester_ID,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Company&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM ...;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Concatenate (Company)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Tester_ID, Company&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Unknown, Unknown&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Tests:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Order_Number,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TestID,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;lt;other test detail&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Tester_ID as Original_Tester_ID,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;If(Exists(Tester_ID),Tester_ID,'Unknown') as Tester_ID,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FROM ...;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 19:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Selecting-NULL-in-chart/m-p/1409879#M33080</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-09-13T19:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting NULL in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Selecting-NULL-in-chart/m-p/1409880#M33081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, thank you for the reply.&amp;nbsp; Yes, I don't have an explicit join statement in the load script.&amp;nbsp; I'm letting Qlik Sense make the connections and verified them in the data manager.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 19:45:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Selecting-NULL-in-chart/m-p/1409880#M33081</guid>
      <dc:creator>wayne-a</dc:creator>
      <dc:date>2017-09-13T19:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting NULL in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Selecting-NULL-in-chart/m-p/1409881#M33082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan, thank you for the reply.&amp;nbsp; Yes, very good!&amp;nbsp; The only downside is that with the statements in the load it eliminates the optimized load of the .qvd file but that may be the price that has to be paid in order to get the functionality.&amp;nbsp; Thanks for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 20:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Selecting-NULL-in-chart/m-p/1409881#M33082</guid>
      <dc:creator>wayne-a</dc:creator>
      <dc:date>2017-09-13T20:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting NULL in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Selecting-NULL-in-chart/m-p/1409882#M33083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are only interested to select the testers that aren't part of a company, select all companies, then &lt;EM&gt;select excluded&amp;nbsp; &lt;/EM&gt;from the tester filter pane.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 20:36:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Selecting-NULL-in-chart/m-p/1409882#M33083</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-09-13T20:36:43Z</dc:date>
    </item>
  </channel>
</rss>

