Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I would like to have my num date in text date... I put a QlikView example for better comprehension
Thanks!
Try this:
='Periodo del ' & Date(Min([Fecha Inicio]), 'WWWW, DD MMMM YYYY')& '
Al ' & Date(Max([Fecha Termino]) , 'WWWW, DD MMMM YYYY')
Try this:
='Periodo del ' & Date(Min([Fecha Inicio]), 'WWWW, DD MMMM YYYY')& '
Al ' & Date(Max([Fecha Termino]) , 'WWWW, DD MMMM YYYY')
Thank you Sunny!