Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, everyone, I would need to include a control on the content in the field in an Analisys set formula.
example if I look for the name Andrea in the set analysis I have to extract all the fields that contain the name Andrea (Andrea Bianchi, Andrea Rossi, etc ...)
can you tell me the syntax?
Thank you all for your cooperation
Andrew
Hi, in your Set Analysis try with <Name={"Andrea*"}>
For contain anywhere, I would use this
{<Name = {"*Andrea*"}>}
Which will pick both
1) Andrea XYZ
2) xyz Andrea