<?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: Update value for Blank cells in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Update-value-for-Blank-cells/m-p/1133440#M627714</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Why not do your check If(len(B)=0,0,B) as B in the initial load then you won't need to do a resident load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Aug 2016 13:55:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-18T13:55:45Z</dc:date>
    <item>
      <title>Update value for Blank cells</title>
      <link>https://community.qlik.com/t5/QlikView/Update-value-for-Blank-cells/m-p/1133439#M627713</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;I have table as below and would like update blank cells in B to 0 (zero) for row 2,5,6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TabA:&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 128px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="64"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" style="border-top: none;"&gt;4&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;400&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" style="border-top: none;"&gt;5&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" style="border-top: none;"&gt;6&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" style="border-top: none;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;700&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i know the below script to replace value.&amp;nbsp; is there any other ways to replace value for table without full resident load again especially with joins or something in script&lt;/P&gt;&lt;P&gt;TabB:&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;If(len(B)=0,0,B) as B&lt;/P&gt;&lt;P&gt;resident TabA;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Ramu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 13:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-value-for-Blank-cells/m-p/1133439#M627713</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-18T13:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Update value for Blank cells</title>
      <link>https://community.qlik.com/t5/QlikView/Update-value-for-Blank-cells/m-p/1133440#M627714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Why not do your check If(len(B)=0,0,B) as B in the initial load then you won't need to do a resident load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 13:55:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-value-for-Blank-cells/m-p/1133440#M627714</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-18T13:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Update value for Blank cells</title>
      <link>https://community.qlik.com/t5/QlikView/Update-value-for-Blank-cells/m-p/1133441#M627716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use in this case: IsNull-Function or as @Brian Copple said, you can use if(len(B)=0,0,B) without resident load&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 13:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-value-for-Blank-cells/m-p/1133441#M627716</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2016-08-18T13:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Update value for Blank cells</title>
      <link>https://community.qlik.com/t5/QlikView/Update-value-for-Blank-cells/m-p/1133442#M627718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting above table result after did some joins There is any other way to do that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 13:58:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-value-for-Blank-cells/m-p/1133442#M627718</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-18T13:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Update value for Blank cells</title>
      <link>https://community.qlik.com/t5/QlikView/Update-value-for-Blank-cells/m-p/1133443#M627720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramu&lt;/P&gt;&lt;P&gt;It may help if you can share your app or some more info to your requirements. Are you joining columns A &amp;amp; B in your example from different tables? If so you should still be able to test for blanks in your column B in the initial load. Maybe I'm not understanding your problem correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 14:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-value-for-Blank-cells/m-p/1133443#M627720</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-18T14:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Update value for Blank cells</title>
      <link>https://community.qlik.com/t5/QlikView/Update-value-for-Blank-cells/m-p/1133444#M627722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you show us those Join script you have that is populating this result table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 14:02:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-value-for-Blank-cells/m-p/1133444#M627722</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-08-18T14:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Update value for Blank cells</title>
      <link>https://community.qlik.com/t5/QlikView/Update-value-for-Blank-cells/m-p/1133445#M627724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In&amp;nbsp; a table box that isn't possible, but in a straight table it is. You need a way to write the expression and table box doesn't include that. In a straight table use A as dimension and then your expression as expression. On Presentation tab uncheck Suppress Zero-Values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 14:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-value-for-Blank-cells/m-p/1133445#M627724</guid>
      <dc:creator>johnca</dc:creator>
      <dc:date>2016-08-18T14:04:56Z</dc:date>
    </item>
  </channel>
</rss>

