<?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: FILLING BLANK CELL in Qlik Learning Discussions</title>
    <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/FILLING-BLANK-CELL/m-p/822580#M2907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u show me how...&lt;/P&gt;&lt;P&gt;the row table like attached above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am a newbee &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Nov 2014 08:37:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-26T08:37:34Z</dc:date>
    <item>
      <title>FILLING BLANK CELL</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/FILLING-BLANK-CELL/m-p/822576#M2903</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 raw data table, but not all the cell filled&lt;/P&gt;&lt;P&gt;if i want to load the table in qlikview but the cell being filled with the data abve the column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample raw table &amp;amp; result expected attached (2 sheet)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what should i do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 07:40:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/FILLING-BLANK-CELL/m-p/822576#M2903</guid>
      <dc:creator />
      <dc:date>2014-11-26T07:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: FILLING BLANK CELL</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/FILLING-BLANK-CELL/m-p/822577#M2904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no attach but try this:&lt;/P&gt;&lt;P&gt;if the field you want to be filled with the previous value is myField then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;if(isnull(myField) or trim(myField)='', previous(myField), myField)&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;resident myTable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 07:45:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/FILLING-BLANK-CELL/m-p/822577#M2904</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-11-26T07:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: FILLING BLANK CELL</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/FILLING-BLANK-CELL/m-p/822578#M2905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oops,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have tried your solution above...&lt;/P&gt;&lt;P&gt;the result only fill the first blank row wtih the previous value.&lt;/P&gt;&lt;P&gt;when going to the next blank row, it still remain blank because the previous one is null also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my data have more than one blank row... all the blank row should be filled with the last filled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 08:26:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/FILLING-BLANK-CELL/m-p/822578#M2905</guid>
      <dc:creator />
      <dc:date>2014-11-26T08:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: FILLING BLANK CELL</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/FILLING-BLANK-CELL/m-p/822579#M2906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right .... so you should try a loop where you take the value with peek function and if next record has non value you use the stored value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 08:31:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/FILLING-BLANK-CELL/m-p/822579#M2906</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-11-26T08:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: FILLING BLANK CELL</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/FILLING-BLANK-CELL/m-p/822580#M2907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u show me how...&lt;/P&gt;&lt;P&gt;the row table like attached above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am a newbee &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 08:37:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/FILLING-BLANK-CELL/m-p/822580#M2907</guid>
      <dc:creator />
      <dc:date>2014-11-26T08:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: FILLING BLANK CELL</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/FILLING-BLANK-CELL/m-p/822581#M2908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Alessandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD IF(ISNULL(Product) OR TRIM(Product)='', Peek(Product1), Product) as Product1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Transaction&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;[H:\....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the result is right.. is the script above true?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 09:13:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/FILLING-BLANK-CELL/m-p/822581#M2908</guid>
      <dc:creator />
      <dc:date>2014-11-26T09:13:29Z</dc:date>
    </item>
  </channel>
</rss>

