I have figured out how to extract the serial number of date field into the corresponding number of the week using the DatePart function. The would like to take the 5 and translated it identify the week of associate with the series. For example if the serial number was 5 it corresponds the the fith week in January which is the week of January 28th. Does have a work around or knowledge of the next steps to get this information. Thank you
Expr1: DatePart("ww",[ORDER_DATE])
Expr1: DatePart("ww",[ORDER_DATE])
Comment