<?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 issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1418628#M812884</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where clause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Date &amp;gt;= MakeDate(2017);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Sep 2017 15:20:48 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-09-26T15:20:48Z</dc:date>
    <item>
      <title>Date issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1418622#M812878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my date and time should be in the format of dd.mm.yyyy 00:00:00 , but when I pull the date from QVD in to QV datamodel file,&lt;/P&gt;&lt;P&gt;I am getting the below image&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" height="262" src="https://community.qlik.com/legacyfs/online/177767_Capture.PNG" style="height: 262.51px; width: 396px;" width="396" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COMPLETEDUTC is the date with time.&lt;/P&gt;&lt;P&gt;I need to calculate Max and min of Dates. &lt;/P&gt;&lt;P&gt;So, I want to change this number to &lt;SPAN style="font-size: 13.3333px;"&gt;dd.mm.yyyy 00:00:00, can some one help.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1418622#M812878</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1418623#M812879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TimeStamp(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;COMPLETEDUTC) as &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;COMPLETEDUTC&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 14:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1418623#M812879</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-26T14:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1418624#M812880</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;Try with:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/es-ES/qlikview/12.1/Subsystems/Client/Content/Scripting/FormattingFunctions/Timestamp.htm"&gt;http://help.qlik.com/es-ES/qlikview/12.1/Subsystems/Client/Content/Scripting/FormattingFunctions/Timestamp.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saludos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 14:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1418624#M812880</guid>
      <dc:creator>fvelascog72</dc:creator>
      <dc:date>2017-09-26T14:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1418625#M812881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Date and Timestamps have an underlying numerical value... if you just add TimeStamp() function around your date field, it will get the format you would want. But to calculated min and max, you don't really need formatting function as you can find the min and max of the underlying numerical value which should be the same things as finding the min and max of formatted timestamp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 14:50:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1418625#M812881</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-26T14:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1418626#M812882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Thank you for the reply,&lt;/P&gt;&lt;P&gt;When I used Time stamp function and see, I got the dates of 2016 also, But I want to load from date 01Jan2017 00:00:00,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/177768_Capture.PNG" style="height: 365px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 15:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1418626#M812882</guid>
      <dc:creator />
      <dc:date>2017-09-26T15:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1418627#M812883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Anil. I got the dates, but not in DD.MM.YYYY format, I got in YY-MM-DD 00:00:00. I think I can manage&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 15:20:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1418627#M812883</guid>
      <dc:creator />
      <dc:date>2017-09-26T15:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1418628#M812884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where clause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Date &amp;gt;= MakeDate(2017);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 15:20:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1418628#M812884</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-26T15:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1418629#M812885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use like below&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;TimeStamp(&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;COMPLETEDUTC,'DD.MM.YYYY hh:mm:ss TT') as &lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;COMPLETEDUTC&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 15:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1418629#M812885</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-26T15:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1418630#M812886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Awesome!! Thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 15:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1418630#M812886</guid>
      <dc:creator />
      <dc:date>2017-09-26T15:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Date issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1418631#M812887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems you need to load the year data that is 2017 so why not you make it dynamic so you no need to hard code it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load * From source&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where Date &amp;gt;= MakeDate( Year(Today()) );&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 17:37:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-issue/m-p/1418631#M812887</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-26T17:37:26Z</dc:date>
    </item>
  </channel>
</rss>

