<?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: Date functions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-functions/m-p/568432#M1097385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you provide any sample will be better or if i am understand you can make the Flags in the load script and partition the date fields and then use in the front end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like&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(NumMonth &amp;gt;=1 and NumMonth &amp;lt;= 5,'Month between 1 and 5 '&lt;/P&gt;&lt;P&gt;If(NumMonth &amp;gt;5 and NumMonth &amp;lt;= 12,'Month between 6 and 12')) as&amp;nbsp; MonthFlag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from Location;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Apr 2014 13:37:38 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-04-28T13:37:38Z</dc:date>
    <item>
      <title>Date functions</title>
      <link>https://community.qlik.com/t5/QlikView/Date-functions/m-p/568425#M1097378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,all i want to make date into partitions also rejoin that partions ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give me some idea about date function &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 13:24:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-functions/m-p/568425#M1097378</guid>
      <dc:creator />
      <dc:date>2014-04-28T13:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Date functions</title>
      <link>https://community.qlik.com/t5/QlikView/Date-functions/m-p/568426#M1097379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unclear what actually you want !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 13:26:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-functions/m-p/568426#M1097379</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-28T13:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Date functions</title>
      <link>https://community.qlik.com/t5/QlikView/Date-functions/m-p/568427#M1097380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suppose you have date 28042014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you have separate them like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Right(28042014,4) as Year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Mid(28042014,3,2) as Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Left(28042014,2) as Day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then you can use all this to make date like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Makedate( Right(28042014,4) , Mid(28042014,3,2) ,&amp;nbsp; Left(28042014,2) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want like this otherwise share your sample or please explain more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create date fields like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;Day(Datefield) as Day,&lt;/P&gt;&lt;P&gt;Month(Datefield) as Month,&lt;/P&gt;&lt;P&gt;Year(Datefield) as Year,&lt;/P&gt;&lt;P&gt;'Q' &amp;amp; Ceil(Month(Datefield)/3) as Quarter&lt;/P&gt;&lt;P&gt;From Location;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 13:27:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-functions/m-p/568427#M1097380</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-28T13:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Date functions</title>
      <link>https://community.qlik.com/t5/QlikView/Date-functions/m-p/568428#M1097381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hi Uday,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;You can split your date using lot of techniques. Few are,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Month(DateField) as Month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Year(DateField) as Year&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Day(DateField0 as Day&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Date(DateField,'YYYY') as Year&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Date(DateField,'MM') as Month or using 'MMM'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Date(DateField,'DD') as Day&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Like this in qlikview we had lot of techniques.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;But what are you expecting.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hope it helps you!!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Cheers!!!!!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Jagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 13:29:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-functions/m-p/568428#M1097381</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2014-04-28T13:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Date functions</title>
      <link>https://community.qlik.com/t5/QlikView/Date-functions/m-p/568429#M1097382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i have one year data,here i want to partition this one year data in to various parts , i want to use some funtion to partition the date as 4month or 6months,how it can be using some funtions,please reply &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 13:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-functions/m-p/568429#M1097382</guid>
      <dc:creator />
      <dc:date>2014-04-28T13:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Date functions</title>
      <link>https://community.qlik.com/t5/QlikView/Date-functions/m-p/568430#M1097383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide some sample data along with your expected result in excel file.&lt;/P&gt;&lt;P&gt;Looks like your requirement is not difficult to achieve but I am unable to understand it properly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 13:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-functions/m-p/568430#M1097383</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-28T13:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Date functions</title>
      <link>https://community.qlik.com/t5/QlikView/Date-functions/m-p/568431#M1097384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply ,but am asking how to partition the date in to quarter,4month ,6months,9months , &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 13:34:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-functions/m-p/568431#M1097384</guid>
      <dc:creator />
      <dc:date>2014-04-28T13:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Date functions</title>
      <link>https://community.qlik.com/t5/QlikView/Date-functions/m-p/568432#M1097385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you provide any sample will be better or if i am understand you can make the Flags in the load script and partition the date fields and then use in the front end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like&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(NumMonth &amp;gt;=1 and NumMonth &amp;lt;= 5,'Month between 1 and 5 '&lt;/P&gt;&lt;P&gt;If(NumMonth &amp;gt;5 and NumMonth &amp;lt;= 12,'Month between 6 and 12')) as&amp;nbsp; MonthFlag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from Location;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 13:37:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-functions/m-p/568432#M1097385</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-28T13:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Date functions</title>
      <link>https://community.qlik.com/t5/QlikView/Date-functions/m-p/568433#M1097386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how we can spillt date using "ceil" function,please answare &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 13:44:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-functions/m-p/568433#M1097386</guid>
      <dc:creator />
      <dc:date>2014-04-28T13:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Date functions</title>
      <link>https://community.qlik.com/t5/QlikView/Date-functions/m-p/568434#M1097387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Considering that you have TimeStamp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Floor(YourTimeStampField)) as Date&lt;/P&gt;&lt;P&gt;Time(Frac(YourTimeStampField)) as Time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 13:48:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-functions/m-p/568434#M1097387</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-28T13:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Date functions</title>
      <link>https://community.qlik.com/t5/QlikView/Date-functions/m-p/568435#M1097388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Quarter&lt;/STRONG&gt; :&amp;nbsp;&amp;nbsp; 'Q'&amp;amp;Ceil(Month(Date)/3)&amp;nbsp;&amp;nbsp; AS&amp;nbsp; Quarter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like above expression, you can achieve the rest of the scenarios as well...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Pradeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 13:55:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-functions/m-p/568435#M1097388</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2014-04-28T13:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Date functions</title>
      <link>https://community.qlik.com/t5/QlikView/Date-functions/m-p/568436#M1097389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write below in script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Q' &amp;amp; Ceil(Month(Date)/3) as Quarter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 13:58:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-functions/m-p/568436#M1097389</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-28T13:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Date functions</title>
      <link>https://community.qlik.com/t5/QlikView/Date-functions/m-p/568437#M1097390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;You can find lot of information on Master Calendar qvw file. Please find through attachment, you can open in personal addition also.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 14:54:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-functions/m-p/568437#M1097390</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2014-04-28T14:54:11Z</dc:date>
    </item>
  </channel>
</rss>

