If i any logic like below
Weeknum({order_date}), dateDiff(truncDate(‘WK’, truncDate(‘YYYY’, {order_date})), {order_date}, ‘WK’)+1 …
the week is starting from sunday , can we change it to Monday.
Simply how can i get week numbers based on ISO standard(where week starts on monday)
from sep 2, 2024 to sep 8,2024 is 2024-36 where monday starts