<?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: Replacing Null/Missing with Numeric zero for 2 dimentions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702547#M673861</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(isnull([TotalRevenue]),0,sum([TotalRevenue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this and adjust the brackets accordingly and let me know if this works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Aug 2014 06:49:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-08-02T06:49:11Z</dc:date>
    <item>
      <title>Replacing Null/Missing with Numeric zero for 2 dimentions</title>
      <link>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702544#M673858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I have a pivot table with one vertical dimension and one horizontal dimension. There is a situation where a specific combination of&lt;/P&gt;&lt;P&gt;dimensional values is not represented in the data but still has a cell in the pivot table. Both&lt;/P&gt;&lt;P&gt;dimensional fields exists in the same data model table. Hence, i am getting &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;type of missing values with just one data model table and two dimensional fields. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;look at the example below:-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;IMG __jive_id="63600" alt="missing.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/63600_missing.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In the example shown in the picture, there are amounts for all quarters in 2011 but not for Q3 and&lt;/P&gt;&lt;P&gt;Q4 2012. When the pivot table is calculated, an algorithm loops over all records in the database.&lt;/P&gt;&lt;P&gt;Since there are no data records for the last two quarters, the consequence is that the expression is&lt;/P&gt;&lt;P&gt;never calculated for these cells (middle and rightmost tables).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way if i could replace the MISSING(-) values with Numeric 0? May be through set analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Aug 2014 06:26:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702544#M673858</guid>
      <dc:creator />
      <dc:date>2014-08-02T06:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing Null/Missing with Numeric zero for 2 dimentions</title>
      <link>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702545#M673859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Properties-&amp;gt;Presentation-&amp;gt;Missing Symbol(change to Zero)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this doesn't work send me the expression you have used.we will change that to display zero&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Aug 2014 06:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702545#M673859</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-02T06:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing Null/Missing with Numeric zero for 2 dimentions</title>
      <link>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702546#M673860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks for your response, but you know i have already tried it. Its does change missing values to 0 but still i am not able to perform any calculations on that(because this 0 is being treated as Character string), what i need here is Numeric String. I am pasting my expression below.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(sum([TotalRevenue])='',0,&amp;nbsp; sum([TotalRevenue]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Later there is a need to change this pivot to BAR char&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Aug 2014 06:43:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702546#M673860</guid>
      <dc:creator />
      <dc:date>2014-08-02T06:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing Null/Missing with Numeric zero for 2 dimentions</title>
      <link>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702547#M673861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(isnull([TotalRevenue]),0,sum([TotalRevenue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this and adjust the brackets accordingly and let me know if this works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Aug 2014 06:49:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702547#M673861</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-02T06:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing Null/Missing with Numeric zero for 2 dimentions</title>
      <link>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702548#M673862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still it is not working &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Aug 2014 07:16:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702548#M673862</guid>
      <dc:creator />
      <dc:date>2014-08-02T07:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing Null/Missing with Numeric zero for 2 dimentions</title>
      <link>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702549#M673863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you send me the sample application with the issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Aug 2014 07:22:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702549#M673863</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-02T07:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing Null/Missing with Numeric zero for 2 dimentions</title>
      <link>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702550#M673864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There you are, Thank you very much for spending time on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Aug 2014 07:41:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702550#M673864</guid>
      <dc:creator />
      <dc:date>2014-08-02T07:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Replacing Null/Missing with Numeric zero for 2 dimentions</title>
      <link>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702551#M673865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Jebamalai said, it is giving answer when you are Missing Symbol with 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the Attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Aug 2014 07:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702551#M673865</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-08-02T07:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing Null/Missing with Numeric zero for 2 dimentions</title>
      <link>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702552#M673866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for giving it a try, but i have tried this already. in your solution 0 is appearing as character string so i cannot perform any calculations using this.. I need to have numeric 0. I need to divide each column by Row totals.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Aug 2014 08:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702552#M673866</guid>
      <dc:creator />
      <dc:date>2014-08-02T08:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Replacing Null/Missing with Numeric zero for 2 dimentions</title>
      <link>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702553#M673867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you are.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Aug 2014 08:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702553#M673867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-02T08:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing Null/Missing with Numeric zero for 2 dimentions</title>
      <link>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702554#M673868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jeba,&lt;/P&gt;&lt;P&gt;Thanks a lot, this is working file. However i am facing a new problem when i am converting the Pivot into Bar chart. Few Per Int are missing from the graph. Could you possibly have a look at this last piece and help me with the solution? Thank you very much again. you are genius.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Aug 2014 10:46:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702554#M673868</guid>
      <dc:creator />
      <dc:date>2014-08-02T10:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Replacing Null/Missing with Numeric zero for 2 dimentions</title>
      <link>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702555#M673869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;Not sure if this is what you were looking for.&lt;/P&gt;&lt;P&gt;Let me know if this doesn't met your requirement&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Jeba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Aug 2014 10:57:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702555#M673869</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-02T10:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Replacing Null/Missing with Numeric zero for 2 dimentions</title>
      <link>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702556#M673870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove Cohort Group from the Dimesion.&lt;/P&gt;&lt;P&gt;Only use Per Int in the Dimension.&lt;/P&gt;&lt;P&gt;It will give you the desired Result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the Attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Aug 2014 11:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702556#M673870</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-08-02T11:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing Null/Missing with Numeric zero for 2 dimentions</title>
      <link>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702557#M673871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun&lt;/P&gt;&lt;P&gt;In excel you can do calculations on the numbers represented as text.&amp;nbsp; I am sure qlikview would let you do this as well&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Missing Symbol replaced with 0.GIF.gif" class="jive-image" src="/legacyfs/online/63613_Missing Symbol replaced with 0.GIF.gif" style="width: 620px; height: 64px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks n regards&lt;/P&gt;&lt;P&gt;Padma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Aug 2014 11:22:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702557#M673871</guid>
      <dc:creator>qlikoqlik</dc:creator>
      <dc:date>2014-08-02T11:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing Null/Missing with Numeric zero for 2 dimentions</title>
      <link>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702558#M673872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeba,&lt;/P&gt;&lt;P&gt;Now the bar graph is showing all the Per Int, but if you compare the 20-25 per int of Bar graph vs above pivot, the above pivot has -18%, but if you look graph for the same Pet Int it is showing nothing. Please let me know if you have any questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Aug 2014 11:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702558#M673872</guid>
      <dc:creator />
      <dc:date>2014-08-02T11:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing Null/Missing with Numeric zero for 2 dimentions</title>
      <link>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702559#M673874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to use the second dimension because i need to compare the performance of different Cohorts with each other. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Aug 2014 11:41:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702559#M673874</guid>
      <dc:creator />
      <dc:date>2014-08-02T11:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Replacing Null/Missing with Numeric zero for 2 dimentions</title>
      <link>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702560#M673876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just by simply removing the Cohort Group from the dimension, it will give you the Correct Answer for every Bucket. eg for 20-25, it is giving -18% at both places.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Aug 2014 11:41:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replacing-Null-Missing-with-Numeric-zero-for-2-dimentions/m-p/702560#M673876</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-08-02T11:41:58Z</dc:date>
    </item>
  </channel>
</rss>

