
Contributor III
2019-12-05
12:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Qliksense does not auto detect timestamp as a date format ?
I have 2 date fields loading from Excel :
Assign Dates:
08/12/2019 10:56 AM
this is loaded as
Timestamp(Timestamp#([Assign Date], 'MM/DD/YYYY hh:mm TT') ) AS [Assign Date],
Due Date
43604
The Due Date is automatically recognized as a date field in Date Picker extension as a date field but the other is not.
I tried various formats with Date () and floor () but timestamp dates 09/24/2018 07:18 AM are not being detected by the Date Picker.
Any suggestions ?
938 Views
1 Reply

Creator III
2019-12-05
02:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try making your "TT" a lower case "tt". Check out the formatting standards here.
