Hi
I have a report with a prompt where the user select a date. I want to display the prompt answer on the report however the answer includes the time. I am trying to apply the following formula to only display the dates
="Leaves from " + FormatDate(ToDate(UserResponse("Leaves from date:");"dd/MM/yyyy");"dd/MM/yyyy)
It says it is correct when validating it, however at the time of display it the report shows #ERROR.
Any ideas?
Thanks
Teresa