Показать сообщение отдельно
Старый 26.04.2011, 20:04   #4  
online
S.Kuskov
Участник
Лучший по профессии 2017
Лучший по профессии 2015
Лучший по профессии 2014
 
3,441 / 1777 (66) ++++++++
Регистрация: 28.04.2007
Адрес: Калуга
Цитата:
Сообщение от glibs Посмотреть сообщение
LIKE через пользовательский интерфейс не делается. Через код — не помню (или не знаю).
http://www.axaptapedia.com/Expressio...d_range_values
Цитата:
Using wildcards and comma-separated range values

Again, the previous example here was using standard syntax, not the special syntax using expressions. It's not possible to modify the above examples to work with wildcards.
The above statement applies to AX versions < 5.0
AX 5.0 introduced solution to wildcards - while you still cannot directly use wildcards in ranges, now it supports the 'LIKE' keyword.
X++:
(AccountNum LIKE "*AA*" || Name LIKE "*AA*")
За это сообщение автора поблагодарили: glibs (1).