Hi,
I have an application which uses Sharepoint list as its source, filter the gallery the with multiple columns my code is working but I am getting Delegable warning.
SortByColumns(
Filter(
[@Référence];
StartsWith(Titre;TextInput1_4.Text) || //column 1
StartsWith('Le client';TextInput1_4.Text) || //column 2
StartsWith(Technologies;TextInput1_4.Text) && //column 3
(Services.Value=ComboBox1_13.Selected.Value || ComboBox1_13.Selected.Value=Blank())
&&
(Secteurs.Value=ComboBox1_12.Selected.Value || ComboBox1_12.Selected.Value=Blank())
);
"Title";
If(SortDescending1; Descending; Ascending))
I want to fix the delegable warning: