I have a database where del_date is a string in the format of yyyymmdd but I need to sum a field for YTD. How can I convert my date so that it is recognized by the YTD function? I've tried:
WHERE (Del_Date = 'jobcost".del_date} in YearToDate')
among other ways.
WHERE (Del_Date = 'jobcost".del_date} in YearToDate')
among other ways.