<?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 Joins in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Joins/m-p/296917#M110152</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;I agree with you.But after storing the data in the QlikView table u should be able to handle it. Since all the data will be in a single table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please correct me if i am wrong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 May 2011 07:13:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-05-13T07:13:59Z</dc:date>
    <item>
      <title>Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Joins/m-p/296908#M110143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During the outer join for the rows which does not have the mtaching rows are displayed as '-' . i want to replace - with 0. i tried with if condition as below &lt;/P&gt;&lt;P&gt;but it is not working .please suggest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(a='-' ,0 ,a ) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 04:18:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joins/m-p/296908#M110143</guid>
      <dc:creator />
      <dc:date>2011-05-13T04:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Joins/m-p/296909#M110144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The '-' is not actually a '-' it is a null value. The '-' is the default product of a null value. If you don't need it for math reasons you can just change the properties of the table to display '0' instead of '-'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use whatever null expression you want to and replace with '0'.... IF( ISNULL(a),0,a) or something similar. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿&lt;IMG alt="Null Image.bmp" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/4256_Null+Image.bmp" width="450" /&gt;&lt;/P&gt;&lt;P&gt;This image is if you want it to just show '0' and not actually be '0' (Saves memory if you are working with a lot of records - in one of my apps we had 1M+ records but a field was only populated for about 30k of them. We used this method rather than allocating a '0' value to the other 970,000 records)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 04:38:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joins/m-p/296909#M110144</guid>
      <dc:creator />
      <dc:date>2011-05-13T04:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Joins/m-p/296910#M110145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response i am trying at the Script level. And i havce tried the NUllasvalue, set null interpret but it is not working. I am loading the data from excel. Please suggest&amp;nbsp; solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp; But i noticed if i am chooing the option to not to display null values and the rows which has '-' is not displayed but at script level it is not working Why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 04:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joins/m-p/296910#M110145</guid>
      <dc:creator />
      <dc:date>2011-05-13T04:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Joins/m-p/296911#M110146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The exact code we use at the script for one of our applications is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If( IsNull( [Field A]),'0',[Field A]) AS [Field A],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the display of Null Values, this will only suppress Null values in the dimension you select it for, not the line items attributed to it. If you want to suppress lines with null or 0 values, go to the presenation tab and select 'Suppress Zero Values'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps if you can load a sample QVW if you have further trouble.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 05:04:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joins/m-p/296911#M110146</guid>
      <dc:creator />
      <dc:date>2011-05-13T05:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Joins/m-p/296912#M110147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you tried to use in script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET NullValue='0';&lt;/P&gt;&lt;P&gt;NullAsValue a;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 05:34:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joins/m-p/296912#M110147</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-05-13T05:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Joins/m-p/296913#M110148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; yes ralf i have tried&lt;/P&gt;&lt;P&gt;Since i am connecting to excel through table file&amp;nbsp; Set NullValue will not work but still itried that .&lt;/P&gt;&lt;P&gt; Nullinterpret is working but not for all values some of are displaying correctly but some of them are not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 05:46:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joins/m-p/296913#M110148</guid>
      <dc:creator />
      <dc:date>2011-05-13T05:46:44Z</dc:date>
    </item>
    <item>
      <title>Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Joins/m-p/296914#M110149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; For the Full Outer join it is not working properly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 06:00:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joins/m-p/296914#M110149</guid>
      <dc:creator />
      <dc:date>2011-05-13T06:00:53Z</dc:date>
    </item>
    <item>
      <title>Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Joins/m-p/296915#M110150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scramble the data and load a sample qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 06:03:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joins/m-p/296915#M110150</guid>
      <dc:creator />
      <dc:date>2011-05-13T06:03:03Z</dc:date>
    </item>
    <item>
      <title>Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Joins/m-p/296916#M110151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two possibilities as per your situation.&lt;/P&gt;&lt;P&gt;1. Null values in the source - In this case you can&amp;nbsp; replace the null values in the script level.&lt;/P&gt;&lt;P&gt;2. Null values in the presentation layer -&amp;nbsp; This happens when you use columns from 2 qlikview tables in the presentation layer. in the background, qlikview outerjoins these tables and if there are no matching values for the joining column, values will be displayed with null ('-'). In this case you canont handle this in the script level. You have to handle this in the presentation layer itself by changing the default value for null from '-' to 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 06:29:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joins/m-p/296916#M110151</guid>
      <dc:creator />
      <dc:date>2011-05-13T06:29:57Z</dc:date>
    </item>
    <item>
      <title>Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Joins/m-p/296917#M110152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;I agree with you.But after storing the data in the QlikView table u should be able to handle it. Since all the data will be in a single table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please correct me if i am wrong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 07:13:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joins/m-p/296917#M110152</guid>
      <dc:creator />
      <dc:date>2011-05-13T07:13:59Z</dc:date>
    </item>
    <item>
      <title>Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Joins/m-p/296918#M110153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; If I assume that you are having 2 qlikview tables A and B, adn you are if you are replacing null values in the edit script, you will not&amp;nbsp; have null values after loading data into qlikview. And if Qlikview is doing an outerjoin for presenting the data for you in an object, there can still be null values represented by '-' if there are mismatching records as per the joining column. These null values you can only handle as per the reply above by &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/kizzakiz" id="jive-26569639276317294585" onmouseout="" onmouseover=""&gt;Kieran Boyce&lt;/A&gt; with screenshot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 08:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joins/m-p/296918#M110153</guid>
      <dc:creator />
      <dc:date>2011-05-13T08:27:11Z</dc:date>
    </item>
    <item>
      <title>Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Joins/m-p/296919#M110154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks for everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Yes i was doing outerjoin and the missing values were need to converted to 0 and do the aggregation,&lt;/P&gt;&lt;P&gt;So i used the same if condition in the resident table and it is working fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 10:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joins/m-p/296919#M110154</guid>
      <dc:creator />
      <dc:date>2011-05-13T10:10:40Z</dc:date>
    </item>
    <item>
      <title>Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Joins/m-p/296920#M110155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The IsNull fonction is not always working properly.&lt;/P&gt;&lt;P&gt;I suggest you to use this instead directly in the laod of your data:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If( len(trim([Field A]))=0,'0',[Field A]) AS [Field A],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Stéphane&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 11:00:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joins/m-p/296920#M110155</guid>
      <dc:creator>schivet</dc:creator>
      <dc:date>2011-05-13T11:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Joins</title>
      <link>https://community.qlik.com/t5/QlikView/Joins/m-p/296921#M110156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have word on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Such NULL check conditions should handle while pulling the data into Qlik View Data files from DB. I mean while we firing queries on Database. Try to make optimized code @ Qlikview data model layer which give super performance. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this may help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sanket&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 08:58:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joins/m-p/296921#M110156</guid>
      <dc:creator>sanketkhunte</dc:creator>
      <dc:date>2013-12-18T08:58:35Z</dc:date>
    </item>
  </channel>
</rss>

