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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Wildmatch Ignores Dash???

Has anyone had experience with the wildmatch function ignoring a dash in the code?

Example:

if(wildmatch(Core_ind,'*Non-Core*')=1,1,0)

Returns a 1 for following value "ABC Non Core" when I would expect a 0.

Labels (1)
2 Replies
Miguel_Angel_Baeyens
Employee
Employee

Hi,

Actually, it does in any release of version 9 I've used. Don't know if it's a bug or a feature, though...

Regards.

Not applicable
Author

I hope that its not a feature!

You may want to do a replace prior to the wildmatch to something that is correctly identified as a workaround.

Regards,

Gordon