Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
If(WildMatch(FieldName, '*VOUC*'),1,0) as Flag
Hi lalitkumar,
if(wildmatch(fieldname, '*VOUC*'),1,0) as flag
Regards
Dinesh