<?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: Need Master Calendar script for timestamp in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-Master-Calendar-script-for-timestamp/m-p/804186#M661321</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this blog post helps: &lt;A _jive_internal="true" class="font-color-normal" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/07/23/the-master-time-table" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3d3d3d;"&gt;The Master Time Table&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Mar 2015 09:39:56 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2015-03-27T09:39:56Z</dc:date>
    <item>
      <title>Need Master Calendar script for timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Master-Calendar-script-for-timestamp/m-p/804185#M661320</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;Can any one please share the Master Calendar Script for the timestamp...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Savi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 09:34:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Master-Calendar-script-for-timestamp/m-p/804185#M661320</guid>
      <dc:creator />
      <dc:date>2015-03-27T09:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need Master Calendar script for timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Master-Calendar-script-for-timestamp/m-p/804186#M661321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this blog post helps: &lt;A _jive_internal="true" class="font-color-normal" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/07/23/the-master-time-table" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3d3d3d;"&gt;The Master Time Table&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 09:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Master-Calendar-script-for-timestamp/m-p/804186#M661321</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-03-27T09:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need Master Calendar script for timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Master-Calendar-script-for-timestamp/m-p/804187#M661322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/24869"&gt;Calendar with time (timestamp)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 14:22:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Master-Calendar-script-for-timestamp/m-p/804187#M661322</guid>
      <dc:creator />
      <dc:date>2015-03-27T14:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Need Master Calendar script for timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Master-Calendar-script-for-timestamp/m-p/804188#M661323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya I tried this script, but this giving error in Qlikview 11.2. Could you please send me the script which works with QV 11.2 version...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 06:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Master-Calendar-script-for-timestamp/m-p/804188#M661323</guid>
      <dc:creator />
      <dc:date>2015-03-30T06:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need Master Calendar script for timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Master-Calendar-script-for-timestamp/m-p/804189#M661324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This has nothing to do with the version of QlikView.&amp;nbsp; It worked for me but I had to take out the seconds from the TimeStamp format.&amp;nbsp; With the seconds the variables vMinDate and vMaxDate got NULL value.&amp;nbsp; Don't know why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Floor(Min(TimeStamp#(timeStamp, 'YYYY-MM-DD hh:mm'))) AS MinDate,&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Floor(Max(TimeStamp#(timeStamp, 'YYYY-MM-DD hh:mm'))) AS MaxDate&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will work out for you too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;BR /&gt;Fjalar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 09:43:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Master-Calendar-script-for-timestamp/m-p/804189#M661324</guid>
      <dc:creator />
      <dc:date>2015-03-31T09:43:14Z</dc:date>
    </item>
  </channel>
</rss>

