Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Date Format issue

Hi All,

i am getting Date format iisue!

DB:

2017-04-12 21:51:51

QV:

1/9/0000 21:51:51

Regards,

15 Replies
Anil_Babu_Samineni

May be use this?

=Timestamp('2017-04-12 21:51:51')

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

Nope already tried this

Anil_Babu_Samineni

Where are you tried this? For me it is working

=Date(Timestamp('2017-04-12 21:51:51'),'YYYY-MM-DD hh:mm:ss')

Capture.PNG

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
prma7799
Master III
Master III

Try like below

=Timestamp# ('2017-04-12 21:51:51 ' )

or

=Timestamp#(Date#('2017-04-12 21:51:51 ' , 'YYYY-MM-DD'))

Anonymous
Not applicable
Author

In Bar chart taking date column as dimension

Anonymous
Not applicable
Author

still it is showing 1/9/000 as date in qlikview

Anil_Babu_Samineni

You can use Calculated Dimension the same if you want

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anil_Babu_Samineni

Can you provide sample to work on it

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
tresesco
MVP
MVP

May be :

=Date(Timestamp#('2017-04-12 21:51:51'),'YYYY-MM-DD hh:mm:ss') )