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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Spliting data with multiple delimiters

Hi,

I have some data which have multiple delimiters.

E.g for Movie Genre

Comedy | Romance

Comedy , Romance

Action | Fantasy

Action , Fantasy

I would like to split them into single genre. How can i use subfield() to include both the " | " and " , " delimiters?

Thanks!

Labels (1)
1 Reply
MarcoWedel
MVP
MVP

maybe

SubField(Replace([Movie Genre],',','|'),'|') as [Movie Genre]


?


hope this helps


regards


Marco