I want to get the week (either in WeekNum or Date Format or whatever) of a date field in BAQ but I’m not sure how to do it. There doesn’t seem to be any build in function to do this
I get this error: Severity: Error, Table: , Field: , RowID: , Text: Invalid cast from ‘Int32’ to ‘DateTime’.Couldn’t store <41> in Calculated_Week Column. Expected type is DateTime.
The column is LaborDtl.ClockInDate which is a date format.