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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to compare value including wild card in tMap

Hello
What I wanna do in tMap is following.
/row1.CODE != "STORE*"
Is this true as a expression?
It was not compared when I execute.
Anyone please teach me this true expression.

Thanks!
Regards,
Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hi
Try this.
!row1.CODE.equals("STORE*")

Regards,
Pedro
Anonymous
Not applicable
Author

Hi Pedro,
Thanks!
I got it!
Regards,