Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

problem with timestamp

Hi,

I am trying to convert time stamp into date, but i am not able to convert it.

I tried it =

date([Time Full Date],'DD/MM/YYYY') and the expression is ok,but in list box it is displaying nothing. Not only in listbox in all reports the same problem.

Pls help me on this.

Regards,

kumar

20 Replies
Anonymous
Not applicable
Author

what is the current date format?

maybe you need to convert it to a dateformat using date#

e.g. date(date#([Time Full Date],'YYYY-MM-DD'),'DD/MM/YYYY') if your dateformat now is YYYY-MM-DD

Check your date format and adjust it in the expression above in the date# part

malini_qlikview
Creator II
Creator II

I guess you need to remove timestamp and restore only date from the field.You can use rounding function to remove timestamp,

=Date(Floor(Now()),'DD/MM/YYYY')

Ralf-Narfeldt
Employee
Employee

Are you sure Time Full Date is recognized as a valid timestamp when you have loaded?

Anonymous
Not applicable
Author

Hi,

My date format is YYYY-MM-DD.

I tried as said, but it is not giving any results. I am able to convert now() into date format.

Anonymous
Not applicable
Author

Yes.

Regards,

Kumar

Not applicable
Author

Can you upload the file? so we can check it?

Anonymous
Not applicable
Author

this is how the result giving without applying date([Time Full Date],'DD/MM/YYYY')

i tried with just [Time Full Date] and it is giving below result.

Not applicable
Author

Use Subfield([Time Full Date],' ',1) or Left([Time Full Date], 10)

Anonymous
Not applicable
Author

pfa