Related Item - Filter twice with Data Source and CAML-View possible?
Posted: 10 Feb 2020
Hi,
i want to filter and show related Items. The first filter works fine: Data Source - Filter by Form field.
I got a Choice-Column "Status" (possible entries 'open', 'in work', 'question') and i want to Show only this items where are 'Status=open'.
In the "Extended"-Option, i edit the "View" without success:
[…]
<Query />
<Where>
<Eq>
<FieldRef Name="Status" />
<Value Type="Choice">open</Value>
</Eq>
</Where>
[…]
It is possible to filter in CAML-View?
thanks in advanced
i want to filter and show related Items. The first filter works fine: Data Source - Filter by Form field.
I got a Choice-Column "Status" (possible entries 'open', 'in work', 'question') and i want to Show only this items where are 'Status=open'.
In the "Extended"-Option, i edit the "View" without success:
[…]
<Query />
<Where>
<Eq>
<FieldRef Name="Status" />
<Value Type="Choice">open</Value>
</Eq>
</Where>
[…]
It is possible to filter in CAML-View?
thanks in advanced