Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
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