Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Date field with time is not getting displayed properly!

Hi

In one of my pivot table. I have 2 date fields(without time) PLANSTART and PLANFINISH which I am converting it to date field(without time). When I displaying all these fields in the pivot table, fields without time are getting displayed as it is but fields with time are not getting displayed properly.

Can some one please help me out on this.

1 Solution

Accepted Solutions
nathanfurby
Specialist
Specialist

If you want to format the values in date format but keep the timestamp then use the following in load script:

TimeStamp(PLANFINISH) AS PLANFINISH

View solution in original post

2 Replies
nathanfurby
Specialist
Specialist

If you want to format the values in date format but keep the timestamp then use the following in load script:

TimeStamp(PLANFINISH) AS PLANFINISH

Not applicable
Author

Hi Nathan

Thanks for your help. That does the trick! 🙂