<?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: Date field not recognized in Date Picker widget in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Date-field-not-recognized-in-Date-Picker-widget/m-p/2096111#M89787</link>
    <description>&lt;P&gt;I placed the Tag under the autogenerated autoCalendar which is in my first Section&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Darren1_1-1689939477057.png" style="width: 746px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112757i3C9D519CAD887518/image-dimensions/746x302?v=v2" width="746" height="302" role="button" title="Darren1_1-1689939477057.png" alt="Darren1_1-1689939477057.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jul 2023 11:38:39 GMT</pubDate>
    <dc:creator>Darren1</dc:creator>
    <dc:date>2023-07-21T11:38:39Z</dc:date>
    <item>
      <title>Date field not recognized in Date Picker widget</title>
      <link>https://community.qlik.com/t5/App-Development/Date-field-not-recognized-in-Date-Picker-widget/m-p/1812116#M66249</link>
      <description>&lt;P&gt;The Date Picker widget does not recognize my date field. I have tried many load script solutions, however it does not format the date correctly.&amp;nbsp; The [provisioned_on] is the field I would like to convert to a date. The [provisioned_on] format going into Qlik is "2018 Mar 23 12:00:00 AM". When I open the Date Picker drop down menu to "select&amp;nbsp; a value" the provisioned_on field is missing (attached pic). Are there limitations to the Date Picker widget?&amp;nbsp;&lt;/P&gt;&lt;P&gt;previous load scripts that do not work:&lt;/P&gt;&lt;P&gt;//Date(Timestamp#([provisioned_on],'YYYY MMM DD hh:mm:ssTT'),'YYYY-MM-DD') AS "Provisioned On",&lt;BR /&gt;//Date(Date#(provisioned_on,'YYYY MMM DD hh:mm:ssTT'),'YYYY-MM-DD') AS "Provisioned On",&lt;BR /&gt;//Date(Date#(left(provisioned_on,10),'YYYYMMDDhh:mm:ssTT'),'YYYY-MM-DD') AS "Provisioned On",&lt;BR /&gt;//Date(Floor(Date#([provisioned_on],'YYYY MMM DD hh:mm:ssTT')),'YYYY-MM-DD'),&lt;BR /&gt;//Date([provisioned_on], 'YYYY-MM-DD') AS "Provisioned On",&lt;BR /&gt;//Timestamp(Timestamp#([provisioned_on], 'YYYY-MM-DD')) AS [provisioned_on],&lt;BR /&gt;//Date(Date#([provisioned_on], 'YYYY-MM-DD')) AS [provisioned_on],&lt;BR /&gt;//Date(Date#([provisioned_on], 'YYYY-MM-DD')) AS [provisioned_on],&lt;/P&gt;&lt;P&gt;I am running Qlik Sense February 2021&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Darren&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 14:23:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-field-not-recognized-in-Date-Picker-widget/m-p/1812116#M66249</guid>
      <dc:creator>Darren1</dc:creator>
      <dc:date>2021-06-01T14:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Date field not recognized in Date Picker widget</title>
      <link>https://community.qlik.com/t5/App-Development/Date-field-not-recognized-in-Date-Picker-widget/m-p/1812236#M66272</link>
      <description>&lt;P&gt;The Date Picker dropdown will only show fields that have Date values. Your field is a Timestamp.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Extract the date portion using Floor() to make it a proper date.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;Date(&lt;STRONG&gt;Floor&lt;/STRONG&gt;(Timestamp#([provisioned_on],'YYYY MMM DD hh:mm:ssTT')),'YYYY-MM-DD') AS "Provisioned On"&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 20:03:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-field-not-recognized-in-Date-Picker-widget/m-p/1812236#M66272</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2021-06-01T20:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Date field not recognized in Date Picker widget</title>
      <link>https://community.qlik.com/t5/App-Development/Date-field-not-recognized-in-Date-Picker-widget/m-p/1813727#M66471</link>
      <description>&lt;P&gt;Thank you for a detailed response to my Date Picker issue. The Load Script you provided formatted the date in the correct format (ex: 2014-04-23). However the "Provisioned On" field is not available in the Date Picker field.&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="Qlik Date Picker.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/56513i5CA5D766E138BE03/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Qlik Date Picker.png" alt="Qlik Date Picker.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 18:00:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-field-not-recognized-in-Date-Picker-widget/m-p/1813727#M66471</guid>
      <dc:creator>Darren1</dc:creator>
      <dc:date>2021-06-08T18:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Date field not recognized in Date Picker widget</title>
      <link>https://community.qlik.com/t5/App-Development/Date-field-not-recognized-in-Date-Picker-widget/m-p/1814534#M66604</link>
      <description>&lt;P&gt;I just went through this with a customer last week. The issue is that the Date Range Picker only offers fields that have the $date tag. The workaround is to force the tag. Add this line to the end of your script.&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Tag "Provisioned On" with '$date';&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I haven't figured out why the tag is not automatically assigned in some cases. I think it has to do with the field not being a proper date the first time it's created.&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank" rel="noopener"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank" rel="noopener"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank" rel="noopener"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 18:14:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-field-not-recognized-in-Date-Picker-widget/m-p/1814534#M66604</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2021-06-11T18:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Date field not recognized in Date Picker widget</title>
      <link>https://community.qlik.com/t5/App-Development/Date-field-not-recognized-in-Date-Picker-widget/m-p/1814566#M66610</link>
      <description>&lt;P&gt;Thanks again for the follow up. Your solution to add a tag is exactly correct. Once I added the tag to the load script the field became available in the Date Picker widget.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 16:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-field-not-recognized-in-Date-Picker-widget/m-p/1814566#M66610</guid>
      <dc:creator>Darren1</dc:creator>
      <dc:date>2021-06-11T16:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Date field not recognized in Date Picker widget</title>
      <link>https://community.qlik.com/t5/App-Development/Date-field-not-recognized-in-Date-Picker-widget/m-p/2095927#M89774</link>
      <description>&lt;P&gt;Hello! I have the same issue, just wondering exactly where I should be putting these lines of code?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 02:25:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-field-not-recognized-in-Date-Picker-widget/m-p/2095927#M89774</guid>
      <dc:creator>SET_Padawan</dc:creator>
      <dc:date>2023-07-21T02:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Date field not recognized in Date Picker widget</title>
      <link>https://community.qlik.com/t5/App-Development/Date-field-not-recognized-in-Date-Picker-widget/m-p/2096111#M89787</link>
      <description>&lt;P&gt;I placed the Tag under the autogenerated autoCalendar which is in my first Section&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Darren1_1-1689939477057.png" style="width: 746px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112757i3C9D519CAD887518/image-dimensions/746x302?v=v2" width="746" height="302" role="button" title="Darren1_1-1689939477057.png" alt="Darren1_1-1689939477057.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 11:38:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-field-not-recognized-in-Date-Picker-widget/m-p/2096111#M89787</guid>
      <dc:creator>Darren1</dc:creator>
      <dc:date>2023-07-21T11:38:39Z</dc:date>
    </item>
  </channel>
</rss>

