Reply To: LOOKUP columns supported?

Home Forums SPJS Charts for SharePoint LOOKUP columns supported? Reply To: LOOKUP columns supported?

#22419
Paul Lynch
Participant

    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>
    Attachments: