The below code works for filtering a slice, but I’d like to disregard the year in the formula so it can be set up as a recurring event each year.
Am I going about this all wrong? Any ideas on what I can do or if it is even possible to do that with dates?
AND([Tjeneste]=“Vaktmester”, or(and(Isblank([PauseToDate]), isblank([PauseFromDate])),and(Date([PauseToDate])<Date(Today()),Date([PauseFromDate])>Date(Today()))))