Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
warrentk80
Creator
Creator

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

2 Replies
sergio0592
Specialist III
Specialist III

Hi, in your Set Analysis try with <Name={"Andrea*"}>

sunny_talwar

For contain anywhere, I would use this

{<Name = {"*Andrea*"}>}

Which will pick both

1) Andrea XYZ

2) xyz Andrea