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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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!