Home › Forums › SPJS Charts for SharePoint › LOOKUP columns supported? › Reply To: LOOKUP columns supported?
October 10, 2018 at 10:44
#22419
It can expand quite massively tbh so not sure if this image is any good.
________________________________________________________________________
Thanks I was able to work out the CAML to manually add the filters with your code!
<Where>
<Or>
<Eq>
<FieldRef Name='Deployed' ></FieldRef>
<Value Type='Text'>Internal</Value>
</Eq>
<Or>
<Eq>
<FieldRef Name='Deployed' ></FieldRef>
<Value Type='Text'>Identified</Value>
</Eq>
<Eq>
<FieldRef Name='Deployed' ></FieldRef>
<Value Type='Text'>In development</Value>
</Eq>
</Or>
</Or>
</Where>
