I'm trying to join to sets of data and then do a sum however need to amend the date format in the script.
It currently looks like the below but needs to be dd/mm/yyyy, I tried Date(NotificationDate,'dd/mm/yyyy) AS NotificationDate and it doesn't bring back the correct result.