Add filter by date field from related entity

Viewed 14

I want to add to page in portal crm filter, that will be filtering by date field from related entity. I try

<link-entity>
      <filter type="or">
        <condition>
      </filter>
</link-entity>

but it doesn`t work. How should I write that filter? enter image description here

0 Answers
Related