Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
venkat1
Creator II
Creator II

creating a new column.

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.


1 Solution

Accepted Solutions
tresesco
MVP
MVP

Try like:

If(Wildmatch(og.vc_item_det, '*SB*'), 'SB', 'Not SB') as SBFlag

View solution in original post

1 Reply
tresesco
MVP
MVP

Try like:

If(Wildmatch(og.vc_item_det, '*SB*'), 'SB', 'Not SB') as SBFlag