<?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 Fill empty field with previous value. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fill-empty-field-with-previous-value/m-p/243230#M708551</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;First one is actual data, the second is the required result.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Actual.bmp" class="jive-image" src="https://community.qlik.com/legacyfs/online/7084_Actual.bmp" /&gt; &lt;IMG alt="Result.bmp" class="jive-image" src="https://community.qlik.com/legacyfs/online/7088_Result.bmp" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt; &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;let Start = floor(makedate(1971,01,01));&lt;BR /&gt;let End = floor(today())+1;&lt;/P&gt;&lt;P&gt;let NoOfDays = End - Start;&lt;/P&gt;&lt;P&gt;Cal1:&lt;BR /&gt;Load&lt;BR /&gt;$(Start)+recno()-1 as Date&lt;BR /&gt;autogenerate&lt;BR /&gt;$(NoOfDays);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Cal2:&lt;BR /&gt;Load&lt;BR /&gt;Year(Date) as Year&lt;BR /&gt;resident Cal1;&lt;/P&gt;&lt;P&gt;DROP Table Cal1;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;A:&lt;BR /&gt;LOAD &lt;BR /&gt;Year, &lt;BR /&gt;Sales&lt;BR /&gt;FROM&lt;BR /&gt;SNO.xls&lt;BR /&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;BR /&gt;Left Join(Cal2)&lt;BR /&gt;Load&lt;BR /&gt;Year, &lt;BR /&gt;Sales,&lt;BR /&gt;Year as Year1&lt;BR /&gt;resident A;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table A;&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;﻿All kind of suggestions/solutions are most welcome.&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;﻿Thanks&lt;/P&gt;&lt;P&gt;﻿Gangadharan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Sep 2011 11:00:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-09-07T11:00:23Z</dc:date>
    <item>
      <title>Fill empty field with previous value.</title>
      <link>https://community.qlik.com/t5/QlikView/Fill-empty-field-with-previous-value/m-p/243230#M708551</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;First one is actual data, the second is the required result.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Actual.bmp" class="jive-image" src="https://community.qlik.com/legacyfs/online/7084_Actual.bmp" /&gt; &lt;IMG alt="Result.bmp" class="jive-image" src="https://community.qlik.com/legacyfs/online/7088_Result.bmp" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt; &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;let Start = floor(makedate(1971,01,01));&lt;BR /&gt;let End = floor(today())+1;&lt;/P&gt;&lt;P&gt;let NoOfDays = End - Start;&lt;/P&gt;&lt;P&gt;Cal1:&lt;BR /&gt;Load&lt;BR /&gt;$(Start)+recno()-1 as Date&lt;BR /&gt;autogenerate&lt;BR /&gt;$(NoOfDays);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Cal2:&lt;BR /&gt;Load&lt;BR /&gt;Year(Date) as Year&lt;BR /&gt;resident Cal1;&lt;/P&gt;&lt;P&gt;DROP Table Cal1;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;A:&lt;BR /&gt;LOAD &lt;BR /&gt;Year, &lt;BR /&gt;Sales&lt;BR /&gt;FROM&lt;BR /&gt;SNO.xls&lt;BR /&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;BR /&gt;Left Join(Cal2)&lt;BR /&gt;Load&lt;BR /&gt;Year, &lt;BR /&gt;Sales,&lt;BR /&gt;Year as Year1&lt;BR /&gt;resident A;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table A;&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;﻿All kind of suggestions/solutions are most welcome.&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;﻿Thanks&lt;/P&gt;&lt;P&gt;﻿Gangadharan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 11:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fill-empty-field-with-previous-value/m-p/243230#M708551</guid>
      <dc:creator />
      <dc:date>2011-09-07T11:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Fill empty field with previous value.</title>
      <link>https://community.qlik.com/t5/QlikView/Fill-empty-field-with-previous-value/m-p/243231#M708552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hei &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;attach is an example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 11:13:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fill-empty-field-with-previous-value/m-p/243231#M708552</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2011-09-07T11:13:19Z</dc:date>
    </item>
    <item>
      <title>Fill empty field with previous value.</title>
      <link>https://community.qlik.com/t5/QlikView/Fill-empty-field-with-previous-value/m-p/243232#M708553</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 a lot... It's working fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 14:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fill-empty-field-with-previous-value/m-p/243232#M708553</guid>
      <dc:creator />
      <dc:date>2011-09-07T14:05:58Z</dc:date>
    </item>
  </channel>
</rss>

