<?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 Transform a Timestamp Column So &amp;quot;Filter By Date&amp;quot; Pane Can Be Used But It Still Not Recognized in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Transform-a-Timestamp-Column-So-quot-Filter-By-Date-quot-Pane/m-p/2455338#M98408</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see similar questions related to transforming a timestamp column so it can be recognized by the "Filter By Date" pane but it is not working for me. My steps are:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1.) Enter Data Manager -&amp;gt;Add field -&amp;gt; Calculate field and create a new field based on an already exist timestamp field with this expression: Date(Floor(request_dt))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2.)&amp;nbsp;Then tried to add this column to a "filter by date" pane and it does load so I assume it is not recognizing as a Date.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;timestamp format is: 1/1/1900 12:00:00 AM&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Screenshots of the timestamped column and the created "Date" column are attached. Thank you.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 22 May 2024 16:52:24 GMT</pubDate>
    <dc:creator>egraha11</dc:creator>
    <dc:date>2024-05-22T16:52:24Z</dc:date>
    <item>
      <title>Transform a Timestamp Column So "Filter By Date" Pane Can Be Used But It Still Not Recognized</title>
      <link>https://community.qlik.com/t5/App-Development/Transform-a-Timestamp-Column-So-quot-Filter-By-Date-quot-Pane/m-p/2455338#M98408</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see similar questions related to transforming a timestamp column so it can be recognized by the "Filter By Date" pane but it is not working for me. My steps are:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1.) Enter Data Manager -&amp;gt;Add field -&amp;gt; Calculate field and create a new field based on an already exist timestamp field with this expression: Date(Floor(request_dt))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2.)&amp;nbsp;Then tried to add this column to a "filter by date" pane and it does load so I assume it is not recognizing as a Date.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;timestamp format is: 1/1/1900 12:00:00 AM&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Screenshots of the timestamped column and the created "Date" column are attached. Thank you.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 16:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Transform-a-Timestamp-Column-So-quot-Filter-By-Date-quot-Pane/m-p/2455338#M98408</guid>
      <dc:creator>egraha11</dc:creator>
      <dc:date>2024-05-22T16:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Transform a Timestamp Column So "Filter By Date" Pane Can Be Used But It Still Not Recognized</title>
      <link>https://community.qlik.com/t5/App-Development/Transform-a-Timestamp-Column-So-quot-Filter-By-Date-quot-Pane/m-p/2455343#M98409</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe Date(Date#(Floor(&lt;SPAN&gt;request_dt&lt;/SPAN&gt;),'M/D/YYYY')) ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 17:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Transform-a-Timestamp-Column-So-quot-Filter-By-Date-quot-Pane/m-p/2455343#M98409</guid>
      <dc:creator>mpc</dc:creator>
      <dc:date>2024-05-22T17:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Transform a Timestamp Column So "Filter By Date" Pane Can Be Used But It Still Not Recognized</title>
      <link>https://community.qlik.com/t5/App-Development/Transform-a-Timestamp-Column-So-quot-Filter-By-Date-quot-Pane/m-p/2455344#M98410</link>
      <description>&lt;P&gt;I've put a mask, you should adapt it to your case&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 17:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Transform-a-Timestamp-Column-So-quot-Filter-By-Date-quot-Pane/m-p/2455344#M98410</guid>
      <dc:creator>mpc</dc:creator>
      <dc:date>2024-05-22T17:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Transform a Timestamp Column So "Filter By Date" Pane Can Be Used But It Still Not Recognized</title>
      <link>https://community.qlik.com/t5/App-Development/Transform-a-Timestamp-Column-So-quot-Filter-By-Date-quot-Pane/m-p/2456980#M98541</link>
      <description>&lt;P&gt;Thank you for the responses, I got help from a BI developer. The steps to the solution are:&lt;/P&gt;
&lt;P&gt;1.)&amp;nbsp;In the Data manager, make sure to have the field type for "request_dt" set to Date and M/D/YYYY in both the Input format and Display format (my timestamp field was formatted as&lt;SPAN&gt;&amp;nbsp;1/1/1900 12:00:00 AM and my timestamp column is labeled "request_dt"). Then hit the load button&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2.)&amp;nbsp;&lt;/SPAN&gt;In the Data Load Editor create a new script section using the "+" button and add the following line to this new section&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tag Field request_dt with '$date';&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then hit Load data again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was able to filter by Date using the Date Picker Object after these steps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 13:30:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Transform-a-Timestamp-Column-So-quot-Filter-By-Date-quot-Pane/m-p/2456980#M98541</guid>
      <dc:creator>egraha11</dc:creator>
      <dc:date>2024-05-28T13:30:34Z</dc:date>
    </item>
  </channel>
</rss>

