<?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 Hi Everyone, in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hi-Everyone/m-p/1122626#M904268</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a problem. I have an existing application which I maintain and needed to&amp;nbsp; changed Data source from a bunch of flat files to SQL because of the refresh time. I have changed the syntax to work with SQL&amp;nbsp; and all the Data is coming in perfectly well compared to the flat files. The issue now is that one of the date field has null values and where ever there is an expression the null values get truncated which affect the entire report.&lt;/P&gt;&lt;P&gt;What do I do in this case. this report has 13 sheets with all types of chart but the table box seem to be showing the null values because there is no expression like you know.&lt;/P&gt;&lt;P&gt;Please, help my job is at stalk here. Thanks you all in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Hi Everyone,</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-Everyone/m-p/1122626#M904268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a problem. I have an existing application which I maintain and needed to&amp;nbsp; changed Data source from a bunch of flat files to SQL because of the refresh time. I have changed the syntax to work with SQL&amp;nbsp; and all the Data is coming in perfectly well compared to the flat files. The issue now is that one of the date field has null values and where ever there is an expression the null values get truncated which affect the entire report.&lt;/P&gt;&lt;P&gt;What do I do in this case. this report has 13 sheets with all types of chart but the table box seem to be showing the null values because there is no expression like you know.&lt;/P&gt;&lt;P&gt;Please, help my job is at stalk here. Thanks you all in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-Everyone/m-p/1122626#M904268</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Everyone,</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-Everyone/m-p/1122627#M904269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to replace null values for the field with a character like 'space' or '_' or '-' etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the below function while loading the data from SQL.&lt;/P&gt;&lt;P&gt;SQL:&lt;/P&gt;&lt;P&gt;NVL(expr1,expr2) function:&lt;/P&gt;&lt;P&gt;If expr1 is null, then NVL returns expr2. If expr1 is not null, then NVL returns expr1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikequivalent:&lt;/P&gt;&lt;P&gt;if(isnull(expr1),'_',exp1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try replacing exp2 with a character like '_' or '-' as Null() substitution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 21:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-Everyone/m-p/1122627#M904269</guid>
      <dc:creator>vikramv</dc:creator>
      <dc:date>2016-07-08T21:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Everyone,</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-Everyone/m-p/1122628#M904270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A very common approach to do further transformations to sql queries is the use of &lt;A href="https://community.qlik.com/qlik-blogpost/2972"&gt;Preceding Load&lt;/A&gt; and I think also this: &lt;A href="https://community.qlik.com/docs/DOC-3155"&gt;NULL handling in QlikView&lt;/A&gt; will be very helpful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jul 2016 05:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-Everyone/m-p/1122628#M904270</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-07-10T05:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Everyone,</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-Everyone/m-p/1122629#M904271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried your suggestion, it only converted my entire fields to Null. I have isnull function on the sql and it is handling all my nulls. That is because table box and list box is showing all the nulls but anytime I have an expression with all chart types, it truncates the null values on the date field thereby making my calculations incorrect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone come across this same issue? I need help. is an existing application that I just had to change the data source and I am not supposed to be having such issues since the front end is supposed to be the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 20:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-Everyone/m-p/1122629#M904271</guid>
      <dc:creator />
      <dc:date>2016-07-12T20:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Hi Everyone,</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-Everyone/m-p/1122630#M904272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use -&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(len(trim(field))=0, ... , ...)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to check the null value in the script!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 03:10:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-Everyone/m-p/1122630#M904272</guid>
      <dc:creator />
      <dc:date>2016-07-13T03:10:38Z</dc:date>
    </item>
  </channel>
</rss>

