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: 
pgalvezt
Specialist
Specialist

Format Date Name

Hello,

I would like to have my num date in text date... I put a QlikView example for better comprehension

Thanks!

1 Solution

Accepted Solutions
sunny_talwar

Try this:

='Periodo del ' &  Date(Min([Fecha Inicio]), 'WWWW, DD MMMM YYYY')& '

  Al ' & Date(Max([Fecha Termino]) , 'WWWW, DD MMMM YYYY')


Capture.PNG

View solution in original post

2 Replies
sunny_talwar

Try this:

='Periodo del ' &  Date(Min([Fecha Inicio]), 'WWWW, DD MMMM YYYY')& '

  Al ' & Date(Max([Fecha Termino]) , 'WWWW, DD MMMM YYYY')


Capture.PNG

pgalvezt
Specialist
Specialist
Author

Thank you Sunny!