I have a list based on a view. How do I add additional filter to the view ? I tried to add some fetchxml in the filter section on the list, but does not seem to work.
<filter type="and">
<filter type="or">
<condition attribute="val_externalportaluser1" operator="eq" value="{{ user.id }} />
<condition attribute="val_externalportaluser2" operator="eq" value="{{ user.id }}/>
<condition attribute="val_externalportaluser3" operator="eq" value="{{ user.id }}/>
</filter>
</filter>
So I want to filter some fields based on current userid. the user should not be able to change this.