<?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: Unable to filter table on displayed date!! in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Unable-to-filter-table-on-displayed-date/m-p/1613251#M45662</link>
    <description>&lt;P&gt;If you r field is datetime you can use one of the expression:&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;I Option:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Date(Floor(YourField)) as DATEField&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DayName(DateTime) as Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;II Option:&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If your DateTime field is in Text format then use as below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DATE(timestamp#(YourFieldHere,'&lt;STRONG&gt;MM/DD/YYYY h:mm:ss TT&lt;/STRONG&gt;')) as DATEField&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Aug 2019 12:16:52 GMT</pubDate>
    <dc:creator>trdandamudi</dc:creator>
    <dc:date>2019-08-16T12:16:52Z</dc:date>
    <item>
      <title>Unable to filter table on displayed date!!</title>
      <link>https://community.qlik.com/t5/App-Development/Unable-to-filter-table-on-displayed-date/m-p/1613212#M45651</link>
      <description>&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;my date has a datetime value that i converted to just display a date using: date([SESSION_DATE],'M/D/YYYY') AS [SESSION_DATE2];&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;It works in that it now does not display the time stamp in my table, just the date. I cant however filter it down to see all the rows for a date. I suspect that i am only&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;seeing&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;just the timestamp, and behind the scene Qlik sense is still trying to filter by the datetime value. Is that true? Any way to simply drop the time stamp from the load section?&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Note: I am also using this field to generate an autocalender entry, but it didnt seem to work before i did that either.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2019 10:59:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Unable-to-filter-table-on-displayed-date/m-p/1613212#M45651</guid>
      <dc:creator>miguelraokumar</dc:creator>
      <dc:date>2019-08-16T10:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to filter table on displayed date!!</title>
      <link>https://community.qlik.com/t5/App-Development/Unable-to-filter-table-on-displayed-date/m-p/1613251#M45662</link>
      <description>&lt;P&gt;If you r field is datetime you can use one of the expression:&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;I Option:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Date(Floor(YourField)) as DATEField&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DayName(DateTime) as Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;II Option:&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If your DateTime field is in Text format then use as below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DATE(timestamp#(YourFieldHere,'&lt;STRONG&gt;MM/DD/YYYY h:mm:ss TT&lt;/STRONG&gt;')) as DATEField&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2019 12:16:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Unable-to-filter-table-on-displayed-date/m-p/1613251#M45662</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2019-08-16T12:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to filter table on displayed date!!</title>
      <link>https://community.qlik.com/t5/App-Development/Unable-to-filter-table-on-displayed-date/m-p/1632957#M47125</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;&lt;A href="https://writemyessaytoday.net/" target="_self"&gt;same day essay&lt;/A&gt; wrote:&lt;/FONT&gt;&lt;BR /&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;&lt;FONT size="3"&gt;my date has a datetime value that i converted to just display a date using: date([SESSION_DATE],'M/D/YYYY') AS [SESSION_DATE2];&lt;/FONT&gt;&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;&lt;FONT size="3"&gt;It works in that it now does not display the time stamp in my table, just the date. I cant however filter it down to see all the rows for a date. I suspect that i am only&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;seeing&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;just the timestamp, and behind the scene Qlik sense is still trying to filter by the datetime value. Is that true? Any way to simply drop the time stamp from the load section?&lt;/FONT&gt;&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;&lt;FONT size="3"&gt;Note: I am also using this field to generate an autocalender entry, but it didnt seem to work before i did that either.&lt;/FONT&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you tried to use date(floor(&amp;lt;date field&amp;gt;)) ? I had a similar issue - you may also check the date function article: &lt;A href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/12/02/the-date-function" target="_blank"&gt;https://community.qlik.com/blogs/qlikviewdesignblog/2014/12/02/the-date-function&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 10:37:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Unable-to-filter-table-on-displayed-date/m-p/1632957#M47125</guid>
      <dc:creator>Bonnette</dc:creator>
      <dc:date>2019-10-09T10:37:44Z</dc:date>
    </item>
  </channel>
</rss>

