<?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 How to recognize a date from .csv export in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-recognize-a-date-from-csv-export/m-p/1530491#M438704</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I Have dates, which are coming from a .csv file&amp;nbsp; in the following format:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Aug 14, 2018 6:30 AM&lt;/TD&gt;&lt;TD&gt;Aug 30, 2018 6:30 AM&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to get the&amp;nbsp;working days between these two dates by using the&amp;nbsp;&lt;STRONG&gt;NetWorkDays&lt;/STRONG&gt; function,&amp;nbsp;but seems like these values&amp;nbsp;are not recognizable in qlikview as a real dates. Applying &lt;STRONG&gt;Month(),&amp;nbsp;&lt;/STRONG&gt; &lt;STRONG&gt;Year()&lt;/STRONG&gt; , or &lt;STRONG&gt;Day() &lt;/STRONG&gt;always&amp;nbsp; returns&amp;nbsp; '-'.&lt;BR /&gt;Tried also with &lt;STRONG&gt;Date&lt;/STRONG&gt;&amp;nbsp; and format string&amp;nbsp;'M/D/YYYY', I even tried with&amp;nbsp;&lt;STRONG&gt;Date(Date#([value],'MM/DD/YYYY'), 'MM/DD/YYYY')&lt;/STRONG&gt;&amp;nbsp;, unfortunately I always got the same &lt;SPAN&gt;'-'&lt;/SPAN&gt;.&lt;BR /&gt;Is there any way to recognize these values as dates and get working days difference between them?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;D. Petrov&lt;/P&gt;</description>
    <pubDate>Tue, 15 Jan 2019 14:13:29 GMT</pubDate>
    <dc:creator>d_petrov</dc:creator>
    <dc:date>2019-01-15T14:13:29Z</dc:date>
    <item>
      <title>How to recognize a date from .csv export</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-recognize-a-date-from-csv-export/m-p/1530491#M438704</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I Have dates, which are coming from a .csv file&amp;nbsp; in the following format:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Aug 14, 2018 6:30 AM&lt;/TD&gt;&lt;TD&gt;Aug 30, 2018 6:30 AM&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to get the&amp;nbsp;working days between these two dates by using the&amp;nbsp;&lt;STRONG&gt;NetWorkDays&lt;/STRONG&gt; function,&amp;nbsp;but seems like these values&amp;nbsp;are not recognizable in qlikview as a real dates. Applying &lt;STRONG&gt;Month(),&amp;nbsp;&lt;/STRONG&gt; &lt;STRONG&gt;Year()&lt;/STRONG&gt; , or &lt;STRONG&gt;Day() &lt;/STRONG&gt;always&amp;nbsp; returns&amp;nbsp; '-'.&lt;BR /&gt;Tried also with &lt;STRONG&gt;Date&lt;/STRONG&gt;&amp;nbsp; and format string&amp;nbsp;'M/D/YYYY', I even tried with&amp;nbsp;&lt;STRONG&gt;Date(Date#([value],'MM/DD/YYYY'), 'MM/DD/YYYY')&lt;/STRONG&gt;&amp;nbsp;, unfortunately I always got the same &lt;SPAN&gt;'-'&lt;/SPAN&gt;.&lt;BR /&gt;Is there any way to recognize these values as dates and get working days difference between them?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;D. Petrov&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 14:13:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-recognize-a-date-from-csv-export/m-p/1530491#M438704</guid>
      <dc:creator>d_petrov</dc:creator>
      <dc:date>2019-01-15T14:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to recognize a date from .csv export</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-recognize-a-date-from-csv-export/m-p/1530504#M438706</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;PRE&gt;Date(&lt;FONT color="#FF0000"&gt;Floor&lt;/FONT&gt;(Date#([value],'&lt;FONT color="#FF0000"&gt;MMM DD, YYYY hh:mm TT&lt;/FONT&gt;')), 'MM/DD/YYYY')&lt;/PRE&gt;</description>
      <pubDate>Tue, 15 Jan 2019 14:20:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-recognize-a-date-from-csv-export/m-p/1530504#M438706</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-15T14:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to recognize a date from .csv export</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-recognize-a-date-from-csv-export/m-p/1530509#M438707</link>
      <description>&lt;P&gt;It work, thank you very much!&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;D. Petrov&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 14:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-recognize-a-date-from-csv-export/m-p/1530509#M438707</guid>
      <dc:creator>d_petrov</dc:creator>
      <dc:date>2019-01-15T14:36:45Z</dc:date>
    </item>
  </channel>
</rss>

