Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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 (2)
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 🙂