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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Create Timestamp Field

I have a DATE field and a separate char field which contains time in hhmiss format. How can I create a timestamp field from these 2 fields?

Thanks,

Dinesh.

2 Replies
Anonymous
Not applicable
Author

Can anybody help me?

Thanks,

Dinesh.

pover
Partner - Master
Partner - Master

Dinesh,

Try timestamp#(DATE & ' ' & CHAR, 'DD/MM/YYYY hhmmss').

I don't know what you date format is so verify that DD/MM/YYYY correspondes with date format in column DATE. Replace CHAR with the name of the column iwth the time.

Regards, Karl