Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hi in my straight table in qlikview i had a date fields in that it displaying date as number format like 41929.5416664 instead of displaying in date format this way 10/17/2014 13:00


can any one please help me

1 Solution

Accepted Solutions
amit_saini
Master III
Master III

Hi,

try this:

date(Your_date_Feild,'MM/DD/YYYY hh:mm') as Date_Key

Thanks,

AS

View solution in original post

12 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Try with

Date(myDate)

let me know

Not applicable
Author

I tried by using that function but its not working and i also used date(date#) but this also not working

r_wroblewski
Partner - Creator III
Partner - Creator III

can you send a sample qvw?

Not applicable
Author

Hi,

Please, check you date format. Maybe date field is in number format. Change it to Date format using function: Date('Field_name', 'format').

Try this.

amit_saini
Master III
Master III

Hi,

try this:

date(Your_date_Feild,'MM/DD/YYYY hh:mm') as Date_Key

Thanks,

AS

arulsettu
Master III
Master III

hi

try this

date(date#(datefield,'MM/DD/YYYY hh:mm') as Date

r_wroblewski
Partner - Creator III
Partner - Creator III

Hi

you also can try

Timestamp(yourdatefield, 'MM/DD/YYYY hh.mm')

Regards,

Ronny

Not applicable
Author

Thank u amit its working

amit_saini
Master III
Master III

Please mark this as correct or helpful answer to close the thread.

Thanks,
AS