Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
My date format is in below format, need to convert these into consistent format. Please suggest.
| 29 Apr |
| 29 Apr |
| 29 Apr |
| 17 Apr |
| 24 Apr |
| 5/26/2018 |
| 5/26/2018 |
| 5/26/2018 |
| 5/26/2018 |
Thanks In Advance,
Priya
Hi
i have created one document for this kind of requirments please have a look
Try this?
Alt(date(date#(field, 'DD MMM')), date(field))
Thanks to both of you.
Finally managed to get with below expression
Alt(Date([field],'M/DD/YYYY'),Date(Date#([field,'DD MMM'),'M/DD/YYYY')) as Date
Great, You can mark your response as Correct Answer and you cal also do some helpful answers. FYI Qlik Community Tip: Marking Replies as Correct or Helpful