Добрый день,
Попробуйте так:
X++:
<link-entity name="new_avto" from="new_avtoid" to="new_car" alias="bi">
<attribute name="new_new_avto_modelid" />
<attribute name="new_avto_gos_nomer" />
<attribute name="new_new_avto_markaid" />
<filter type="and">
<condition attribute="new_avtoid" operator="not-null" />
<condition attribute="new_new_avto_modelid" operator="not-null" />
<condition attribute="new_avto_gos_nomer" operator="not-null" />
<condition attribute="new_new_avto_markaid" operator="not-null" />
<condition attribute="new_avto_vin" operator="not-null" />
<filter type="or">
<condition attribute="auto_year" operator="not-null" />
<condition attribute="new_avto_god" operator="not-null" />
</filter>
<condition attribute="new_city" operator="not-null" />
<filter type="or">
<condition attribute="new_tipts" operator="not-null" />
<condition attribute="new_avto_tip2" operator="not-null" />
</filter>
</filter>
</link-entity>