I need your help please .
I'm using SAP HANA for B1
I have a table for Invoice = OINV TO
SELECT T0."DocNum" , T0."DocDate" FROM OINV T0
I want a query that get the invoice from last week starting from Monday . For example , we are in Friday 16/09/2022 , i want the query to show me INVOICE from last weeks starting from Monday 05/09/2022 to 11/09/2022
Regards