Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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