hello all,
i am using UserResponse(“Enter Date:”) function in a report. date format is M/D/YYYY HH:MM:SS AM/PM(10/6/2009 12:00:00 AM)
How to display the date format into 10/06/2009
I am able to do this in webi. But not getting in Deski.
Tried but not worked. Also I tried with the below but not worked.Can you suggest me on this.
=Formatdate(ToDate(UserResponse(“Query 1 with Business_Details”,“Enter Date:”);“M/d/yyyy hh:mm:ss a”);“MM/dd/yyyy”)