<?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: Qlikview Fill up data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Fill-up-data/m-p/1289814#M621769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Find excel as well..Sorry I think I missed excel attachment..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Feb 2017 09:23:35 GMT</pubDate>
    <dc:creator>sdmech81</dc:creator>
    <dc:date>2017-02-17T09:23:35Z</dc:date>
    <item>
      <title>Qlikview Fill up data</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Fill-up-data/m-p/1289809#M621760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this data format:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;P&gt;&lt;STRONG&gt;Key&lt;/STRONG&gt;&lt;/P&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Timestamp&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;P&gt;Name&lt;/P&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;12345&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01.02.2017 05:00&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Alex&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;12345&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;01.02.2017 05:30&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;12345&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;02.02.2017 03:46&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;12345&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;02.02.2017 17:02&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Alex&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;54321&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;07.02.2017 18:23&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Peter&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;98765&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;13.02.2017 20:45&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to fill up the Name between the timestamp.&lt;/P&gt;&lt;P&gt;order by the key and timestamp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope someone can help me &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 13:58:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Fill-up-data/m-p/1289809#M621760</guid>
      <dc:creator>alexandermllr</dc:creator>
      <dc:date>2017-02-16T13:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Fill up data</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Fill-up-data/m-p/1289810#M621764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Key,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Timestamp,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Key = peek('Key') and isnull(Name),peek('Name'),Name) as Name&lt;/P&gt;&lt;P&gt;from yourDB&lt;/P&gt;&lt;P&gt;order by Key, Timestamp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 15:21:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Fill-up-data/m-p/1289810#M621764</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2017-02-16T15:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Fill up data</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Fill-up-data/m-p/1289811#M621766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understand you correctly, maybe something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD Key,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Key=Previous(Key), 1, 2) as ID_Key,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Timestamp,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Book1.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1, filters(&lt;/P&gt;&lt;P&gt;Replace(1, top, StrCnd(null)),&lt;/P&gt;&lt;P&gt;Replace(3, top, StrCnd(null))&lt;/P&gt;&lt;P&gt;));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;TableFinish:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;If(IterNo()=ID_Key, Key) as Key,&lt;/P&gt;&lt;P&gt;If(IterNo()=ID_Key, Timestamp(Timestamp), Name) as Timestamp&lt;/P&gt;&lt;P&gt;Resident Table1&lt;/P&gt;&lt;P&gt;While IterNo()&amp;lt;=ID_Key;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/153401_1.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Format Timestamp determine what you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 15:35:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Fill-up-data/m-p/1289811#M621766</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-02-16T15:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Fill up data</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Fill-up-data/m-p/1289812#M621767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to have this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;THEAD style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TH class="header headerSortDown" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Key&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;Timestamp&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Name&lt;/P&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;12345&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;01.02.2017 05:00&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Alex&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;12345&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;01.02.2017 05:30&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Alex&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;12345&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;02.02.2017 03:46&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Alex&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;12345&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;02.02.2017 17:02&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Alex&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;54321&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;07.02.2017 18:23&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Peter&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;98765&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;13.02.2017 20:45&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Alex&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is in same '&lt;STRONG&gt;Key&lt;/STRONG&gt;' two lines with the same "&lt;STRONG&gt;Name&lt;/STRONG&gt;" and empty '&lt;STRONG&gt;Name&lt;/STRONG&gt;' between the '&lt;STRONG&gt;Timestamp&lt;/STRONG&gt;', it should fill up the "&lt;STRONG&gt;Name&lt;/STRONG&gt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 08:40:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Fill-up-data/m-p/1289812#M621767</guid>
      <dc:creator>alexandermllr</dc:creator>
      <dc:date>2017-02-17T08:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Fill up data</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Fill-up-data/m-p/1289813#M621768</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;PFA fr the same..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the script aswell &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp; ..Data also attached in excel sheet 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 09:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Fill-up-data/m-p/1289813#M621768</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-17T09:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Fill up data</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Fill-up-data/m-p/1289814#M621769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Find excel as well..Sorry I think I missed excel attachment..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 09:23:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Fill-up-data/m-p/1289814#M621769</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-17T09:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Fill up data</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Fill-up-data/m-p/1289815#M621770</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;load&lt;/P&gt;&lt;P&gt; Key,&lt;/P&gt;&lt;P&gt; Timestamp,&lt;/P&gt;&lt;P&gt;if(isnull(Name),Peek(Name),Name) as Name&lt;/P&gt;&lt;P&gt;resident main_table&lt;/P&gt;&lt;P&gt;order by Key,Timestamp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 09:28:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Fill-up-data/m-p/1289815#M621770</guid>
      <dc:creator>khalander</dc:creator>
      <dc:date>2017-02-17T09:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Fill up data</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Fill-up-data/m-p/1289816#M621771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had to use len(Name) = 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 09:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Fill-up-data/m-p/1289816#M621771</guid>
      <dc:creator>alexandermllr</dc:creator>
      <dc:date>2017-02-17T09:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Fill up data</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Fill-up-data/m-p/1289817#M621772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its better to use &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 10pt;"&gt;if(len(&lt;STRONG&gt;Trim&lt;/STRONG&gt;(Name)) = 0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 10pt;"&gt;Make sure to use trim to avoid necessary &lt;/SPAN&gt;spaces..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 09:57:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Fill-up-data/m-p/1289817#M621772</guid>
      <dc:creator>surendraj</dc:creator>
      <dc:date>2017-02-17T09:57:14Z</dc:date>
    </item>
  </channel>
</rss>

