
Anonymous
Not applicable
2018-03-23
03:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Qlik Sense apply like operator
Hi All,
I am very new in Qlik Sense
I have a film name column, I'm going to have a dimension which has film name with "Punk". I know that in sql a LIKE operator could specify the pattern, but where can I specify or apply like operation in Qlik Sense?
This is the screenshot of that I put the like operator, but it doesn't work. Can anybody tell where or how to apply LIKE operator?
Many thanks!!
- Tags:
- like operator
23,500 Views
3 Replies

MVP
2018-03-23
12:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May be like this
If(title like '*punk*', title)

Anonymous
Not applicable
2018-03-23
12:07 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks it works well!!
23,292 Views

Anonymous
Not applicable
2018-03-23
12:39 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You may need to use the Match() or Wildmatch() functions
