in Qlik Sense application I want to show previous week data
current script i'm using is connected to field Datum (Date)
=IF(Status='Realized' AND [Datum]>=$(=today()-8), Status)
as I'm using autocalender in qliksense I want tu use expression where I would get previous week from the current week , but I' m not able to figure it out.