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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Lene
Contributor
Contributor

Help to format a calculation on dates

Totally new to Qlik Sense 🙂

I have build a calculation in the Expression builder:

=if([Actual Finish Date]>0,'',[Deadline Date])

However the [Deadline Date] is showed as  43465 and I wanted to have it shown as 31-Dec-2018.

What do I do?

Labels (1)
2 Replies
Zhandos_Shotan
Partner - Creator II
Partner - Creator II

Hi!
try:
=if([Actual Finish Date]>0,'',Date([Deadline Date],'DD-MMM-YYYY'))

regards
Lene
Contributor
Contributor
Author

THANKS, it works 🙂