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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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