
Creator
2018-05-31
10:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
content in the field in an Analisys set formula.
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
486 Views
2 Replies


Specialist III
2018-05-31
10:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, in your Set Analysis try with <Name={"Andrea*"}>

MVP
2018-05-31
11:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For contain anywhere, I would use this
{<Name = {"*Andrea*"}>}
Which will pick both
1) Andrea XYZ
2) xyz Andrea
408 Views
