Цитата:
Изначально опубликовано Лютый
s= "((inventSum.OnOrder > 0 || inventSum.QuotationIssue > 0))"
// Обязательное наличие скобок
Цитата:
The rules for Advanced query range value expressions are as follows:
Enclose the whole expression in parentheses.
Enclose all sub expressions in parentheses.
Use the relational and logical operators known from X++.
Use field name only for fields in the ranges data source.
Use the dataSource.field notation for fields from other data sources
in the query.
(c) Best practices -> Query programming -> Advanced query range value expressions