This formula is assigning to week. I need to understand what this is doing.
PadLeft(ToString(FLOOR(DateTimeDiff(DateTimeAdd([Datum],4-
Switch(DateTimeFormat([Datum],"%a"),7,"Mon",1,"Tue",2,"Wed",3,"Thu",4,"Fri",5,"Sat",6),"days"),DateTimeParse(ToString(ToNumber(DateTimeFormat(DateTimeAdd([Datum],4-Switch(DateTimeFormat([Datum],"%a"),7,"Mon",1,"Tue",2,"Wed",3,"Thu",4,"Fri",5,"Sat",6),"days"),"%Y")))+'-01-01',"%Y-%m-%d"),"days")/7)+1),2,"0")
//Tony