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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Search the names

Hello All

Please help in the below query in Qlik Sense

I have a list of 1000 rows. In some rows the name "deep" & "ravi" is present.

Can anyone tell me how to count the rows which contains "deep" & "ravi"

Please help!!

Thanks

Deepanshu

2 Replies
sunny_talwar
MVP
MVP

May be this:

Count({<name = {'*deep*'}*{'*ravi*'}>}name)

or

Count({<name = {'*deep*'}>*<name = {'*ravi*'}>}name)

Sample attached

sunny_talwar
MVP
MVP

if you want to count deep or ravi, then you can try this:

Count({<name = {'*deep*', '*ravi*'}>}name)