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: 
Not applicable

Wildcard Character in Expression

Are there any Wildcard characters that I can use when searching for a string in a subject line?  In other words lets say I have 10 lines of strings and 5 out of those lines has the word "password" in the subject.  I want to count the lines and return 5 as the result.

David

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

You could try:

sum({<[YourFieldName= {'*password*'}>} YourFieldName)

Best,

Matt

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Do you mean like this?

count ({<Subject={'*password*'}>} Subject)

Not applicable
Author

Hi,

You could try:

sum({<[YourFieldName= {'*password*'}>} YourFieldName)

Best,

Matt