<?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 Fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Fields/m-p/1927071#M1218830</link>
    <description>&lt;P&gt;To purge the fractional time part of your timestamps and at the same time format as date, you can use the DayName() function as well:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/Scripting/DateAndTimeFunctions/dayname.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/Scripting/DateAndTimeFunctions/dayname.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarcoWedel_0-1651779046395.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/78782i9309A68A6BF77D42/image-size/large?v=v2&amp;amp;px=999" role="button" title="MarcoWedel_0-1651779046395.png" alt="MarcoWedel_0-1651779046395.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 May 2022 19:31:22 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2022-05-05T19:31:22Z</dc:date>
    <item>
      <title>Date Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Fields/m-p/1926805#M1218813</link>
      <description>&lt;P&gt;Hi,I am loading some date fields, using date(MyDateField) when I am doing the load, however if I convert the date to num - num(MyDateField) I can two different formats and values look odd.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the image below first column is the&amp;nbsp; MyDateField and second is num(MyDateField),&amp;nbsp;but if you look at the second column, from second row date number looks odd&lt;/P&gt;
&lt;P&gt;Any idea why?&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 11:38:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Fields/m-p/1926805#M1218813</guid>
      <dc:creator>oanalung</dc:creator>
      <dc:date>2022-05-05T11:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Date Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Fields/m-p/1926807#M1218814</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/166074"&gt;@oanalung&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you want same format in 2nd field you can use below exp.&lt;/P&gt;
&lt;P&gt;Date(num(datefield),'DD/MM/YYYY')&lt;/P&gt;
&lt;P&gt;refer below for for information&lt;/P&gt;
&lt;P&gt;help.qlik.com/en-US/sense/February2022/Subsystems/Hub/Content/Sense_Hub/Scripting/FormattingFunctions/Date.htm&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 11:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Fields/m-p/1926807#M1218814</guid>
      <dc:creator>durgesh22</dc:creator>
      <dc:date>2022-05-05T11:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Date Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Fields/m-p/1926820#M1218815</link>
      <description>&lt;P&gt;I don't need the same format, but if you look at the second column, from second row date number looks odd&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 11:38:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Fields/m-p/1926820#M1218815</guid>
      <dc:creator>oanalung</dc:creator>
      <dc:date>2022-05-05T11:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Date Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Fields/m-p/1926981#M1218824</link>
      <description>&lt;P&gt;Dates are numeric. The second column has values to the right of the decimal indicating it has a timestamp associated to it. If you don't want that and just the date use Floor;&lt;/P&gt;
&lt;P&gt;Date(Floor(YourDateField),'DD/MM/YYYY')&lt;/P&gt;
&lt;P&gt;HTH,&lt;/P&gt;
&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 15:25:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Fields/m-p/1926981#M1218824</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-05T15:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Date Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Fields/m-p/1927071#M1218830</link>
      <description>&lt;P&gt;To purge the fractional time part of your timestamps and at the same time format as date, you can use the DayName() function as well:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/Scripting/DateAndTimeFunctions/dayname.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/Scripting/DateAndTimeFunctions/dayname.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarcoWedel_0-1651779046395.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/78782i9309A68A6BF77D42/image-size/large?v=v2&amp;amp;px=999" role="button" title="MarcoWedel_0-1651779046395.png" alt="MarcoWedel_0-1651779046395.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 19:31:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Fields/m-p/1927071#M1218830</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2022-05-05T19:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Date Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Fields/m-p/1927098#M1218831</link>
      <description>&lt;P&gt;Nice. I've never used those functions (Day*) but just might start updating some reports with this. Thanks Marco!&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 20:41:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Fields/m-p/1927098#M1218831</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-05T20:41:39Z</dc:date>
    </item>
  </channel>
</rss>

