SortByColumns(
Filter(
[@'LISTE CLIENTS PROFESSIONNELS2'],
TextSearchBox1.Text in Substitute(
Substitute(
Substitute(
Substitute(
Substitute(
Substitute(
Substitute(
Substitute(
Substitute(
Text(Title),
"é", "e"
),
"è", "e"
),
"ê", "e"
),
"ë", "e"
),
"Ã ", "a"
),
"ï", "i"
),
"ù", "u"
),
"ô", "o"
)
)
),
"Title",
If(SortDescending1, SortOrder.Descending, SortOrder.Ascending)
)
​​​​​​​
SortByColumns(
Filter(
[@'LISTE CLIENTS PROFESSIONNELS2'];
TextSearchBox1.Text in
Substitute(
Substitute(
Substitute(
Substitute(
Text(Title);
Char(233);
"e"
);
Char(232);
"e"
);
Char(234);
"e"
);
Char(224);
"a"
)
);
"Title";
If(
SortDescending1;
SortOrder.Descending;
SortOrder.Ascending
)
);
224 | à | 230 | æ | 236 | ì | 242 | ò | 249 | ù | ||||
225 | á | 231 | ç | 237 | à | 243 | ó | 250 | ú | ||||
226 | â | 232 | è | 238 | î | 244 | ô | 251 | û | ||||
227 | ã | 233 | é | 239 | ï | 245 | õ | 252 | ü | ||||
228 | ä | 234 | ê | 240 | ð | 246 | ö | 253 | ý | ||||
229 | å | 235 | ë | 241 | ñ | 248 | ø |
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1