Hi, i get a deligation warning while using the following code on a sharepoint-List:
If(
Dropdown_Bereich_2.Selected.Value <> "Alle";
Filter(DatabaseAddOnTool_Bestellungen;HFB = Dropdown_Bereich_2.Selected.Value; DatumB = Today()-1);
Filter(DatabaseAddOnTool_Bestellungen;DatumB = Today()-1))
The Part "DatumB = Today()-1" seems to couse the warning.