<?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 Replicating consecutive Timestamp in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Replicating-consecutive-Timestamp/m-p/1039978#M933954</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have table like below.&lt;/P&gt;&lt;P&gt;I would like to replicate the time stamp monthly. I tried using autogenerate() i didn't work out for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Feb 2016 20:24:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-02-26T20:24:52Z</dc:date>
    <item>
      <title>Replicating consecutive Timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Replicating-consecutive-Timestamp/m-p/1039978#M933954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have table like below.&lt;/P&gt;&lt;P&gt;I would like to replicate the time stamp monthly. I tried using autogenerate() i didn't work out for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 20:24:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replicating-consecutive-Timestamp/m-p/1039978#M933954</guid>
      <dc:creator />
      <dc:date>2016-02-26T20:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Replicating consecutive Timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Replicating-consecutive-Timestamp/m-p/1039979#M933955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can maybe use WHILE clause in your LOAD to generate the missing records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3786"&gt;Generating Missing Data In QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 20:55:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replicating-consecutive-Timestamp/m-p/1039979#M933955</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-02-26T20:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Replicating consecutive Timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Replicating-consecutive-Timestamp/m-p/1039980#M933956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me how to implement the logic.I am new to qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again and appreciate it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 21:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replicating-consecutive-Timestamp/m-p/1039980#M933956</guid>
      <dc:creator />
      <dc:date>2016-02-26T21:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Replicating consecutive Timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Replicating-consecutive-Timestamp/m-p/1039981#M933957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure how your expected result looks like, but here is an example for a WHILE clause in a LOAD statement, generating missing monthly records up to today:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;SET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;DateFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='DD.MM.YYYY'; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; *, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AddMonths&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;iterno&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()-1) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NewDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Date&lt;BR /&gt; 26.02.2016&lt;BR /&gt; 01.12.2015&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;WHILE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AddMonths&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;iterno&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()-1) &amp;lt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(); &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 21:20:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replicating-consecutive-Timestamp/m-p/1039981#M933957</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-02-26T21:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Replicating consecutive Timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Replicating-consecutive-Timestamp/m-p/1039982#M933958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you just trying to generate a bunch of months?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LOAD &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; recno() as ID&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;,timestamp(addmonths(makedate(2013,9),recno()),'M/D/YYYY h:mm') as Timestamp&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;AUTOGENERATE 65&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 23:40:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replicating-consecutive-Timestamp/m-p/1039982#M933958</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2016-02-26T23:40:03Z</dc:date>
    </item>
  </channel>
</rss>

