Показать сообщение отдельно
Старый 09.10.2013, 13:49   #3  
GetLucky is offline
GetLucky
Участник
Лучший по профессии 2014
 
99 / 13 (1) ++
Регистрация: 03.09.2013
Thumbs up
Цитата:
Сообщение от a33ik Посмотреть сообщение
Добрый день,

Попробуйте так:

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>
Заработало, элементарно на самом деле. Спасибо