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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
lalitkgehlot89
Partner - Creator II
Partner - Creator II

Need logic help.

Hi,

In given data I want to create a Flag against the DataTYPE field which has the text VOUC at any place.

Please help me out.

2 Replies
MK_QSL
MVP
MVP

If(WildMatch(FieldName, '*VOUC*'),1,0) as Flag

dineshm030
Creator III
Creator III

Hi lalitkumar,

if(wildmatch(fieldname, '*VOUC*'),1,0) as flag


Regards

Dinesh