Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Another date format question :-)

Hi

I have made some progress with my qlik adventure since the help i got with the date text below.

However in my latest file the date does not seem to be in date format but rather as a number. When i use the Date to create a view of the last 3 days events i get a trend like this

The Insert time column in excel is

   

Insert time
2016-09-17-15.23.00.000000
2016-09-17-15.23.01.000000
2016-09-17-15.23.01.000001

2016-09-17-15.31.07.000000

And i have tried to format as date before upload.

Could somebody let me know what i am doing wrong.

Thanks

Des

1 Solution

Accepted Solutions
sunny_talwar

I think your date is not a date, but a timestamp. Try like this

Date(Floor([Insert time])) as Date

View solution in original post

3 Replies
sunny_talwar

I think your date is not a date, but a timestamp. Try like this

Date(Floor([Insert time])) as Date

Anonymous
Not applicable
Author

Thanks

Back to the drawing board now to learn about the Floor function.

/des

MarcoWedel

another option:

DayName([Insert time]) as Date

see also:

dayname

hope this helps

regards

Marco