Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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