Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
I have a field in a table ,filed name is og.vc_item_det,From it i want to make another colomn called SB,where SB is in that field,i tried with pick wildmatch it was not working.
Try like:
If(Wildmatch(og.vc_item_det, '*SB*'), 'SB', 'Not SB') as SBFlag
Try like:
If(Wildmatch(og.vc_item_det, '*SB*'), 'SB', 'Not SB') as SBFlag