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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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