Hello,
I'm trying to filter a gallery based on the datediff within an if statement to establish a threshold of DateDiff numbers such as <=1,<=14, >14
Search(
Filter('Risk Mitigations',
Status = Statuses &&
Department.Value = Viewgr.Value && DateDiff(Today(),'Target Closure Date') <= 14,)
,
TextSearchBox1_11.Text,"MitigationDescription","Title")
Really stuck on this, any help appreciated.