@Masakichi123 ,
Firstly, please post your code in text (watch spelling on the code below) as it saves re-typing/OCR on this end.
That is not an error - it is a Delegation warning as the in filter is not Delegable. You need to do something like this
With(
{
_Data:
Filter(
’Mitarbeiter-Qualifikationen';
Len(ComboBoxl.Selected.Result) = 0 || Level = ComboBoxl.Selected.Result;
Len(ComboBox4.Selected.Result) = 0 || Tit1e = ComboBox4.Selected.Result;
Len(ComboBox3.Selected.Result) = 0 || Anbieter = ComboBox3.Selected.Result;
(Checkboxl.Value && 'Name Mitarbeiter'.Email = User().Email) ||
(!Checkboxl.Value && !Checkbox2.Value) ||
(Checkbox2.Value && || 'Name Mitarbeiter'.Email = User().Email)
)
},
Filter(
_Data;
Txtsuche.Text in Stichwörter.Value
)
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps