Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Dolly123
Creator II
Creator II

date

Qlikhub_0-1666877664347.png

convert

I want this field to be like dd/mm/yyyy

 

Labels (3)
8 Replies
Mark_Little
Luminary
Luminary

Hi @Dolly123 

Try

DATE(Date#('01-'&[Month - Year], 'DD-MMM-YYYY']),'DD/MM/YYYY')

Dolly123
Creator II
Creator II
Author

Qlikhub_0-1666880265446.png

 error check herre

 

Dolly123
Creator II
Creator II
Author

Qlikhub_1-1666880472646.png

error plz resolve waiting for reply

 

RsQK
Creator II
Creator II

Try like this:

DATE(DATE#("Month - Year",'MMM-YYYY'),'DD/MM/YYYY') AS Datefield



Dolly123
Creator II
Creator II
Author

you know concept of makedate

RsQK
Creator II
Creator II

What did you mean by that?
With the line I pasted, I am getting this result:

RsQK_0-1666881091433.png

If the field isn't exactly text and you still want each value to be like "01/MM/YYYY", you can try:

DATE(MONTHSTART(DATE#("Month - Year",'MMM-YYYY')),'DD/MM/YYYY') AS Datefield
Dolly123
Creator II
Creator II
Author

thanks

Dolly123
Creator II
Creator II
Author

Qlikhub_0-1666881318941.png

can u explain me this i am not getting