Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Pragyan
Contributor III
Contributor III

Dates are disabled in Date range picker

Hi,

I have a date field [created_tm] with timestamp as below:

Pragyan_0-1634705588597.png

So I have multiple values with same date in 5 min interval. 

Now i want to use date picker to choose a specific date and based on that there is another field with some values and I have to get the peak from the values for the date.

For the same I tried below while loading the date:

Date([created_tm],'M/D/YYYY') AS [created_tm],

But in my date picker dates are disabled 

Pragyan_1-1634705978634.png

Please help me getting the dates properly in the date picker.

Thanks in advance

 

 

1 Solution

Accepted Solutions
Pragyan
Contributor III
Contributor III
Author

I used Date(Floor(created_tm), 'M/D/YYYY') as [created_tm] in my load script and it seems to be working fine now.

View solution in original post

1 Reply
Pragyan
Contributor III
Contributor III
Author

I used Date(Floor(created_tm), 'M/D/YYYY') as [created_tm] in my load script and it seems to be working fine now.