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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

What different function date and date#, timestamp and timestamp# ?

What different function date and date#, timestamp and timestamp# ?

May be someone can help me to explain.

Thanks,

Danny H.

Labels (1)
1 Solution

Accepted Solutions
pover
Partner - Master
Partner - Master

Danny,

date() changes a number into a date or date into a different data format.

date#() changes a text into a date

The same applies to timestamp() and timestamp#().

Karl

View solution in original post

2 Replies
pover
Partner - Master
Partner - Master

Danny,

date() changes a number into a date or date into a different data format.

date#() changes a text into a date

The same applies to timestamp() and timestamp#().

Karl

Not applicable
Author

Thanks all