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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
alec1982
Specialist II
Specialist II

create category filed issue

hi,

I have a filed that has

fieldName

sales\layer 1\abc

sales\layer 1\2 \test

calls\layer 1 testing

prod\layer 3\abc

I need a field that shows

layer 1

layer 1\2

layer 1

layer 3

tried wildmatch but run into issue because of having "1/2"

10 Replies
sunny_talwar

May be this:

Pick(WildMatch(FieldName, '*Layer 3*', '*Presentation Layer*', '*Layer 2*', '*Layer 1/2*', '*Layer 1*'), 'Layer 3', 'Presentation Layer', 'Layer 2', 'Layer 1/2', 'Layer 1')