<?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: How to convert string to date and get count specified period FROM TODAY.. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-convert-string-to-date-and-get-count-specified-period/m-p/1558823#M742500</link>
    <description>&lt;P&gt;Hi Saivina,&lt;/P&gt;&lt;P&gt;Try This.. May be it work..&lt;/P&gt;&lt;P&gt;Date(Floor(Date#(&lt;SPAN&gt;EmpJoinDate,'DDMMMYYYY:hh:mm:ss'&lt;/SPAN&gt;)), 'DD/MM/YYYY') as &lt;SPAN&gt;EmpJoinDate&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Mar 2019 09:18:50 GMT</pubDate>
    <dc:creator>prabir_c</dc:creator>
    <dc:date>2019-03-20T09:18:50Z</dc:date>
    <item>
      <title>How to convert string to date and get count specified period FROM TODAY..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-string-to-date-and-get-count-specified-period/m-p/1558485#M742495</link>
      <description>&lt;P&gt;How to convert string to date and get count specified period FROM TODAY..&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I'm using Select statement which is connected to SQL Server.&lt;/P&gt;&lt;P&gt;My field Column Name is "EmpJoinDate" as varchar in SQL table.&lt;/P&gt;&lt;P&gt;I just want to convert into date format or directly get count for the specified period FROM TODAY..&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I want to get the below range count from today's date. How to write the Expression&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;&amp;lt;5days&amp;nbsp; &amp;nbsp;&lt;/STRONG&gt;&amp;nbsp;(count)&lt;/U&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;5 to 10 Days&amp;nbsp;&lt;/STRONG&gt; &lt;/U&gt;&amp;nbsp; &amp;nbsp; (count)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;&amp;gt; 15 DAYS&lt;/STRONG&gt;&amp;nbsp; (count)&lt;/U&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Sample Files Attached for reference&lt;/P&gt;&lt;P&gt;Note : I'm Using SELECT SQL queries from SQL Server not LOAD Statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:07:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-string-to-date-and-get-count-specified-period/m-p/1558485#M742495</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2024-11-16T04:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert string to date and get count specified period FROM TODAY..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-string-to-date-and-get-count-specified-period/m-p/1558690#M742496</link>
      <description>&lt;P&gt;can anyone suggest how to form the Expression&amp;nbsp; using sample file.&lt;/P&gt;&lt;P&gt;How to convert SQL varchar to date and process it&lt;/P&gt;&lt;P&gt;this is required as soon as possible to implement my projects.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 01:39:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-string-to-date-and-get-count-specified-period/m-p/1558690#M742496</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2019-03-20T01:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert string to date and get count specified period FROM TODAY..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-string-to-date-and-get-count-specified-period/m-p/1558748#M742497</link>
      <description>&lt;P&gt;Hi Saivina,&lt;/P&gt;&lt;P&gt;Please check attached file&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 06:02:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-string-to-date-and-get-count-specified-period/m-p/1558748#M742497</guid>
      <dc:creator>prabir_c</dc:creator>
      <dc:date>2019-03-20T06:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert string to date and get count specified period FROM TODAY..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-string-to-date-and-get-count-specified-period/m-p/1558764#M742498</link>
      <description>&lt;P&gt;Excellent.. i have one queries.&lt;BR /&gt;I'm using SQL Server as Back End and my Query is SQL SELECT Statement not LOAD from EXCEL.&lt;BR /&gt;In the Reference attached excel file, we are converting varchar to date.&lt;BR /&gt;The same way, How do i convert SQL varchar fields to date fields in Script page.&lt;BR /&gt;Example below..&lt;BR /&gt;LOAD * ,&lt;BR /&gt;NewDate ,&lt;BR /&gt;Date(Date#(Dates,'DDMMMYYYY:hh:mm:ss'),'DD-MM-YYYY') as NewDate&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;Instead of above, Shall i use below .....??????????/&lt;BR /&gt;OLEDB CONNECT TO [Provider=SQLOLEDB.1;Persist Security Info=False.............]&lt;BR /&gt;&lt;BR /&gt;SQL SELECT [EmpJoinDate],&lt;BR /&gt;Date(Date#(EmpJoinDate,'DDMMMYYYY:hh:mm:ss'),'DD-MM-YYYY') as EmpJoinDate ==&amp;gt; Will this Work in SQL SELECT Statement.....???&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 07:21:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-string-to-date-and-get-count-specified-period/m-p/1558764#M742498</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2019-03-20T07:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert string to date and get count specified period FROM TODAY..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-string-to-date-and-get-count-specified-period/m-p/1558779#M742499</link>
      <description>any update pls.&lt;BR /&gt;&lt;BR /&gt;SQL SELECT [EmpJoinDate],&lt;BR /&gt;Date(Date#(EmpJoinDate,'DDMMMYYYY:hh:mm:ss'),'DD-MM-YYYY') as EmpJoinDate ==&amp;gt; Will this Work in SQL SELECT Statement.....???</description>
      <pubDate>Wed, 20 Mar 2019 07:54:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-string-to-date-and-get-count-specified-period/m-p/1558779#M742499</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2019-03-20T07:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert string to date and get count specified period FROM TODAY..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-string-to-date-and-get-count-specified-period/m-p/1558823#M742500</link>
      <description>&lt;P&gt;Hi Saivina,&lt;/P&gt;&lt;P&gt;Try This.. May be it work..&lt;/P&gt;&lt;P&gt;Date(Floor(Date#(&lt;SPAN&gt;EmpJoinDate,'DDMMMYYYY:hh:mm:ss'&lt;/SPAN&gt;)), 'DD/MM/YYYY') as &lt;SPAN&gt;EmpJoinDate&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 09:18:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-string-to-date-and-get-count-specified-period/m-p/1558823#M742500</guid>
      <dc:creator>prabir_c</dc:creator>
      <dc:date>2019-03-20T09:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert string to date and get count specified period FROM TODAY..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-string-to-date-and-get-count-specified-period/m-p/1558827#M742501</link>
      <description>&lt;P&gt;Sorry.&amp;nbsp; getting Error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error :&amp;nbsp;&lt;/P&gt;&lt;P&gt;ErrorSource: Microsoft OLE DB Provider for SQL Server, ErrorMsg: 'Date#' is not a recognized built-in function name.&lt;BR /&gt;SQL SELECT [&lt;SPAN&gt;EmpJoinDate&lt;/SPAN&gt;], Date(Floor(Date#([&lt;SPAN&gt;EmpJoinDate&lt;/SPAN&gt;],'DDMMMYYYY:hh:mm:ss')), 'DD/MM/YYYY') as [&lt;SPAN&gt;EmpJoinDate&lt;/SPAN&gt; Formatted]&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 09:24:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-string-to-date-and-get-count-specified-period/m-p/1558827#M742501</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2019-03-20T09:24:53Z</dc:date>
    </item>
  </channel>
</rss>

