<?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: find date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/find-date/m-p/2062523#M1223322</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/222774"&gt;@inam&lt;/a&gt;&amp;nbsp; try below&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;=date(floor([Date Created])) as Date&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;day(floor([Date Created])) as Date&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Apr 2023 11:35:23 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2023-04-20T11:35:23Z</dc:date>
    <item>
      <title>find date</title>
      <link>https://community.qlik.com/t5/QlikView/find-date/m-p/2062522#M1223321</link>
      <description>&lt;P&gt;hello community&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have column date created&amp;nbsp; &amp;nbsp;I want only date .&lt;/P&gt;
&lt;P&gt;some rows has date with time &amp;amp; some row only date..i need only date .&lt;/P&gt;
&lt;P&gt;for example:-&lt;/P&gt;
&lt;P&gt;input:-&lt;/P&gt;
&lt;TABLE width="109"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="109"&gt;&lt;STRONG&gt;Date Created&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;13-12-2021&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;15-07-2022&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;15-06-2022 11:52&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;17-03-2023 17:52&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;output&lt;/P&gt;
&lt;TABLE width="109"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="109"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;13&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;15&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;15&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;17&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Thu, 20 Apr 2023 11:29:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-date/m-p/2062522#M1223321</guid>
      <dc:creator>inam</dc:creator>
      <dc:date>2023-04-20T11:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: find date</title>
      <link>https://community.qlik.com/t5/QlikView/find-date/m-p/2062523#M1223322</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/222774"&gt;@inam&lt;/a&gt;&amp;nbsp; try below&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;=date(floor([Date Created])) as Date&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;day(floor([Date Created])) as Date&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 11:35:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-date/m-p/2062523#M1223322</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2023-04-20T11:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: find date</title>
      <link>https://community.qlik.com/t5/QlikView/find-date/m-p/2062540#M1223323</link>
      <description>&lt;P&gt;if i use&amp;nbsp;&lt;STRONG&gt;=date(floor([Date Created])) as Date&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;output is &lt;STRONG&gt;13-12-2021&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;and if i use&amp;nbsp;&lt;STRONG&gt;day(floor([Date Created])) as Date&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;output is only 13&amp;nbsp; is correct but&amp;nbsp;&lt;SPAN&gt;date with time output is not show&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 12:05:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-date/m-p/2062540#M1223323</guid>
      <dc:creator>inam</dc:creator>
      <dc:date>2023-04-20T12:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: find date</title>
      <link>https://community.qlik.com/t5/QlikView/find-date/m-p/2062655#M1223327</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/222774"&gt;@inam&lt;/a&gt;&amp;nbsp; seems like your Date with time is not in Date and Time Format.. first try to format it&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in your load script.. change the date and timestamp format as per the input data format.&lt;/P&gt;
&lt;P&gt;SET DateFormat='DD-MM-YYYY';&lt;BR /&gt;SET TimestampFormat='DD-MM-YYYY hh:mm';&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2023-04-20 at 15.50.30.png" style="width: 990px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/105415iA794D8C37A841565/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2023-04-20 at 15.50.30.png" alt="Screen Shot 2023-04-20 at 15.50.30.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 14:53:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-date/m-p/2062655#M1223327</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2023-04-20T14:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: find date</title>
      <link>https://community.qlik.com/t5/QlikView/find-date/m-p/2063233#M1223340</link>
      <description>&lt;P&gt;If it's really only the day part of those dates and timestamps you're interested in, maybe just&lt;/P&gt;
&lt;P&gt;Left([Date Created],2)&lt;/P&gt;
&lt;P&gt;would suffice?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;table1:
LOAD Left([Date Created],2) as Date     
FROM [https://community.qlik.com/t5/QlikView-App-Dev/find-date/td-p/2062522] (html, codepage is 1252, embedded labels, table is @1);&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&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-1682100052323.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/105544iA1AD399290834FEE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarcoWedel_0-1682100052323.png" alt="MarcoWedel_0-1682100052323.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2023 18:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/find-date/m-p/2063233#M1223340</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2023-04-21T18:02:55Z</dc:date>
    </item>
  </channel>
</rss>

