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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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.