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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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,