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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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,

Labels (1)
15 Replies
Anil_Babu_Samineni
MVP
MVP

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
MVP
MVP

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
MVP
MVP

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
MVP
MVP

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
tresB
Champion III
Champion III

May be :

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