Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I am extracting data from SAP BW and I have a date field having the format DD.MM.YYYY. I want to change it to MM/DD/YYYY. I have tried using the function below but it's not returning any value. I have also tried changing the DateFormat in the script but to no avail.
date#((Date([Posting date - Posting date Level 01 (Text)],'DD.MM.YYYY')),'MM/DD/YYYY') as [Posting Date]
Thanks All!
Thank you!