Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
akuttler
Creator
Creator

Caret Symbol in wild match

Hi I have the following dimension:

=if(wildmatch(LINE_ITEM_ADJUSTMENTS, '*CO-24^*'),'Capitation' ,

if(wildmatch(LINE_ITEM_ADJUSTMENTS, '*OA-193*'),'Appeal Denial',

if(wildmatch(LINE_ITEM_ADJUSTMENTS, '*CO-242*'),'Provider')))

However, the Capitaion match statement does not work when I add the "^" symbol at the end.

Is there a simple way to remedy this?

Thanks.

10 Replies
akuttler
Creator
Creator
Author

I will try this and let you know, seems to be easiest fix.